Where does the REPAIR property come from? It's not a standard Windows
Installer property, so it'll be false and the custom action will be called.
A verbose log will show property values and if the CA is being called. 

What does Uninstall_Component do? I don't know how or why you would use code
to uninstall an installer component. It sounds like you might be removing
files in a non-standard way from an installed product. 

Phil 

-----Original Message-----
From: Liviu Dan [mailto:nliviu...@gmail.com] 
Sent: Tuesday, November 13, 2012 11:51 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Wix msi repair uninstalls component

My msi uninstalls a component when repair is clicked.   I have a custom
action for uninstalling this component and in the InstallExecuteSequence I
have the condition:

<Custom Action="Uninstall_Component" After="RemoveRegistryValues">
        <![CDATA[Installed AND NOT REPAIR]]>
      </Custom>
    </InstallExecuteSequence>

Anybody knows why? Thanks , Dan
----------------------------------------------------------------------------
--
Monitor your physical, virtual and cloud infrastructure from a single web
console. Get in-depth insight into apps, servers, databases, vmware, SAP,
cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to