Changeset 32375 in vbox for trunk/src/VBox/Installer/win/Stub
- Timestamp:
- Sep 10, 2010 9:10:21 AM (14 years ago)
- Location:
- trunk/src/VBox/Installer/win/Stub
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp
r31667 r32375 179 179 do 180 180 { 181 AssertBreakStmt(pszResourceName, "Resou ce pointer invalid!");181 AssertBreakStmt(pszResourceName, "Resource pointer invalid!"); 182 182 AssertBreakStmt(pszTempFile, "Temp file pointer invalid!"); 183 183 -
trunk/src/VBox/Installer/win/Stub/VBoxStub.rc
r31667 r32375 5 5 6 6 /* 7 * Copyright (C) 2009 Oracle Corporation7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 41 41 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 42 42 VALUE "OriginalFilename", "VirtualBox.exe\0" 43 VALUE "ProductName", "VirtualBox\0"43 VALUE "ProductName", VBOX_PRODUCT "\0" 44 44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 45 45 END
Note:
See TracChangeset
for help on using the changeset viewer.