Changeset 586
- Timestamp:
- 11/19/2008 1:45:28 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Installer/Bootstrapper/Bootstrapper.cpp
r546 r586 257 257 HKEY key; 258 258 std::wstring highestVer; 259 std::wstring keys[] = { L"v 2.0.50727", L"v3.0", L"v3.5" };259 std::wstring keys[] = { L"v3.5" }; 260 260 261 261 for (int i = 0, j = sizeof(keys) / sizeof(keys[0]); i != j; ++i) … … 377 377 std::wstring commandLine(L"msiexec.exe /i "); 378 378 commandLine += L'"' + tempDir + L'"'; 379 commandLine += L"REINSTALL=ALL REINSTALLMODE=omus"; 379 380 380 381 //And the return code is true if the process exited with 0.
Note: See TracChangeset
for help on using the changeset viewer.
