VirtualBox

Changeset 96697 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 12, 2022 10:43:04 AM (2 years ago)
Author:
vboxsync
Message:

Add/Nt/Installer: Attempted build fixes and some comment updates.

Location:
trunk/src/VBox/Additions/WINNT/Installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi

    r96694 r96697  
    132132  ; Welcome page
    133133  !insertmacro MUI_PAGE_WELCOME
    134 !ifdef VBOX_WITH_LICENSE_DISPLAY
    135   ; License page
    136   !insertmacro MUI_PAGE_LICENSE "$(VBOX_LICENSE)"
    137   !define MUI_LICENSEPAGE_RADIOBUTTONS
    138 !endif
     134  !ifdef VBOX_WITH_LICENSE_DISPLAY
     135     ; License page
     136     !insertmacro MUI_PAGE_LICENSE "$(VBOX_LICENSE)"
     137     !define MUI_LICENSEPAGE_RADIOBUTTONS
     138  !endif
    139139  ; Directory page
    140140  !insertmacro MUI_PAGE_DIRECTORY
     
    190190    Page directory
    191191    Page instfiles
    192 !endif
     192!endif ; !USE_MUI
    193193
    194194; Must come after MUI includes to have certain defines set for DumpLog
     
    11291129;
    11301130; 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.
    11331135;
    11341136!ifndef EXTERNAL_UNINSTALLER
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsUninstallOld.nsh

    r96693 r96697  
    136136!macroend
    137137!insertmacro Uninstall_WipeInstallationDirectory ""
    138 !insertmacro Uninstall_WipeInstallationDirectory "un."
    139138
    140139; This function cleans up an old Sun installation
     
    208207!macroend
    209208!insertmacro Uninstall_Sun ""
    210 !insertmacro Uninstall_Sun "un."
    211209
    212210; This function cleans up an old xVM Sun installation
     
    280278!macroend
    281279!insertmacro Uninstall_SunXVM ""
    282 !insertmacro Uninstall_SunXVM "un."
    283280
    284281; This function cleans up an old innotek installation
     
    371368!macroend
    372369!insertmacro Uninstall_Innotek ""
    373 !insertmacro Uninstall_Innotek "un."
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette