Microsoft certainly doesn't like to make things easy do they?   I assume
though that if someone in the WMF group clued in to using MSI that they
might also have the foresight to provide a merge module for the
redistributables.  Kind of like they should have years ago.

However, assuming that they continue to do things like they have been for
years (i.e. badly), what is the way to install another MSI installer from
within my own?

Scott

On 7/13/07, Bob Arnson <[EMAIL PROTECTED]> wrote:

>     <InstallExecuteSequence>
> ...
>       <Custom Action="exec_WMF90_redist"
> After="InstallFiles"><![CDATA[NOT Installed AND WMFVERSION =
> "0x00090000" AND (NOT UPGRADEWMFTO95) AND (NOT WMFHI)]]></Custom>
>       <Custom Action="exec_WMF95_redist"
> After="InstallFiles"><![CDATA[NOT Installed AND (WMFVERSION =
> "0x00090005" OR UPGRADEWMFTO95) AND (NOT WMFHI)]]></Custom>
> ...
> </InstallExecuteSequence>

Note that that works only when the redist isn't using MSI. If it were,
you'd get a failure when it tried to run a second MSI simultaneously.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to