Dear All,
I'm new to SCCM, I need guideline and help.
I have a setup script to silent install a application using Windows installShield silent response file. For example
<path>\setup.exe -s -f1"<path>\client.iss"
I have below few scenarios:
1) When i run the command from client computer, the program install silently - > OK
2) When i "run command" with SCCM 2012 R2 Task Sequences, the program install silently -> OK
3) But when i try to deploy the script as Packages, some application can install silently without problem, but some application failed to install.
I'm using same scripting format, and all script tested and able to run silently from client computer.
Please if anyone can help and advice what and how i should further troubleshoot the problem?
In addition, can i assume all the script i can run via Task Sequences can be setup as a packages?
Thank you very much and greatly appreciated.