MSI with prerequisites
I have an install-shield exe that I have extracted the msi etc.
>
>There are three Microsoft prerequisites that need to be installed before
>the MSI can be installed.
>
>dot net 4, visual C++ 2008 and VC ++ 2010 I think from memory
>
>I have tested it all manually and it works.
>
>With packaging what is the best approach?
>
>I have heard create a merge module for the 3 installs, or store them in
>the binary table, neither of which I know how to do? or do I script them
>somehow, use a batch file, vbscript etc etc?
>
>Basically if I want to install an MSI that has prerequisites , how should
>i do it?
>
>Thanks very much
Answers (3)
What is the deployment method?
If you are using SCCM then you can chain these installations in SCCM. If they are already installed they will not install again from SCCM. You can keep a check for software as well. Depends on which version of SCCM it is.
I am sure you can so something similar with other deployment tools as well. Or worse use a VBscript to install all of them.
Cheers,
~Piyush Nasa
~My Blog: http://msiworld.blogspot.com/