-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Windows installer requires TargetDir parameter when installing quietly #69258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If you run the installer without UI and without specifying an installation path, it will not install. For example: C:\> python-3.5.0rc4-amd64-webinstall.exe /passive The workaround is to specify TargetPath: C:\> python-3.5.0rc4-amd64-webinstall.exe /passive TargetPath="C:\Python35_x64" However, this workaround should not be necessary. We should use the default path based on the InstallAllUsers setting (false by default). |
Adding Larry, as this either needs a fix or a prominent release note for 3.5.0 (or we document the bug in the docs). I *think* the fix will be fairly simple and constrained entire to one file. Should have something ready later today. |
Patch attached. PR for 3.5.0 at: https://bitbucket.org/larry/cpython350/pull-requests/25/issue-25071-windows-installer-should-not/diff |
Pull request approved. Hopefully the last one for 3.5.0! Please forward-merge. |
New changeset da8f2767b6cc by Steve Dower in branch '3.5': New changeset bb7363b8b50e by Steve Dower in branch 'default': |
I hope so too :) |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: