VirtualBox

Ignore:
Timestamp:
Jun 11, 2015 5:48:26 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100963
Message:

Installer/VBoxInstallHelper.cpp: fix never used registry tweaking based on branding config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp

    r56299 r56371  
    309309
    310310        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);
    312312        else
    313313            swprintf_s(wszKey, RT_ELEMENTS(wszKey), L"SOFTWARE\\%s\\VirtualBox\\Branding", VBOX_VENDOR_SHORT);
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