Changeset 107235 in vbox
- Timestamp:
- Dec 5, 2024 10:01:46 AM (6 weeks ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsNT4.nsh
r106977 r107235 222 222 Function ${un}NT4_UninstallInstDir 223 223 224 ; Delete remaining files 225 Delete /REBOOTOK "$INSTDIR\VBoxGuestDrvInst.exe" 226 Delete /REBOOTOK "$INSTDIR\RegCleanup.exe" 224 ; Nothing to do here. 227 225 228 226 FunctionEnd -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsUninstall.nsh
r106962 r107235 34 34 35 35 ; Remove common files 36 Delete /REBOOTOK "$INSTDIR\VBoxDrvInst.exe" 36 Delete /REBOOTOK "$INSTDIR\VBoxDrvInst.exe" ; Does not exist on NT4, but try to remove it anyway. 37 Delete /REBOOTOK "$INSTDIR\RegCleanup.exe" ; Obsolete since r165894 (see #10799). 37 38 Delete /REBOOTOK "$INSTDIR\VBoxGuestInstallHelper.exe" 38 39
Note:
See TracChangeset
for help on using the changeset viewer.