Re: [WiX-users] condition for maintenance mode

2009-02-23 Thread Joe Osman
You can add OR REINSTALLMODE - REINSTALLMODE is set by the installer when the product is reinstalled. I am not sure if it is set when the product is modified but there should be one. You can look at the MSI SDK for more info. ערן גבע wrote: Hi all, I have a custom action (that registers a dll)

Re: [WiX-users] condition for maintenance mode

2009-02-23 Thread Don Benson
9 1:20 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] condition for maintenance mode > > > thanks for the help John, > > I will try to explain my problem better: > > I need to run a CA on 3 situations: new installation, maintenance mode > and > p

Re: [WiX-users] condition for maintenance mode

2009-02-23 Thread Mr_Geva
thanks for the help John, I will try to explain my problem better: I need to run a CA on 3 situations: new installation, maintenance mode and project upgrade. However, I do not want it to run during UnInstall. currnetly, It runs on upgrades (thanks to the UpgradeVersion element) and on new in

Re: [WiX-users] condition for maintenance mode

2009-02-23 Thread John Nannenga
The condition of "NOT Installed" means "do this if the product is not installed". In maintenance mode the product is installed and upgrading isn't normally relevant to maintenance mode; so this constraint keeps your CA from running. -Original Message- From: ערן גבע [mailto:mail.g...@