Thanks for the reply. I know where to edit the command in BatchPatch but I do not know what I need to do to get the MSI to run and also use the Site Key.
This is from Spiceworks concerning installing their collection agent using 3rd party programs:
If you want to use a 3rd party program, such as PDQ, to deploy the agent, here are the important things to note:
Parameters: SITE_KEY=<Your site key>. Your site key is displayed when you download the agent.
MSI Options: Operation: Install Restart: Never Quiet: Yes
Success Codes: 0, 1641, 3010
Command Line: msiexec.exe /i SpiceworksAgentShell_Collection_Agent.msi /qn SITE_KEY=”your-site-key”