Jakub Bereżański
Jakub Bereżański
Looking at https://github.com/aminya/setup-cpp/runs/3635436051 I can see more issues: - you are still passing the invalid workload id; - the actual installation of VS fails - you should inspect the numerous...
Yes, it is. However, currently it can be done only by modifying the environment variable used by Chocolatey to pass package parameters: ``` $Env:chocolateyPackageParameters = '--installPath C:\VS' Install-VisualStudio ... ```
I've wanted to implement a facility for passing such additional parameters directly to Install-VisualStudio (and Install-VisualStudioWorkload) for a long time, but never found the time to do it, unfortunately. I'd...
Thank you for the very detailed description. Please be aware that there have been issues with the Windows 10 SDK component recently, caused by errors on Microsoft side (https://github.com/jberezanski/ChocolateyPackages/issues/107). The...
The Visual Studio Installer does not support `--add ...` parameters during update.
See also #93.
The feature you are requesting, if I understand correctly (not passing certain package parameters to the VS Installer), is aready present, in a fashion. The extension recognizes `--no-xyz` as a...
If the "negated arguments" feature did not satisfy your needs, then instead of defining a new parameter symbol, I would be more inclined to recognize a special prefix of parameter...
Thank you for the kind words :) I'm really glad you find the packages useful. A couple of thoughts: 1) (some historical background) The "--" package parameter format actually dates...
It seems to be crashing somewhere inside Chocolatey, before the package install script starts actually executing. You should probably report this to https://github.com/chocolatey/choco. However, I can see from the log...