Changeset 36452 in vbox for trunk/src/VBox/Installer/win/InstallHelper
- Timestamp:
- Mar 29, 2011 7:26:50 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70825
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
r36121 r36452 204 204 if(rc == ERROR_SUCCESS) 205 205 LogString(hModule, TEXT("InstallPythonAPI: Path \"%s\" detected."), szVal); 206 } 207 208 ::RegCloseKey (hkPythonCore); 206 207 ::RegCloseKey(hkPythonInstPath); 208 } 209 ::RegCloseKey(hkPythonCore); 209 210 210 211 /* Python path found? */
Note:
See TracChangeset
for help on using the changeset viewer.