Had to run this command through a task sequence because deploying the program with the same command line didn`t seem to have enough rights to perform the install with SCCM 2012 therefore had to use the "run as" option where i inserted the domain admin account info.
So my task sequence had 3 steps
1- copy the setup file to the local client (c:\tmp\divorcemate)
2- install the software with this command line:
c:\tmp\divorcemate\setupcustom.exe /S c:xxxx-xxxxxx-xxxx-xxxx (replace the x`s with your license code)
3- delete the setup file from the local client.
View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.
Step1 : Add a local admin temporarily in the machine.
Step 2: run the cmd file which you have series of commands to install the package with the new admin user created by run as command.
Step3: You can delete the admin user created.
All these steps can be done in a tasksequence and I followd the same approach for many packages like zebra designer pro. - rkiran57 10 years ago