Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
!ifndef BUILD_UNINSTALLER
|
||||
!ifmacrodef licensePage
|
||||
!insertmacro skipPageIfUpdated
|
||||
!insertmacro licensePage
|
||||
!endif
|
||||
!endif
|
||||
|
||||
!insertmacro MUI_PAGE_INSTFILES
|
||||
!ifdef BUILD_UNINSTALLER
|
||||
!insertmacro MUI_UNPAGE_INSTFILES
|
||||
!endif
|
||||
|
||||
!macro initMultiUser
|
||||
!ifdef INSTALL_MODE_PER_ALL_USERS
|
||||
!insertmacro setInstallModePerAllUsers
|
||||
!else
|
||||
!insertmacro setInstallModePerUser
|
||||
!endif
|
||||
!macroend
|
||||
Reference in New Issue
Block a user