Fixes installer rebuild, snapshot versioning, and the README.txt file.

This commit is contained in:
Steve Dower 2015-07-08 22:43:48 -07:00
parent 494374922c
commit b85b427507
4 changed files with 32 additions and 12 deletions

View file

@ -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",