-
Notifications
You must be signed in to change notification settings - Fork 904
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
Allow to set InstallArguments on a dependency #488
Comments
What would we do when the dependency is already installed, but perhaps with different arguments? |
Is there a way to know with what arguments a package was installed? |
Not yet, that's a different ticket #358 |
This would depend on that. |
In this case I would vote to reinstall with the arguments required by the dependency. |
In cases were an x86 only package calls for vcredist (and similar) as a dependency, it would be nice to be able to specify that said package needs the x86 vcredist (or other) dependency. |
From #325.
It would be nice if InstallArguments in a chocolatey dependency could be defined in the nuspec file (To allow installation of a dependency like through an individual choco install VisualStudio2013Professional -InstallArguments "/Features:'WebTools Win8SDK' /ProductKey:AB1CD-EF2GH-IJ3KL-MN4OP-QR5ST" call)
The text was updated successfully, but these errors were encountered: