
- fixed bug #989690 - the installer now denies reboots while running - the Reboot instruction no longer returns or sets the error flag - added .onRebootFailed which is called when Reboot fails - installer should now always clean-up when rebooting git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3729 212acab6-be3b-0410-9dea-997c60f758d6
9 lines
460 B
Text
9 lines
460 B
Text
\S1{uninst} Uninstaller Instructions
|
|
|
|
\S2{writeuninstaller} WriteUninstaller
|
|
|
|
\c [Path\]exename.exe
|
|
|
|
Writes the uninstaller to the filename (and optionally path) specified. Only valid from within an install section or function, and requires that you have an uninstall section in your script. See also Uninstall configuration. You can call this one or more times to write out one or more copies of the uninstaller.
|
|
|
|
\c WriteUninstaller $INSTDIR\uninstaller.exe
|