old_chicago
Posts: 65
Score: 0 Joined: 2/21/2008 Status: offline
|
I have created a step in Task Sequencer to perofrm a scripted McAfee AV installation. I'm executing a .cmd file that runs a script located c:\scripts\McAfee-VirusScan.vbs. I've tested this with a custom task sequence that I am running from within the local O.S. Only to see the Task Sequence window appears and disappears immediately. If I run the script manually from within the O.S., it works w/o any issues. For the command line in Task Sequencer, I am using the following: CMD.EXE /C %SCRIPTROOT%\Z-AVinstall_Image.cmd I've also tried executing the step by using the install script: cscript.exe %SCRIPTROOT%\Z-McAfee-VirusScan-8-5i-R1.vbs Again, the Task Sequence window appears for a slight moment, then disappears. At this point, I can't even get the script to run. Any ideas? OC
|