Changeset 96697 in vbox for trunk/src/VBox
- Timestamp:
- Sep 12, 2022 10:43:04 AM (2 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r96694 r96697 132 132 ; Welcome page 133 133 !insertmacro MUI_PAGE_WELCOME 134 !ifdef VBOX_WITH_LICENSE_DISPLAY135 ; License page136 !insertmacro MUI_PAGE_LICENSE "$(VBOX_LICENSE)"137 !define MUI_LICENSEPAGE_RADIOBUTTONS138 !endif134 !ifdef VBOX_WITH_LICENSE_DISPLAY 135 ; License page 136 !insertmacro MUI_PAGE_LICENSE "$(VBOX_LICENSE)" 137 !define MUI_LICENSEPAGE_RADIOBUTTONS 138 !endif 139 139 ; Directory page 140 140 !insertmacro MUI_PAGE_DIRECTORY … … 190 190 Page directory 191 191 Page instfiles 192 !endif 192 !endif ; !USE_MUI 193 193 194 194 ; Must come after MUI includes to have certain defines set for DumpLog … … 1129 1129 ; 1130 1130 ; The uninstaller is built separately when doing code signing 1131 ; For some reason NSIS still finds the Uninstall section even 1132 ; when EXTERNAL_UNINSTALLER is defined. This causes a silly warning 1131 ; 1132 ; When building the non-uninstaller part, we get a 6020 warning because NSIS 1133 ; detects uninstaller related _code_ (un.xxxx) being present. It would take 1134 ; some effort to eliminate that one. 1133 1135 ; 1134 1136 !ifndef EXTERNAL_UNINSTALLER -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsUninstallOld.nsh
r96693 r96697 136 136 !macroend 137 137 !insertmacro Uninstall_WipeInstallationDirectory "" 138 !insertmacro Uninstall_WipeInstallationDirectory "un."139 138 140 139 ; This function cleans up an old Sun installation … … 208 207 !macroend 209 208 !insertmacro Uninstall_Sun "" 210 !insertmacro Uninstall_Sun "un."211 209 212 210 ; This function cleans up an old xVM Sun installation … … 280 278 !macroend 281 279 !insertmacro Uninstall_SunXVM "" 282 !insertmacro Uninstall_SunXVM "un."283 280 284 281 ; This function cleans up an old innotek installation … … 371 368 !macroend 372 369 !insertmacro Uninstall_Innotek "" 373 !insertmacro Uninstall_Innotek "un."
Note:
See TracChangeset
for help on using the changeset viewer.