Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
-Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: 19 January 2011 18:10 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set property from feature sorry the first one of them uses the component: SetProperty Id=CONFIGREQUIRED Value=1 After=CostFinalize

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
another, or the condition statement is screwed. -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: 21 January 2011 09:11 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Set property from feature I'm still stuck with this one

Re: [WiX-users] Set property from feature

2011-01-21 Thread maksim.vazhenin
] Sent: Thursday, January 20, 2011 7:05 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Set property from feature I also seem to get 2 log entries for the same thing: Action ended 08:01:24: CostFinalize. Return value 1. MSI (c) (7C:10) [08:01:24:535]: Skipping

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
[mailto:maksim.vazhe...@emc.com] Sent: 21 January 2011 10:46 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set property from feature The entry in the log MSI (c) (7C:10) [08:01:24:535]: Skipping action: SetCONFIGREQUIRED (condition is false) is written when the custom action runs

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
@lists.sourceforge.net Subject: Re: [WiX-users] Set property from feature The entry in the log MSI (c) (7C:10) [08:01:24:535]: Skipping action: SetCONFIGREQUIRED (condition is false) is written when the custom action runs during InstallUISequence, and MSI (s) (5C:2C) [08:01:43:082]: PROPERTY CHANGE

Re: [WiX-users] Set property from feature

2011-01-21 Thread maksim.vazhenin
for Windows Installer XML toolset. Subject: Re: [WiX-users] Set property from feature I see, so when I ask for CostFinalize I get it in the UI AND execute sequence. Is there any way to tell it to only use one of the other? Would this have a knock on effect on using the same property to enable/disable

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
do I do this seemingly simple task? Simon -Original Message- From: maksim.vazhe...@emc.com [mailto:maksim.vazhe...@emc.com] Sent: 21 January 2011 11:21 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set property from feature Read WiX documentation. 'Sequence' attribute

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
...@mwhsoft.com] Sent: 21 January 2011 11:34 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Set property from feature I don't see why it would be a problem to have it scheduled in both as it amounts to the same thing, the property is set before the last dialog is shown

Re: [WiX-users] Set property from feature

2011-01-21 Thread maksim.vazhenin
: Friday, January 21, 2011 2:34 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Set property from feature I don't see why it would be a problem to have it scheduled in both as it amounts to the same thing, the property is set before the last dialog is shown

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
XML toolset. Subject: Re: [WiX-users] Set property from feature costFinalize maybe too early since the user has'n yet selected which features they want, but it is the only one I can us with getting light.exe : error LGHT0001 : Found an ActionRow with a non-existent Before action. -Original

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
for Windows Installer XML toolset. Subject: Re: [WiX-users] Set property from feature a! I see, the sequence can be both, ui or execute, sorry I just assumed is was a number! I'll try this.. Thanks for your patience Maksim -Original Message- From: Simon Topley [mailto:simon.top

Re: [WiX-users] Set property from feature

2011-01-20 Thread Simon Topley
just to clarify that this doesn't work for me if I use the component state instead of the feature state Simon -Original Message- From: Simon Topley Sent: 19 January 2011 18:10 To: 'wix-users@lists.sourceforge.net' Subject: RE: Set property from feature sorry the first one of them uses

Re: [WiX-users] Set property from feature

2011-01-20 Thread maksim.vazhenin
: [WiX-users] Set property from feature just to clarify that this doesn't work for me if I use the component state instead of the feature state Simon -Original Message- From: Simon Topley Sent: 19 January 2011 18:10 To: 'wix-users@lists.sourceforge.net' Subject: RE: Set property from feature

Re: [WiX-users] Set property from feature

2011-01-20 Thread Simon Topley
15:01 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set property from feature Conditions SetProperty ...$cWIAServices=3/SetProperty and SetProperty ...feWIA=3/SetProperty should work correctly. Maksim -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com

Re: [WiX-users] Set property from feature

2011-01-20 Thread Simon Topley
-Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: 20 January 2011 15:45 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Set property from feature tell me about it. I've just tried $cWIAServices=3 and I still get the property set

[WiX-users] Set property from feature

2011-01-19 Thread Simon Topley
Hello all, I have a simple problem with WIX 3.0 but I just can't solve it. I have a feature feWIA and I wish to set a property to 1 when it is selected to be installed. I've tried just about every combination I can think of but they always result in the property being set incorrectly when i do

Re: [WiX-users] Set property from feature

2011-01-19 Thread Simon Topley
sorry the first one of them uses the component: SetProperty Id=CONFIGREQUIRED Value=1 After=CostFinalize?cWIAServicesgt;2 OR $cWIAServicesgt;2/SetProperty but i still get: MSI (s) (64:E8) [10:05:59:199]: PROPERTY CHANGE: Modifying CONFIGREQUIRED property. Its current value is '0'. Its new