Command line in SCCM package does not run the .exe
I have an .exe located on the local PC's in c:\program Files (x86), this .exe starts a Service on the local PC's. I can run the command on a local PC running with the Admin. cmd, and also with a batch file. The .exe starts, and starts the service, but when I use this command line with the SCCM package, it shows successful, but the exe won't start, and the services does not start. cmd line: "C:\Program Files (x86)\OptiBot\bin\desktopsearchenginehost.exe" /install /provider="optibot" /silent /start . This works fine running locally and from a batch file locally.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
rad33k
6 years ago
Does it work when started via PSEXEC (psexec -s "<<command line>>"). I'm asking as I'm supposing it may be related with the execution context. It worked tested manually as Administrator but SCCM executes the commands in SYSTEM context with user interactions disabled by default.