NSIS: fix typo in comments
This commit is contained in:
parent
c69ca21ff9
commit
bf51ad8d78
|
|
@ -22,7 +22,7 @@
|
|||
; Variables
|
||||
Var SemiSilentMode ; installer started uninstaller in semi-silent mode using /SS parameter
|
||||
Var RunningFromInstaller ; installer started uninstaller using /uninstall parameter
|
||||
Var RunningAsUser ; uninstaller restared itself using the user of the running shell
|
||||
Var RunningAsUser ; uninstaller restarted itself using the user of the running shell
|
||||
Var UserName
|
||||
|
||||
!insertmacro DeleteRetryAbortFunc "un."
|
||||
|
|
|
|||
Loading…
Reference in New Issue