Re: [WiX-users] FW: custom actions

2006-09-16 Thread Rob Mensching








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
REMOVEALL 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=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] FW: custom actions

2006-09-16 Thread Rob Mensching








Oh, wait, after seeing a different fork of this thread, REMOVEALL
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
REMOVEALL 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=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] FW: custom actions

2006-09-16 Thread Saranath Aravamudhan
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 - REMOVEALL AND Installed
Installs and reinstalls - REMOVEALL

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, REMOVEALL 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=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] FW: custom actions

2006-09-16 Thread Rob Mensching
Right'o.

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

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 - REMOVEALL AND Installed Installs and reinstalls
- REMOVEALL

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, REMOVEALL 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 REMOVEALL 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=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
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=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] FW: custom actions

2006-09-15 Thread Saranath Aravamudhan






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=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] FW: custom actions

2006-09-15 Thread Chandra Rentachintala








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=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] FW: custom actions

2006-09-15 Thread Saranath Aravamudhan








Actually I was looking for more like
REMOVEALL 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=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users