Changeset 108773 in vbox
- Timestamp:
- Mar 27, 2025 3:45:34 PM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168201
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsNT4.nsh
r108772 r108773 139 139 140 140 141 !ifndef UNINSTALLER_ONLY142 141 ;; 143 142 ; Callback function for extracting files for NT4 guests. … … 154 153 155 154 FunctionEnd 156 !endif ; !UNINSTALLER_ONLY157 155 158 156 … … 305 303 306 304 ; 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" 308 306 309 307 Pop $0
Note:
See TracChangeset
for help on using the changeset viewer.