Changeset 56371 in vbox for trunk/src/VBox/Installer/win/InstallHelper
- Timestamp:
- Jun 11, 2015 5:48:26 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100963
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
r56299 r56371 309 309 310 310 if (wcsicmp(L"General", pwszSection) != 0) 311 swprintf_s(wszKey, RT_ELEMENTS(wszKey), L"SOFTWARE\\%s\\VirtualBox\\Branding\\ ", VBOX_VENDOR_SHORT, pwszSection);311 swprintf_s(wszKey, RT_ELEMENTS(wszKey), L"SOFTWARE\\%s\\VirtualBox\\Branding\\%s", VBOX_VENDOR_SHORT, pwszSection); 312 312 else 313 313 swprintf_s(wszKey, RT_ELEMENTS(wszKey), L"SOFTWARE\\%s\\VirtualBox\\Branding", VBOX_VENDOR_SHORT);
Note:
See TracChangeset
for help on using the changeset viewer.