Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Deploy multiple packages msi, exe vsa in single task

Updated: 21 May 2010 | 2 comments
periicles's picture
0 0 Votes
Login to vote

I need to deploy several packages to client machine, , but I cannot see the option to add msi,exe package and vsa package in an single task in order chosen, I looked into task manager and sequential task but no luck!!!!!Any help or sample will be appreciated

discussion Filed Under:

Comments

CaseyE's picture
23
Dec
2008
0 Votes 0
Login to vote

Deploy several packages to client machine

You can write a script with Wise Package Editor to chain installs.

Once you get launch the Wise Package Editor, use the task action "Execute Program" to install multiple setup files.

Here is the example 1st line of your script:

"Execute %SYS32%\msiexec.exe /i %INST%\Desktop_Installations\DesktopInstallation.msi TRANSFORMS=%INST%\ULTRA10ILA.mst /qb+"

http://www.linkedin.com/in/CaseyEdwards

periicles's picture
05
Jan
2009
0 Votes 0
Login to vote

svs package deployment

Thanks for the information regarding to msi package and working on it...

Do you know how about creating a task to distribute several svs packages? I can create single virtual software distribution to deploy svs package, but I need to create a task to distribute several svs packages!!!!! I read different sites but I can not find an answer how or where to go to do that!!!!

Thanks in advance for you reply