VirtualBox

Changeset 51168 in vbox


Ignore:
Timestamp:
Apr 29, 2014 1:58:44 PM (11 years ago)
Author:
vboxsync
Message:

VBoxInstallHelper.cpp: Fixed Python installation directory.

File:
1 edited

Legend:

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

    r51050 r51168  
    256256        if (wcslen(wszPathTargetDir))
    257257        {
    258 
    259258            /* Set final path. */
    260             swprintf_s(wszPath, RT_ELEMENTS(wszPath), L"%s\\sdk\\install", wszPathTargetDir);
     259            swprintf_s(wszPath, RT_ELEMENTS(wszPath), L"%s", wszPathTargetDir);
    261260
    262261            /* Install our API module. */
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