diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-07-08 22:43:48 -0700 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-07-08 22:43:48 -0700 |
commit | 9bbbec6114d8b28ba760786a39ef21c662301621 (patch) | |
tree | 6fe465405646ea644befefb29c4165c6b5d2e309 /Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp | |
parent | 3f25693b02ebad0ef410a713fed23afb8ae6c32f (diff) | |
download | cpython-9bbbec6114d8b28ba760786a39ef21c662301621.tar.gz |
Fixes installer rebuild, snapshot versioning, and the README.txt file.
Diffstat (limited to 'Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp')
-rw-r--r-- | Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp b/Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp index 728355930a..2166304137 100644 --- a/Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp +++ b/Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp @@ -291,6 +291,7 @@ class PythonBootstrapperApplication : public CBalBaseBootstrapperApplication { hr = BalGetStringVariable(L"TargetDir", &targetDir); if (FAILED(hr) || !targetDir || !targetDir[0]) { ReleaseStr(targetDir); + targetDir = nullptr; hr = BalGetStringVariable( installAllUsers ? L"DefaultAllUsersTargetDir" : L"DefaultJustForMeTargetDir", |