Changeset 32660 in vbox
- Timestamp:
- Sep 21, 2010 11:23:28 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r32622 r32660 104 104 105 105 ; 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 106 109 BrandingText "VirtualBox Windows Additions $%VBOX_VERSION_STRING%" 110 !endif 107 111 108 112 ; Set license language … … 541 545 Call PrepareForUpdate 542 546 543 DetailPrint "Version: $%VBOX_VERSION_STRING% ($%VBOX_ VERSION_BUILD%)"547 DetailPrint "Version: $%VBOX_VERSION_STRING% ($%VBOX_SVN_REV%)" 544 548 ${If} $g_strAddVerMaj != "" 545 549 DetailPrint "Previous version: $g_strAddVerMaj.$g_strAddVerMin.$g_strAddVerBuild (Rev $g_strAddVerRev)"
Note:
See TracChangeset
for help on using the changeset viewer.