Actually Rob, there a couple of custom actions that I want to do during 
re-installs and a couple during (installs and re-installs). So none of these 
conditions are for un-installs. Here is what I am doing that seems to work,

Only during reinstalls - REMOVE<>"ALL" AND Installed
Installs and reinstalls - REMOVE<>"ALL"
________________________________
From: Rob Mensching
Sent: Saturday, September 16, 2006 2:38 AM
To: Saranath Aravamudhan; Chandra Rentachintala; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] FW: custom actions

Oh, wait, after seeing a different fork of this thread, REMOVE<>"ALL" would be 
the answer if you want to run during install and all repair situations but not 
uninstall.  That makes more sense to me.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching
Sent: Saturday, September 16, 2006 02:37
To: Saranath Aravamudhan; Chandra Rentachintala; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] FW: custom actions

I'm a little confused.  Why is "NOT Installed" wrong?  Based on your original 
question, I think Chandra provided the best answer.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Saranath 
Aravamudhan
Sent: Friday, September 15, 2006 17:01
To: Chandra Rentachintala; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] FW: custom actions

Actually I was looking for more like REMOVE<>”ALL” which would specifically 
cover uninstalls while NOT Installed would cover both fresh installs and 
uninstalls


Thanks
Saranath

________________________________
From: Chandra Rentachintala [mailto:[EMAIL PROTECTED]
Sent: Friday, September 15, 2006 4:31 PM
To: Saranath Aravamudhan; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] FW: custom actions

Add a condition checking “NOT Installed” in 
InstallExecuteSequence/InstallUISequence.

Ex:
<Custom Action="SetARPINSTALLLOCATION" After="CostFinalize">
<![CDATA[NOT Installed]]>
</Custom>

________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Saranath 
Aravamudhan
Sent: Friday, September 15, 2006 2:38 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] FW: custom actions



Thanks
Saranath

_____________________________________________
From: Saranath Aravamudhan
Sent: Friday, September 15, 2006 2:36 PM
To: Windows Installer XML
Subject: custom actions

Hi-

Can you please let me know how to restrict custom actions to run only during 
the installation and not during the un-install?

Thanks
Saranath



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to