Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
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 [m

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
ndows Installer 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 n

Re: [WiX-users] Set property from feature

2011-01-21 Thread maksim.vazhenin
Sent: 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

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
ailto:simon.top...@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

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
a file in feature C.. how 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.

Re: [WiX-users] Set property from feature

2011-01-21 Thread maksim.vazhenin
y 21, 2011 2:12 PM To: General discussion 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

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 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 maksim.vazhenin
t.com] 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]: Ski

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
f have one feature hinged off 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

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
ent: 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: ?cWIAServices>2 OR $cWIAServices>2 but i still get: MSI (s) (64:E8) [10:05:59:199]: PROPERTY CHANGE: Modifying CONFIGREQUIRED

Re: [WiX-users] Set property from feature

2011-01-20 Thread Simon Topley
e bonkers... more so -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

Re: [WiX-users] Set property from feature

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

Re: [WiX-users] Set property from feature

2011-01-20 Thread maksim.vazhenin
Conditions $cWIAServices=3 and &feWIA=3 should work correctly. Maksim -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: Thursday, January 20, 2011 1:03 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set property from feature just to cla

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 t

Re: [WiX-users] Set property from feature

2011-01-19 Thread Simon Topley
sorry the first one of them uses the component: ?cWIAServices>2 OR $cWIAServices>2 but i still get: MSI (s) (64:E8) [10:05:59:199]: PROPERTY CHANGE: Modifying CONFIGREQUIRED property. Its current value is '0'. Its new value: '1'. when the component is not being installed. Simon -Original

[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