Deploy multiple packages msi, exe vsa in single task

periicles's picture

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

CaseyE's picture

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

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