VirtualBox

Changeset 32660 in vbox


Ignore:
Timestamp:
Sep 21, 2010 11:23:28 AM (14 years ago)
Author:
vboxsync
Message:

Windows Guest Additions installer: Log SVN rev in debug build, fix current SVN rev in log view.

File:
1 edited

Legend:

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

    r32622 r32660  
    104104
    105105  ; Set branding text which appears on the horizontal line at the bottom
     106!ifdef _DEBUG
     107  BrandingText "VirtualBox Windows Additions $%VBOX_VERSION_STRING% ($%VBOX_SVN_REV%) - Debug Build"
     108!else
    106109  BrandingText "VirtualBox Windows Additions $%VBOX_VERSION_STRING%"
     110!endif
    107111
    108112  ; Set license language
     
    541545  Call PrepareForUpdate
    542546
    543   DetailPrint "Version: $%VBOX_VERSION_STRING% ($%VBOX_VERSION_BUILD%)"
     547  DetailPrint "Version: $%VBOX_VERSION_STRING% ($%VBOX_SVN_REV%)"
    544548  ${If} $g_strAddVerMaj != ""
    545549    DetailPrint "Previous version: $g_strAddVerMaj.$g_strAddVerMin.$g_strAddVerBuild (Rev $g_strAddVerRev)"
Note: See TracChangeset for help on using the changeset viewer.

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