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 | b85b427507a8034878d08c2abe2d6b1b7eab97d0 (patch) | |
tree | 6c53f355d62725cd89b51f3ad1f68fa5fa69db8a /Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp | |
parent | 494374922c909bfb7c833032a686cc173762d988 (diff) | |
download | cpython-git-b85b427507a8034878d08c2abe2d6b1b7eab97d0.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", |