Changeset 34446 in vbox
- Timestamp:
- Nov 29, 2010 10:16:22 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68220
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r34363 r34446 115 115 ; Set branding text which appears on the horizontal line at the bottom 116 116 !ifdef _DEBUG 117 BrandingText "VirtualBox Windows Additions $%VBOX_VERSION_STRING% ( $%VBOX_SVN_REV%) - Debug Build"117 BrandingText "VirtualBox Windows Additions $%VBOX_VERSION_STRING% (r$%VBOX_SVN_REV%) - Debug Build" 118 118 !else 119 119 BrandingText "VirtualBox Windows Additions $%VBOX_VERSION_STRING%" … … 677 677 WriteRegStr HKLM "${PRODUCT_INSTALL_KEY}" "InstallDir" "$INSTDIR" 678 678 679 !ifndef _DEBUG 680 SetRebootFlag true ; This will show a reboot page at end of installation681 !endif 679 ; Set the reboot flag to tell the finish page that is should 680 ; default to the "reboot now" entry 681 SetRebootFlag true 682 682 683 683 exit:
Note:
See TracChangeset
for help on using the changeset viewer.