I am trying to silent install some software using SCCM. I have everything set up on the server and client sides. All clients can successfully communicate with the server.
I already have .iss files recorded and setup for the install. And .xml files necessary for software configuration. These folders are in the same location as the setup.exe program
Usually to command line silent install this product, the command used is:
setup.exe /s /f1"C:\setupfolder\ISS\setup.iss" /config"C:\setupfolder\config\setup.xml" /serial"xxxxxxxxxxxxxx"
Unfortunately when I input this into the Package/Program setup for deployment, and advertise this package (as mandatory, after updating distribution points), it gets sent to the client, and the install is initiated (I see this in task manager on the clients), but it quits after a couple of seconds without the product being installed
Appreciate any help on this, especially how to change my command line to where it is compatible with SCCM deployment.
Thanks