You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
choco export (to VanillaMasterList_DEV.xml) one time
Save exported file into this repo
Script then just pulls whatever is in the export file (which is slighly more easily edited by just installing or uninstalling from vanilla computer/vm, especially in cases where user(s) have completely different setups, already set up on some other machine).
In this case it also scales to N number of different setups, 1x for each file (HR department, Finance, IT, etc...)
Adds/Removes from the file can then be done through existing commands to choco install/uninstall on a "Vanilla" computer, followed by another export to update the VanillaMasterList_DEV.xml
Could have 1x file for dev machines, 1x file for regular users, and N other files for different configurations
The text was updated successfully, but these errors were encountered:
I love this idea BTW and have/had done something similar just to keep track of my choco scripts, but yours is nicer.
Thanks for posting the repo.
Idea:
Seems like this might now be better able to be done via a "master" list exported from a single vanilla install.
https://stackoverflow.com/questions/43167087/how-to-get-a-list-of-packages-from-one-machine-and-install-in-another-with-choco
So my proposal/idea: (take it or leave it)
choco export
(to VanillaMasterList_DEV.xml) one timeIn this case it also scales to N number of different setups, 1x for each file (HR department, Finance, IT, etc...)
The text was updated successfully, but these errors were encountered: