Trying to deploy a VBscript using the Software Distribution Wizard

(imported topic written by SystemAdmin)

I’m having trouble pushing out a VBscript I wrote using the Software Distribution Wizard. I create the custom task, but when I attempt to deploy it to a client, it fails. When I check the Action Script Execution Detail, the following step fails: wait_Download\xxx.vbs

I’m fairly new to Big Fix, but I have used this method to deploy Windows Batch files a few times. Is there something I am missing with regards to the VBscript? Any help would be appreciated. Thanks

(imported comment written by SystemAdmin)

You’ll have to edit the action to execute the vbscript with cscript or wscript. Take a look at this post for more info:

http://www.ibm.com/developerworks/forums/thread.jspa?threadID=463866