Hi All, I am trying to depoy a exe on all our computers via SCCM. I have tested the command via command prompt and install perfectly but when I run it via SCCM it fails. I have checked the appenforce log file and all it says is error 255.
The program is a exe that also installs a driver, for a USB display adaptor. the link for the file is as follows.
The command I am using is -v14.01.0210.3179-win.exe /s
Below is the error in appenforce
Process 1896 terminated with exitcode: 255]LOG]!><time="09:39:12.903-660" date="03-07-2014" component="AppEnforce" context="" type="1" thread="6924" file="appexcnlib.cpp:1967">
<![LOG[ Looking for exit code 255 in exit codes table...]LOG]!><time="09:39:12.903-660" date="03-07-2014" component="AppEnforce" context="" type="1" thread="6924" file="appexcnlib.cpp:505">
<![LOG[ Unmatched exit code (255) is considered an execution failure.]LOG]!><time="09:39:12.903-660" date="03-07-2014" component="AppEnforce" context="" type="2" thread="6924"
file="appexcnlib.cpp:591">
Would love it if someone knows how to get this working and could let me know as I am stumped.