no need for function usage deceleration or un. suffix anymore
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5787 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6226f58d8b
commit
3495441728
2 changed files with 0 additions and 6 deletions
|
@ -31,10 +31,6 @@ Var MultiUser.InstallMode
|
||||||
;Command line installation mode setting
|
;Command line installation mode setting
|
||||||
|
|
||||||
!ifdef MULTIUSER_INSTALLMODE_COMMANDLINE
|
!ifdef MULTIUSER_INSTALLMODE_COMMANDLINE
|
||||||
!insertmacro GetParameters
|
|
||||||
!ifndef MULTIUSER_NOUNINSTALL
|
|
||||||
!insertmacro un.GetParameters
|
|
||||||
!endif
|
|
||||||
!include StrFunc.nsh
|
!include StrFunc.nsh
|
||||||
!ifndef StrStr_INCLUDED
|
!ifndef StrStr_INCLUDED
|
||||||
${StrStr}
|
${StrStr}
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
!include WinMessages.nsh
|
!include WinMessages.nsh
|
||||||
!include FileFunc.nsh
|
!include FileFunc.nsh
|
||||||
|
|
||||||
!insertmacro GetRoot
|
|
||||||
|
|
||||||
Name "nsDialogs Welcome"
|
Name "nsDialogs Welcome"
|
||||||
OutFile "nsDialogs Welcome.exe"
|
OutFile "nsDialogs Welcome.exe"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue