continue if { (size of it = xxxxx and sha1 of it = “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”) of file “big98.tmp” of folder “__Download”}
extract big98.tmp
wait {pathname of system folder}\sysocmgr /i:{pathname of windows folder}\inf\sysoc.inf /u:__Download\iis.txt /q
When BigFix tries to execute it, it launches both the 32bit and 64 bit versions of sysocmgr. When I run the command myself, substitutiong the relevance, it installs with no issues.
write out a file to see the exact command that is getting run
just add 'appendfile ’ in front of the ‘wait’ command. after the action has run, you’ll find a file called “__appendfile” in your operator folder on the client. You can open the file with a text editor and see if something looks strange.
remove the /q and see if you’re getting an error message from the installer
wait {pathname of system x64 folder}\sysocmgr /i:{pathname of windows folder}\inf\sysoc.inf /u:"{pathname of client folder of current site}__Download\iis.txt" /q