I am trying to create a custom task to deploy a vbscript using the software distribution wizard. Is there any way I can get this to work by selecing a vbscript as the package file? I found a few threads that suggested using cscript or wscript to execute the action, but I haven’t been able to find anything explaining this in more detail. I tried inserting “cscript” into the command line option, but the action fails. So I’m wondering if I’m missing the syntax. Thank you
Hi rsturtevant1981, you should be able to create a new package under “Mange Software Distribution” and add the vbscript and deploy it through a task. I have deployed batch files this way in the past.