VirtualBox

Changeset 108773 in vbox


Ignore:
Timestamp:
Mar 27, 2025 3:45:34 PM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168201
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/VBoxGuestAdditionsNT4.nsh

    r108772 r108773  
    139139
    140140
    141 !ifndef UNINSTALLER_ONLY
    142141;;
    143142; Callback function for extracting files for NT4 guests.
     
    154153
    155154FunctionEnd
    156 !endif ; !UNINSTALLER_ONLY
    157155
    158156
     
    305303
    306304  ; Remove any pending post-installation steps from the registy.
    307   DeleteRegValue HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce\VBoxGuestPostInstCleanup"
     305  DeleteRegValue HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce" "VBoxGuestPostInstCleanup"
    308306
    309307  Pop $0
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