VirtualBox

Changeset 96776 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Sep 16, 2022 11:58:49 PM (2 years ago)
Author:
vboxsync
Message:

Add/Nt/Installer: More work related to iexplore.ico removal as it seems it really was needed when we use a .lnk to point to the .url file in the install dir, now I've changed it to generate an identical Website.url file for the start menu too. This way we get the right browser icon associated .url files.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk

    r96766 r96776  
    462462        $(VBOX_WINDOWS_ADDITIONS_ICON_FILE)=>VirtualBoxGA-vista.ico \
    463463        $(VBOX_NSIS_ICON_FILE)=>VirtualBoxGA-nsis.ico \
    464         iexplore.ico \
    465464        $(PATH_ROOT)/doc/License-gpl-3.0.rtf \
    466465        VBoxGuestAdditions.nsi \
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi

    r96775 r96776  
    806806Section /o $(VBOX_COMPONENT_STARTMENU) SEC04
    807807
     808  Delete /REBOOTOK "$SMPROGRAMS\${PRODUCT_NAME}\Website.lnk" ; Changed to Website.url in r153663, so remove the old one
     809
    808810  CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}"
    809   CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Website.lnk" "$INSTDIR\${PRODUCT_NAME}.url"
     811  WriteIniStr    "$SMPROGRAMS\${PRODUCT_NAME}\Website.url" "InternetShortcut" "URL" "${PRODUCT_WEB_SITE}"
    810812  CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Uninstall.lnk" "$INSTDIR\uninst.exe"
    811813
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsUninstall.nsh

    r96775 r96776  
    5353
    5454  ; Delete desktop & start menu entries
    55   Delete "$DESKTOP\${PRODUCT_NAME} Guest Additions.lnk"
    56   Delete "$SMPROGRAMS\${PRODUCT_NAME} Guest Additions\Uninstall.lnk"
    57   Delete "$SMPROGRAMS\${PRODUCT_NAME} Guest Additions\Website.lnk"
    58   RMDIR "$SMPROGRAMS\${PRODUCT_NAME} Guest Additions"
     55  Delete "$DESKTOP\${PRODUCT_NAME}.lnk"            ; Obsolete. We don't install a desktop link any more.
     56  Delete "$SMPROGRAMS\${PRODUCT_NAME}\Uninstall.lnk"
     57  Delete "$SMPROGRAMS\${PRODUCT_NAME}\Website.url"
     58  Delete "$SMPROGRAMS\${PRODUCT_NAME}\Website.lnk" ; Old name. Changed to Website.url in r153663.
     59  RMDir  "$SMPROGRAMS\${PRODUCT_NAME}"
    5960
    6061  ; Delete Guest Additions directory (only if completely empty)
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