Re: [WiX-users] Error when trying to conditionally run something (2753)

2007-02-14 Thread Wilson, Phil
Of dave_c Sent: Wednesday, February 14, 2007 2:16 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Error when trying to conditionally run something (2753) Thanks for the response. This would make sense. I only want to run this customAction if I am installing the client side of things.

Re: [WiX-users] Error when trying to conditionally run something (2753)

2007-02-14 Thread dave_c
> > Phil Wilson > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of dave_c > Sent: Friday, February 09, 2007 7:31 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Error when trying to conditionally

Re: [WiX-users] Error when trying to conditionally run something (2753)

2007-02-14 Thread dave_c
From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of dave_c > Sent: Friday, February 09, 2007 7:31 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Error when trying to conditionally run something > (2753) > > > Basically the user would se

Re: [WiX-users] Error when trying to conditionally run something (2753)

2007-02-09 Thread Wilson, Phil
Behalf Of dave_c Sent: Friday, February 09, 2007 7:31 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Error when trying to conditionally run something (2753) Basically the user would select to install the Client software from the Feature Selection screen Once all the client software ha

Re: [WiX-users] Error when trying to conditionally run something (2753)

2007-02-09 Thread dave_c
Basically the user would select to install the Client software from the Feature Selection screen Once all the client software has been installed it would then perform a "post install" action to install the seperate installer (svgview.exe which is an installer in itself) If adding the svgview.exe

Re: [WiX-users] Error when trying to conditionally run something (2753)

2007-02-09 Thread david adams
Is this function that can be accomplished using the Feature elements? Do you want your Install User to select particular features or do you envision something like a custom dialog that allows them to select "Client" or "Server"? Pending their selection on the custom dialog, the correct set of