Changeset 51168 in vbox
- Timestamp:
- Apr 29, 2014 1:58:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
r51050 r51168 256 256 if (wcslen(wszPathTargetDir)) 257 257 { 258 259 258 /* 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); 261 260 262 261 /* Install our API module. */
Note:
See TracChangeset
for help on using the changeset viewer.