From b85b427507a8034878d08c2abe2d6b1b7eab97d0 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 8 Jul 2015 22:43:48 -0700 Subject: Fixes installer rebuild, snapshot versioning, and the README.txt file. --- Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp') diff --git a/Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp b/Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp index 728355930a4..21663041378 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", -- cgit v1.2.3