[WiX-users] Query regarding Localization of Windows Installer

2009-09-04 Thread mahesh u
Hi All, I read about localizing a MSI installer using Wix. It seems like I need to localize the installer by using appropriate language .wxl file during MSI package creation time itself. So, Is there any way I can localize installer UI dynamically i.e. something like when Installer starts up dete

[WiX-users] Localization of MSI Installer

2009-09-03 Thread mahesh u
Hi All, I read about localizing a MSI installer using Wix. It seems like I need to localize the installer by using appropriate language .wxl file during MSI package creation time itself. So, Is there any way I can localize installer UI dynamically i.e. something like when Installer starts up dete

Re: [WiX-users] Conditionally pass the property value toFileElementName, Source attributes.

2009-07-11 Thread mahesh u
ure3 - component B - has xyz.txt component and other optional > features. > > I'm not sure how painful making the feature UI do mutex features will be > though as we don't use the built in UI. > > Dave W. > > -Original Message- > From: mahesh u [mailto:

Re: [WiX-users] Conditionally pass the property value toFileElement Name, Source attributes.

2009-07-09 Thread mahesh u
guess in this case that would be to stop > component a installing if feature 2 is selected. > > Dave > > > -Original Message- > From: mahesh u [mailto:maheshu.u...@gmail.com] > Sent: 09 July 2009 16:06 > To: General discussion for Windows Installer XML tools

Re: [WiX-users] Conditionally pass the property value to FileElement Name, Source attributes.

2009-07-09 Thread mahesh u
which feature is selected. > > If you want to do this you should include both files in your installer > under separate features, in separate components, possible with a > component condition. > > Or maybe I didn't understand what you are trying to achieve. > > D

Re: [WiX-users] Conditionally pass the property value to File Element Name, Source attributes.

2009-07-09 Thread mahesh u
ds, > Sebastian Brand > > Instyler Setup - Creating WiX-based MSI installations, elegantly. > http://www.instyler.com > > > > > > -Original Message- > From: mahesh u [mailto:maheshu.u...@gmail.com] > Sent: July 09, 2009 11:26 > To: wix-users@lists.sou

[WiX-users] Conditionally pass the property value to File Element Name, Source attributes.

2009-07-09 Thread mahesh u
I am using Wix Version 2. I have the two features F1 and F2. F2 is a sub component of F1. I have a component C1 which is kept inside F1. The component C1 has a file element like this: But, the Source attribute path and Name attribute depends on the Feature which is selected. So, I tried to hav

[WiX-users] Conditionally execute a set of statements inside a component

2009-07-05 Thread mahesh u
I have the following scenario: I have two features say F1 and F2 and have a component C1. F1 is a mandatory component and F2 is inside F1 and is an optional component. This component C1 will start a service once executed. I have to start a service with some arguments if Feature F1 is selected, an