Re: [WiX-users] run a custom action in a specific circumstance

2013-02-17 Thread Phil Wilson
Just fix the line breaks in the links.. -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Sunday, February 17, 2013 11:14 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] run a custom action in a specific

Re: [WiX-users] run a custom action in a specific circumstance

2013-02-17 Thread Sean Farrow
Hi Phil, That link came up with a content not found page! Any alternative? Ches Sean. -Original Message- From: Phil Wilson [mailto:phil.wil...@mvps.org] Sent: 17 February 2013 19:01 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] ru

Re: [WiX-users] run a custom action in a specific circumstance

2013-02-17 Thread Phil Wilson
You can use conditions in the custom action based on this: http://msdn.microsoft.com/en-us/library/windows/desktop/aa368012(v=vs.85).as px Scrool down to feature and component state, and this: http://msdn.microsoft.com/en-us/library/windows/desktop/aa368561(v=vs.85).as px gives examples. Phil