Unable to deploy Replay 1 through SCCM

Mar 06, 2018

Good afternoon,

I'm trying to deploy Replay 1 through SCCM and have hit a brick wall. 

I've successfully created the answer file and can install Replay 1 silently through my own command prompt using this file. I've also successfully installed it using a batch script. However when I use either the batch script or command line via SCCM, the installer will run but fail to complete the install. It still returns an exit code 0 to the system indicating success, but no folders or software exist.

I've replicated this effect locally too; if I try to run either the command or batch file in a run-as cmd window, the install fails in the same way as it does through SCCM.

Right-clicking the installer and choosing run-as with another user works successfully, so does the /s command simply not support being used in a run-as install scenario, or is there something I'm missing?

To muddy the issue further; doing a silent uninstall is successful through SCCM, it's only the install process that is failing in this way.

For reference, the commands I've used are shown below:

Direct Command: cmd.exe /c start /wait "" "%CD%\replay.exe" /s /f1"%CD%\Setup.iss" /f2"C:\ArticulateReplay1Install.log"

Batch command: start /wait "" "%~dp0replay.exe" /s /f1"%~dp0Setup.iss" /f2"C:\ArticulateReplay1Install.log"

1 Reply

This discussion is closed. You can start a new discussion or contact Articulate Support.