I added the following to my custom action and my install failed:

<CustomAction Id="LAUNCH_UI"
         FileKey="cbsmui.exe"
         ExeCommand=""
         Execute="immediate"
         Return="asyncNoWait"
         Impersonate="yes" >$cbsmui=3</CustomAction>


On 11/23/2011 12:43 PM, jhennessey wrote:
> You should condition the CA based upon the installation state of the
> component containing your EXE. Check
> http://msdn.microsoft.com/en-us/library/windows/desktop/aa368012%28v=vs.85%29.aspx
> MSDN  for full details but let's say your component id is
> "componentA"...then the condition on your CA would be: $componentA = 3
>
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-disable-CA-if-feature-not-installed-tp7025562p7025828.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to