Trying to use Software Distribution Wizard for Windows to install using .bat file

(imported topic written by LBowser)

What is the secret to getting these to work as expected?

This package works when ran manually or from dos but when attempting it thru bigfix we seem to be getting the following results

below is the action script(s) I’ve tried using in many different ways and the bes log also showing nothing useful from the remote system:

(during the testing I modified the file install.bat to send all output to a text file c:\bigfix.log nothing was ever written so I don’t think it ever runs the install.bat

But if you tell it to list a dir and output it to a file that works)

prefetch prod.tmp sha1:13f5e7817c7c8df50327ac721ad105d7b3bac267 size:6475 http://bigfix.elluciancloud.com:52311/Uploads/13f5e7817c7c8df50327ac721ad105d7b3bac267/prod.tmp

extract prod.tmp

wait “{pathname of system folder & “\cmd.exe”}” /c “{(pathname of client folder of current site) & “__Download\install.bat”}”

prefetch prod.tmp sha1:13f5e7817c7c8df50327ac721ad105d7b3bac267 size:6475 http://bigfix.elluciancloud.com:52311/Uploads/13f5e7817c7c8df50327ac721ad105d7b3bac267/prod.tmp

extract prod.tmp

dos “{pathname of system folder & “\cmd.exe”}” /c “{(pathname of client folder of current site) & “__Download\install.bat”}”

prefetch prod.tmp sha1:e1de3e79edb4de29e109f9ec63be22ab28180b98 size:6438 http://bigfix.elluciancloud.com:52311/Uploads/e1de3e79edb4de29e109f9ec63be22ab28180b98/prod.tmp

extract prod.tmp

waithidden “{pathname of system folder & “\cmd.exe”}” /C dir /S “{(pathname of client folder of current site) & “__Download*.*”}” >> c:\bigout.txt

waithidden “{pathname of system folder & “\cmd.exe”}” /C “{(pathname of client folder of current site) & “__Download\install.bat”}”

(imported comment written by jgstew)

I’m not seeing anything wrong.

Is install.bat in the right place? Could it be __Downloads\FOLDER\install.bat ?