Is there a way to specify an optional package in packages.config
file which enables user confirmation before installing an application?
For Example, If I have 3 PC's, I would like to install "VSCode" in 2 of them, but not in the 3rd PC. So, to help with this, is there a way for me to optinoally mention or choose which apps to be "installed" or "not installed" during batch installation from packages.config?
If not in Chocolatey, is there a similar feature in other Windows Package managers?