Re: [WiX-users] Embedding another msi based installer

2006-11-08 Thread Mike Dimmick
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Hamflett Sent: 08 November 2006 09:06 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Embedding another msi based installer There are a few things you could consider. You could ask the other company to produce

Re: [WiX-users] Embedding another msi based installer

2006-11-08 Thread André Pönitz
Rob Hamflett wrote: > There are a few things you could consider. Hi Rob. > You could ask the > other company to produce a merge module for you. I did that, and they said 'no'. I am not too happy to depend on that third party software, unfortunately there's no way to replace this soonish. Mo

Re: [WiX-users] Embedding another msi based installer

2006-11-08 Thread Rob Hamflett
There are a few things you could consider. You could ask the other company to produce a merge module for you. There is also a custom action type for launching another MSI file, but you'll have to run it during the UI Sequence. The problem here is that there's no possibility of rollback, and