teknowledgist
teknowledgist
I want to add that a silent install for the current user and a manual install for all users seems functionally backwards. Why does the current user need a silent...
Ha! `Twine-2.9.2-Windows.exe /S /ALLUSERS=1` did work! Many other installers use `/ALLUSERS`, but usually that is documented or returned with a `/?`. I still think a silent install should default to...
Just to add some information: * I think NSIS makes it pretty easy to create a multi-user installer by defining `MULTIUSER_INSTALLMODE_COMMANDLINE` using [MultiUser.nsh](https://nsis.sourceforge.io/Docs/MultiUser/Readme.html). * I can use the `/D="C:\Program Files...
Also, Chocolatey: https://community.chocolatey.org/packages/edit Until it is approved, you will have to specify the version: `choco install edit --version 1.0`
Hrmmm... I see there are definitely complications beyond what I was considering. Paraphrasing some of @RaiKoHoff 's example: `https://example.com/HomerSimpson's life/work` is a valid URI, but checking for a space after...
As one of the maintainers for the [chocolatey-font-helpers.extension](https://chocolatey.org/packages/chocolatey-font-helpers.extension), you have my blessing (whatever that's worth). Let me know if I can help.