VirtualBox

Changeset 34446 in vbox


Ignore:
Timestamp:
Nov 29, 2010 10:16:22 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68220
Message:

Windows Guest Additions installer: Set reboot flag also on debug build, include "r" in debug revision string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi

    r34363 r34446  
    115115  ; Set branding text which appears on the horizontal line at the bottom
    116116!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"
    118118!else
    119119  BrandingText "VirtualBox Windows Additions $%VBOX_VERSION_STRING%"
     
    677677  WriteRegStr HKLM "${PRODUCT_INSTALL_KEY}" "InstallDir" "$INSTDIR"
    678678
    679 !ifndef _DEBUG
    680   SetRebootFlag true  ; This will show a reboot page at end of installation
    681 !endif
     679  ; Set the reboot flag to tell the finish page that is should
     680  ; default to the "reboot now" entry
     681  SetRebootFlag true
    682682
    683683exit:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette