-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add/modify functions to use the --config paramter of vs_installer #130
Comments
How would you use this functionality in the context of Chocolatey packages? Would you install any of the existing product or workload packages (e.g. visualstudio2022enterprise or visualstudio2022-workload-manageddesktop) with the additional parameter or would you create your own package for applying your customized config? |
We use chocolatey in combination with puppet to build developer machines. There is a base installation module for studio, and depending on the type of machine needed, we use additional modules to enrich the installation. |
I think you should be able to achieve your goal by crafting a package which would call |
A rough sketch of the install script of the hypothetical package:
|
Thank you for the ideas. I will try to go this way. |
Since version 1.11.0, functions in |
Currently there seems no option to e.g. call
vs_installer.exe modify --installPath "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional" --config "MyConfig.vsconfig"
.This would be a nice addition to use the logging and error handling infrastructure of the module for applying own configurations.
The text was updated successfully, but these errors were encountered: