How to use AcaciaInstaller - Nighthax/AcaciaInstaller GitHub Wiki
Congratulations for using AcaciaInstaller! Out of the box, it should guide you through the steps to make it work. In order to add packages, simply follow this tutorial.
Firstly, open up the .bat file in your preferred text editor. For now, I'll be using a Notepad2 fork.
For this tutorial, we will be looking at this section of the script:
Next, look at this line in particular:
choco upgrade SOFTWARE GOES HERE CHANGE THIS -y
Now, navigate to this website (https://chocolatey.org/packages) and select the packages you would like.
Once you have your packages, go back to your text editor and replace SOFTWARE GOES HERE CHANGE THIS
with the names of your packages.
Make sure you keep the choco upgrade
and -y
parts.
For example, it should look something like this:
Now, you are done!
(ADVANCED USERS)
If you want to replace the example names with something else, you can. Just make sure to replace the names in the functions, ERRORLEVEL lists, and echo texts. Additionally, you can add more functions if you would like, simply by copy and pasting the example functions and renaming them. Make sure to add these new functions to the echo texts, and errorlevels (in decreasing order).