[WiX-users] Configure apache service after files has been copied

2010-03-02 Thread Bimali Ponnamperuma
Hi , I have a feature to copy Apache files into the installation folder. Then i need to configure the apache serive by running command "httpd.exe -k install -n " ApacheforLS" " To run this command i need to go ino the bin folder and do.. How can i do this from wix code it self ?? ---

[WiX-users] ExitDialog Finish button events based on conditions

2010-02-19 Thread Bimali Ponnamperuma
Hi, in my final screen i need to have two check box options. 1. launch the installed application (show only on new installations) 2. invoke another exe in the same folder as the msi ( show only on removal of a particular feature) I cannot identify how to give specific c

Re: [WiX-users] How to set default value based on a condtition

2010-02-09 Thread Bimali Ponnamperuma
d have to be > sequenced after the CostFinalize action for the "&Database" syntax to work. > > -Original Message- > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com] > Sent: Sunday, February 07, 2010 7:26 PM > To: General discussion for Windows Installer XM

Re: [WiX-users] Installing SQL express as a feature

2010-02-09 Thread Bimali Ponnamperuma
: > Pally sent a great link on this thread. > > -Original Message- > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com] > Sent: Tuesday, February 09, 2010 12:39 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Installing SQL expre

Re: [WiX-users] 2 SpawnDialog events does not work for

2010-02-09 Thread Bimali Ponnamperuma
de a condition.. > > > > > > Best regards, > > > Sebastian Brand > > > sebast...@instyler.com > > > > > > Instyler Software - Software development, deployment and productivity > > > Geisenfelder Str. 53a - 85053 Ingolstadt, Germ

Re: [WiX-users] Installing SQL express as a feature

2010-02-09 Thread Bimali Ponnamperuma
r maybe even better > > > just > > > install the installation exe to the desktop for the user to run > themselves. > > > > > > The problem is that you can't run that installation from within your > > > installation. It will fail. > > > >

Re: [WiX-users] Installing SQL express as a feature

2010-02-08 Thread Bimali Ponnamperuma
> The problem is that you can't run that installation from within your > installation. It will fail. > > -Original Message- > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com] > Sent: Monday, February 08, 2010 9:52 PM > To: General discussion for Windows Installe

Re: [WiX-users] 2 SpawnDialog events does not work for

2010-02-08 Thread Bimali Ponnamperuma
-21220152 > www.instyler.com > > > > > > -Original Message- > > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com] > > Sent: Tuesday, February 09, 2010 07:03 > > To: WiX-users@lists.sourceforge.net > > Subject: [WiX-users] 2 SpawnDialog e

Re: [WiX-users] Installing SQL express as a feature

2010-02-08 Thread Bimali Ponnamperuma
your > installation. It will fail. > > -Original Message- > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com] > Sent: Monday, February 08, 2010 9:52 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Installing SQL express as a

[WiX-users] 2 SpawnDialog events does not work for

2010-02-08 Thread Bimali Ponnamperuma
I have a next button and based on different conditions on the screen i need to show different popups. NOT ( AND AND AND ) OR NOT ( AND ) Even though the 1st condition is satisfied, with INSTALLSQLEX = "0" , "DatabaseNameInvalidDlg" dialog appears. Why dont i see the "DatabaseDetai

Re: [WiX-users] Installing SQL express as a feature

2010-02-08 Thread Bimali Ponnamperuma
ller. > > > Best regards, > Sebastian Brand > sebast...@instyler.com > > Instyler Software - Software development, deployment and productivity > Geisenfelder Str. 53a - 85053 Ingolstadt, Germany - EU VAT ID: DE219712370 > Phone: +49 841-4544567 - Fax & voicemail: +49 3

Re: [WiX-users] Installing SQL express as a feature

2010-02-08 Thread Bimali Ponnamperuma
I could not get u . can u explain a bit please.. Im not sure with the "bootstrapper" idea Thanks On Tue, Feb 9, 2010 at 9:11 AM, Blair wrote: > Use a bootstrapper. If you really want it to appear as a feature, use > external ui. > > -Original Message- >

[WiX-users] Installing SQL express as a feature

2010-02-08 Thread Bimali Ponnamperuma
Hi , I need to install SQL Express with my installation I need to run the exe and this need to be added to the feature list in the product.wxs file. any suggestions on how should i invoke the exe as a component in the product.wxs? Thanks in advance ---

Re: [WiX-users] How to set default value based on a condtition

2010-02-07 Thread Bimali Ponnamperuma
he associated property is set when the dialog page > is > (re)opened. When you deselect the feature, you need to also clear the > property before the dialog with the checkbox is opened. > > -Original Message- > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com] > Sent: Frid

[WiX-users] How to set default value based on a condtition

2010-02-05 Thread Bimali Ponnamperuma
Hi all, I have a new dialog screen introduced into the main installation flow. This contains a check box which should be set to uncheck by default. but this check box should be unchecked and disabled when the feature X is not selected. I can enable or disable based on feature selection. But my