Link to home
Start Free TrialLog in
Avatar of whoam
whoam

asked on

Calling Install shield answer file from sysvol

Okay, I can run the command and remove the program as follows from the local drive...
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{DBD03972-0D03-11D6-9D91-0050BAD312BD}\Setup.exe" -s -f1\%windir%\setup.iss

However, when I call the sysvol for the answer file, SCCM claims success but the client retains the install...
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{DBD03972-0D03-11D6-9D91-0050BAD312BD}\Setup.exe" -s -f1\\domain.com\SYSVOL\domain.com\3ComTSP_R\setup.iss

This is set to run with admin rights, only when logged off, reboot the client, suppress program notifications, runs with unc name.

How can I get this to work?
ASKER CERTIFIED SOLUTION
Avatar of Hayes Jupe
Hayes Jupe
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of whoam
whoam

ASKER

Oh, a reboot fixes it.  It only happens every day or two.