Installs
How do you approach rolling out a program that is a series of .msi's that are called upon by a .exe? Also what if the install needs be run locally on the machine, what are my options for deployment. I use Wise and Desktop central if that helps. Thanks
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
pjgeutjens
14 years ago
I'd say, first of all, drop the exe.
if you need granular control over the different MSIs, get them out of the exe (I'm assuming it extracts them at some point during the installation)
Once you have these, write a script that copies over the MSIs to your target machines and then triggers them in order, with the required command line parameters.
if you need granular control over the different MSIs, get them out of the exe (I'm assuming it extracts them at some point during the installation)
Once you have these, write a script that copies over the MSIs to your target machines and then triggers them in order, with the required command line parameters.
Posted by:
anonymous_9363
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.