Re: [WiX-users] Execute an MSI within an MSI

2009-07-03 Thread Thomas Due
Or you could check with your provider to see if he can deliver a merge module instead? Thomas -Original Message- From: Dirk Räder [mailto:d...@raeder.cc] Sent: 3. juli 2009 12:20 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Execute an MSI within

Re: [WiX-users] Execute an MSI within an MSI

2009-07-03 Thread Pally Sandher
ed in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Sunkesula, Srivardhan [mailto:srivardhan.sunkes...@netapp.com] Sent: 03 July 2009 10:16 To: General discussion for Windows

Re: [WiX-users] Execute an MSI within an MSI

2009-07-03 Thread Rob Hamflett
Sunkesula, Srivardhan wrote: > As far as I know, we cannot call an MSI inside an other MSI. > Anyone Correct me if I'm wrong. You can, but not in a very nice way. You can run pretty much anything as an arbitrary custom action. I think there was a custom action for running another MSI file, but

Re: [WiX-users] Execute an MSI within an MSI

2009-07-03 Thread Dirk Räder
> From: David Hernández Díez [mailto:dhd...@hotmail.com] > Sent: Friday, July 03, 2009 2:13 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Execute an MSI within an MSI > > > Hello, > > > > I am wondering if it is possible to execute an MSI within

Re: [WiX-users] Execute an MSI within an MSI

2009-07-03 Thread Sunkesula, Srivardhan
From: David Hernández Díez [mailto:dhd...@hotmail.com] Sent: Friday, July 03, 2009 2:13 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Execute an MSI within an MSI Hello, I am wondering if it is possible to execute an MSI within the MSI that I create using Wix. I need

[WiX-users] Execute an MSI within an MSI

2009-07-03 Thread David Hernández Díez
Hello, I am wondering if it is possible to execute an MSI within the MSI that I create using Wix. I need to do it because a provider delivers me an MSI to install part of a solution and I need to bundle everything within an MSI. Thanks, David ___