[WiX-users] Feature condition never evaluating

2014-11-14 Thread wixtester
Hi, How do I use a property set to RadioButton in a Feature condition? I have a Secure property called UNICODETYPE which gets set to the value of radio button selection. I want to use that property to decide which feature to install. Do the Level of parent feature matter, note it is 200. My und

Re: [WiX-users] Feature Condition in UI

2011-10-08 Thread Rob Mensching
I think there is a topic in the WiX.chm that talks about how to do this. On Fri, Sep 30, 2011 at 2:34 AM, Michael Tissington < michael_tissing...@ciqual.com> wrote: > I'm trying to launch an installed exe when the user clicks Exit, so I have > the following but it NEVER launches the exe. > What a

[WiX-users] Feature Condition in UI

2011-09-30 Thread Michael Tissington
I'm trying to launch an installed exe when the user clicks Exit, so I have the following but it NEVER launches the exe. What am I missing? (!MyFeature = 3) AND NOT (ACTION = "ADMIN") -- All of the data generated in your

Re: [WiX-users] Feature condition evaluation

2011-01-26 Thread Simon Topley
ey [mailto:simon.top...@mwhsoft.com] Sent: 26 January 2011 12:00 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Feature condition evaluation I've gone down the repeated component ref's route and I'm happy with how it works, it ref counts it correct

Re: [WiX-users] Feature condition evaluation

2011-01-26 Thread Simon Topley
ork now is this checkbox, which seems to ignore the components install or action state. More new as it comes. Simon -Original Message- From: maksim.vazhe...@emc.com [mailto:maksim.vazhe...@emc.com] Sent: 26 January 2011 11:49 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Fe

Re: [WiX-users] Feature condition evaluation

2011-01-26 Thread maksim.vazhenin
;Root', and 'Root' will be installed if any of 5 features will be installed). But in this case you will need to show 'Root' feature to user. Maksim -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: Wednesday, January 26, 2011 2:15 PM

Re: [WiX-users] Feature condition evaluation

2011-01-26 Thread Simon Topley
igT>2 although I'm sure it won't work.. I'll try it. -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: 26 January 2011 10:14 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Feature condi

Re: [WiX-users] Feature condition evaluation

2011-01-26 Thread Simon Topley
--Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: Monday, January 24, 2011 4:47 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Feature condition evaluation Afternoon all, SO I'm back trying to tackle this issue with my SetProp

Re: [WiX-users] Feature condition evaluation

2011-01-25 Thread Blair
onday, January 24, 2011 4:47 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Feature condition evaluation Afternoon all, SO I'm back trying to tackle this issue with my SetProperty after Costfinalize. The property is set correctly, but nothing now seems to r

[WiX-users] Feature condition evaluation

2011-01-24 Thread Simon Topley
Afternoon all, SO I'm back trying to tackle this issue with my SetProperty after Costfinalize. The property is set correctly, but nothing now seems to respond to it. MSI (s) (3C:98) [04:37:53:630]: Doing action: SetCONFIGREQUIRED Action 04:37:53: SetCONFIGREQUIRED. Action start 04:37:53: SetCON

Re: [WiX-users] Feature condition

2009-04-28 Thread John Nannenga
:57 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Feature condition I have multiple feature in my installer. based on a registry key values, i want to show the levels of the feature. like selected for installation and uninstallation. how to set the feature level at dynamically based on

[WiX-users] Feature condition

2009-04-28 Thread MYFLEX
I have multiple feature in my installer. based on a registry key values, i want to show the levels of the feature. like selected for installation and uninstallation. how to set the feature level at dynamically based on the registry values? I want to write a vbscript custom action. Please tell me h

Re: [WiX-users] Feature Condition not evaluating correctly

2007-05-09 Thread Stefan Krueger [MVP]
Component and Feature conditions are both evaluated during the CostFinalize action, so you can't base them on user selection. You could place the component in a separate feature and select it using the AddLcal control event on the "Next" button of the dialog. -- Stefan Krueger Microsoft Window

[WiX-users] Feature Condition not evaluating correctly

2007-05-08 Thread Mike Menaker
I have these components in Feature 1. What I am trying to do is if only feature1 is selected the website is the home directory of the default web site on IIS, if feature 2 is selected as well the website isn't the home directory on IIS. However the first case is always being evaluated as true even