Changeset 33970 in vbox for trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
- Timestamp:
- Nov 11, 2010 10:48:24 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
r33087 r33970 138 138 ${EndIf} 139 139 140 ; Stop / kill VBoxTray 141 Call StopVBoxTray 140 ${If} $g_bNoVBoxTrayExit == "false" 141 ; Stop / kill VBoxTray 142 Call StopVBoxTray 143 ${EndIf} 142 144 143 145 ; Delete VBoxService from registry
Note:
See TracChangeset
for help on using the changeset viewer.