I need a starting point on how to create a wrapper for two or more MSI's. The 
goal is to have the installation program check for the existence of certain 
prerequisites and install them if they don't exist. Unfortunately, such as in 
the MS Office PIA modules, these only come in MSI form, and since I can't call 
one MSI from within another, I need the wrapper program to do the checks and 
installations.

I know C# and CPP programming, so if someone had an example wrapper they could 
pass along, that would be great. The big issues I see are 1) including the 
prerequisite binaries in the output exe (we have a requirement to have a "one 
file install"), and 2) checking the registry for the existence of the 
installations.

#2 I can handle but I have no clue from my prior programming how to include a 
binary in an executable and extract it for execution..

Thanks for any help!

David Bartmess
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to