VirtualBox

Changeset 108774 in vbox for trunk/src


Ignore:
Timestamp:
Mar 27, 2025 4:22:27 PM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168202
Message:

Windows Guest Additions installer: Big revamp of the overall source code structure to (hopefully) make it a lot more clear and removed code duplication. There has been a lot of code rot being accumulated over the last decade. Added lots of missing and fixes for documentation. Also revamped the installed files structure so that we have component sub folders to make it more clear which file belongs to what. Older Guest Additions will be migrated automatically. Tested upgrades with 7.1, 7.0 and 6.1 Guest Additions [32-bit build fix]. bugref:10881

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh

    r108772 r108774  
    169169
    170170
    171 !ifdef  VBOX_SIGN_ADDITIONS
     171!ifdef VBOX_SIGN_ADDITIONS
    172172;;
    173173; Extracts certificates into $INSTDIR.
     
    206206
    207207
    208 !ifdef VBOX_SIGN_ADDITIONS
    209208;;
    210209; Installs the given certificate (if missing) as root CA into the system certificate store.
     
    234233  Pop     $0
    235234FunctionEnd
     235!endif ; VBOX_SIGN_ADDITIONS
    236236
    237237
     
    269269  !endif
    270270!insertmacro     W2K_UninstallRootCert "un."
    271 !endif ; VBOX_SIGN_ADDITIONS
    272271
    273272
     
    346345!endif
    347346!insertmacro   W2K_InstallOrUninstallCerts "un." "Uninstall"
    348 !endif ; VBOX_SIGN_ADDITIONS
    349347
    350348
Note: See TracChangeset for help on using the changeset viewer.

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