Re: [WiX-users] correct syntax for checking component state in condition

2009-12-22 Thread Bob Arnson
Amy Rosewater wrote: > What is the correct syntax for checking to see if a component is > currently installed on a system during an uninstall. I want to execute > a custom action if the component in question is not installed. > See the MSI SDK topic "Conditional Statement Syntax." -- sig://b

Re: [WiX-users] correct syntax for checking component state in condition

2009-12-16 Thread Michael Osmond
, 17 December 2009 7:59 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] correct syntax for checking component state in condition Hi All, What is the correct syntax for checking to see if a component is currently installed on a system during an uninstall. I wan

[WiX-users] correct syntax for checking component state in condition

2009-12-16 Thread Amy Rosewater
Hi All, What is the correct syntax for checking to see if a component is currently installed on a system during an uninstall. I want to execute a custom action if the component in question is not installed. I thought it was something like: &ComponentName=2 That doesn't seem to be c