Re: [WiX-users] Read a property

2012-08-28 Thread Natalie Carr
Thank you so much, knew it would have been something simple..:) -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 28 August 2012 12:07 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Read a property actions can have

Re: [WiX-users] Read a property

2012-08-28 Thread Peter Shirtcliffe
2012 11:40 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Read a property Hi, Is there any way to do this? I have a Custom Action that's sets the property: That's 100%, But now I would like to read that property value as it can be a few different outcomes and if it

[WiX-users] Read a property

2012-08-28 Thread Natalie Carr
Hi, Is there any way to do this? I have a Custom Action that's sets the property: That's 100%, But now I would like to read that property value as it can be a few different outcomes and if it is outcome 1 then I would like to run a second custom action. (e.g PRODUCTNAME = 'Coral') Can