We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi,
I would like to silent install the full Winpython64 at Windows11 Client.
.\Winpython64-3.12.9.0slim.exe /S /D="C:\Program Files\WinPython"
When I run command in CMD or powershell the 7zip GUI opens asking on which path to unpack 👎
The text was updated successfully, but these errors were encountered:
When I try this one, 7zip GUI opens and starts unpacking in current folder, not the C:\Program Files\WinPython
.\Winpython64-3.12.9.0slim.exe -o "C:\Program Files\WinPython" -y
Sorry, something went wrong.
With this command it works:
.\Winpython64-3.12.9.0slim.exe -o"C:\Program Files\WinPython" -y
But is it possible without 7zip GUI showing the unpacking dialog?
It's standard 7zip. The simplest installer creator... until a simpler and safer and not less good one exist.
Zstd compressed files in a zip envelop could be the next standard.
No branches or pull requests
Hi,
I would like to silent install the full Winpython64 at Windows11 Client.
.\Winpython64-3.12.9.0slim.exe /S /D="C:\Program Files\WinPython"
When I run command in CMD or powershell the 7zip GUI opens asking on which path to unpack 👎
The text was updated successfully, but these errors were encountered: