combine two packages into one
pob579
Hi, evaluating... In Deploy I have 2 packages: Adobe Reader DC and Uninstall Adobe Reader.
I would like to have one package that will perform Uninstall and then Install. Theoretically, it should be a step in Uninstall package that will do Install.
What is the right way to acheave the goal of Uninstall and Install without interruption.
Thx. Michael.
0
Comments
Create a new deployment and use as steps "Nested package"
nested package 1: Adobe uninstall
nested package 2: Adobe Reader install
Nice side effect, if you use autodownload for Adobe Reader DC it is updated in your nested package deployment too.
thanks for quick and simple advise. Trying...