lots of updates: user variables, new instructions, text updates, changelog etc.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2747 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-07-18 19:46:37 +00:00
parent 4fbd8b1991
commit 91dc660c02
12 changed files with 149 additions and 83 deletions

View file

@ -16,6 +16,12 @@ Creates a font and puts its handle into user_var. For more information about the
Adds the string "user_message" to the details view of the installer.
\S2{enablewindow} EnableWindow
\c hwnd (1|0)
Enables or disables mouse and keyboard input to the specified window or control. Possible states are 0 (disabled) or 1 (enabled).
\S2{findwindow} FindWindow
\c user_var(hwnd output) windowclass [windowtitle] [windowparent] [childafter]