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 installation,

the problem is: my CA does not run on maintenance mode.

Can you assist?

thanks,
Eran.


John Nannenga wrote:
> 
> 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.
> 
> <standard disclaimer about using CAs / SelfReg / etc... to "register dlls"
> goes here/>
> 
> 
> -----Original Message-----
> From: ערן גבע [mailto:mail.g...@gmail.com] 
> Sent: Monday, February 23, 2009 4:00 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] condition for maintenance mode
> 
> Hi all,
> I have a custom action (that registers a dll):
> <Custom Action="Register" After="InstallFinalize">NOT Installed OR
> PROJECT_UPGRADE</Custom>
> Currently this action does not run in maintenance mode.
> how do I make this custom action run on maintenance mode as well?
> 
> Thanks,
> Eran.
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/condition-for-maintenance-mode-tp2371342p2373509.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to