diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-07-09 05:44:52 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-07-09 05:44:52 (GMT) |
commit | 99168adec0b504bdee5f26efce4112714934043a (patch) | |
tree | 1f74328c1c5aaaab441da32879d01dbbbe84b9a5 /Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp | |
parent | 67b9ab53c95ea0197942b0498aa8945a2863f0cb (diff) | |
parent | b85b427507a8034878d08c2abe2d6b1b7eab97d0 (diff) | |
download | cpython-99168adec0b504bdee5f26efce4112714934043a.zip cpython-99168adec0b504bdee5f26efce4112714934043a.tar.gz cpython-99168adec0b504bdee5f26efce4112714934043a.tar.bz2 |
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 7283559..2166304 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", |