Changeset 34731 in vbox
- Timestamp:
- Dec 6, 2010 10:54:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r34729 r34731 1001 1001 Function .onInstSuccess 1002 1002 1003 ; Prevent the installer from running again without telling the user 1004 ; to reboot the OS first. 1005 Push 1 1006 Call SetRebootNeeded 1007 1008 ; Tell VBoxTray to reflect installation success 1003 1009 Push "${PRODUCT_NAME} successfully updated!" 1004 1010 Push 0 ; Message type = info
Note:
See TracChangeset
for help on using the changeset viewer.