macro system updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1571 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2fc9ed8b95
commit
a436ddac6c
4 changed files with 30 additions and 28 deletions
|
@ -38,8 +38,6 @@
|
|||
!insertmacro MUI_PAGECOMMAND_DIRECTORY
|
||||
Page custom SetCustomC
|
||||
!insertmacro MUI_PAGECOMMAND_INSTFILES
|
||||
|
||||
!insertmacro MUI_INTERFACE
|
||||
|
||||
;License page
|
||||
LicenseData "${NSISDIR}\Contrib\Modern UI\License.txt"
|
||||
|
@ -134,10 +132,13 @@ Function SetCustomC
|
|||
!insertmacro MUI_INSTALLOPTIONS_SHOW "ioC.ini"
|
||||
FunctionEnd
|
||||
|
||||
!insertmacro MUI_FUNCTIONS_BASIC
|
||||
;--------------------------------
|
||||
;Modern UI System
|
||||
|
||||
!insertmacro MUI_SYSTEM
|
||||
|
||||
;--------------------------------
|
||||
;Uninstaller
|
||||
;Uninstaller Section
|
||||
|
||||
Section "Uninstall"
|
||||
|
||||
|
@ -152,9 +153,4 @@ Section "Uninstall"
|
|||
|
||||
SectionEnd
|
||||
|
||||
;--------------------------------
|
||||
;Uninstaller Functions
|
||||
|
||||
!insertmacro MUI_UNFUNCTIONS_BASIC
|
||||
|
||||
;eof
|
Loading…
Add table
Add a link
Reference in a new issue