Re: [WiX-users] How do i embedd and install a 3rd party msi (eg directx or wse runtime) if not already installed

2007-03-29 Thread Cullen Waters
-users] How do i embedd and install a 3rd party msi (eg directx or wse runtime) if not already installed I regularly install DirectX as part of my WiX packages, here's the code for a file I just include for the functionality to 'appear':

Re: [WiX-users] How do i embedd and install a 3rd party msi (eg directx or wse runtime) if not already installed

2007-03-29 Thread Gareth at Serif
I regularly install DirectX as part of my WiX packages, here's the code for a file I just include for the functionality to 'appear': DirectX9\dsetup.dll No (NOT Installed)

Re: [WiX-users] How do i embedd and install a 3rd party msi (eg directx or wse runtime) if not already installed

2007-03-26 Thread Nitin Chaudhari
PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of ste > > Sent: 26 March 2007 21:21 > > To: wix-users@lists.sourceforge.net > > Subject: [WiX-users] How do i embedd and install a 3rd party msi (eg directx > > or wse runtime) if not already installed > > > > Hi > >

Re: [WiX-users] How do i embedd and install a 3rd party msi (eg directx or wse runtime) if not already installed

2007-03-26 Thread Justin Dearing
-- > > Mike Dimmick > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of ste > > Sent: 26 March 2007 21:21 > > To: wix-users@lists.sourceforge.net > > Subject: [WiX-users] How do i embedd and inst

Re: [WiX-users] How do i embedd and install a 3rd party msi (eg directx or wse runtime) if not already installed

2007-03-26 Thread Justin Dearing
t > Subject: [WiX-users] How do i embedd and install a 3rd party msi (eg directx > or wse runtime) if not already installed > > Hi > > I have a simple problem.. > > I am deploying a component that relies on a 3rd party installation > runtime (think Msoft Wse3 runtime or Dir

Re: [WiX-users] How do i embedd and install a 3rd party msi (eg directx or wse runtime) if not already installed

2007-03-26 Thread Mike Dimmick
bject: [WiX-users] How do i embedd and install a 3rd party msi (eg directx or wse runtime) if not already installed Hi I have a simple problem.. I am deploying a component that relies on a 3rd party installation runtime (think Msoft Wse3 runtime or DirectX runtime). I want the installer to check

[WiX-users] How do i embedd and install a 3rd party msi (eg directx or wse runtime) if not already installed

2007-03-26 Thread ste
Hi I have a simple problem.. I am deploying a component that relies on a 3rd party installation runtime (think Msoft Wse3 runtime or DirectX runtime). I want the installer to check that this pre-requisite is installed and if not execute the prereq instal file before my installation invokes