Quick Instructions: 1. Run the RunInstallerScript.bat as administrator 2. Space follow all the various prompts Detailed Instructions Background: This program works in parts. The RunInstallerScript.bat will download all the needed files using NewPCInstallerScript.ps1, then will sequentially run the Anita Install script 1-2-3. 1. Run the RunInstallerScript.bat as administrator This will begin downloading all the needed files from software.bullcityfinancial.com It will not download MS office (that must be done via godaddy once a person has a login) 2. After everything has downloaded you will need to work through all the installs There is no way to automate some of the installs, so you will need to click through the install promps At least one installer will not pop up and will sit in the task bar. Click it's taskbar icon, it will pop up, then click through Do not launch any of the programs. Do not run a backup 3. After all the programs have completed the Anita install process will begin in the same CMD prompt. choose "BASIC" hit spacebar when prompted 4. All programs should be fully installed. helpful notes: 1. The NewPCInstallerScript.ps1 is not smart. It points directly to files, so if versions are updated in software.bullcityfinancial.com (which does happen) then the installer script needs updated 2. New programs can easily be added for install. Open the NewPCInstallerScript.ps1 as a text file in notepad and follow the same format. You only need to add it in the "$installers = @(" section. You must then add the program to the RunInstallerSctript.bat by it's filename. Follow the established format. It does not have to be a silent install, but it's preferred. 3. After the RunInstallerScript.bat finished installing all the programs and Anita it then manually adds the Anita uninstall options b/c they are not included automatically during a silent install It does this by creating registry entries and copying over unwise.exe and install.log from the flash drive. If those files are deleted from the flash drive they can be recovered by: installing Anita the old way, go to C:\bullcity\Anita and copy those files back to the flash drive. It is recommended that those files be put into software.bullcityfinancial.com and then this script may be able to be 100% software-based and not need the flash drives. 4. if anything is changed at software.bullcityfinancial.com or on the cmsx server then this script could break. examples: CMSX server was rolled to new server and HTTPS disabled -> broke downloads. Remedied by enabling https on the server Titles of software.bullcityfinancial.com were not in CAPS but the script expected caps -> broke downloads. Remedied by changing the titles of software.bullcityfinial.com to caps like this: https://software.bullcityfinancial.com/install/Anita/Basic/ to -> https://software.bullcityfinancial.com/install/Anita/BASIC 5. IF ANITA VERSION CHANGES -> you need to change a few places. 2-InstallAnita-rework.bat needs updated to reflect the new file names The UNWISE.EXE and INSTALL.LOG need regenerated -> refer to helpful note #3 6. JustAnita.bat will only install Anita sequentially from the downloads folder. It is for troubleshooting Anita installs without re-downloading all the other files over and over. 7. ErrorLnk.txt -> is just a file used to copypasta errror messages related to the script if going back and forth from PC to PC.