Hi

I have some problems when it comes to install conditions. There are some custom 
actions that should only run upon the first installation and not upon 
uninstall, upgrade, repair, modify..etc.

The conditions i tried to use was the following:


<Custom Action="CopyChangingFilesAction.SetProperty" 
After="CheckFeaturesAction">NOT INSTALLED</Custom>



However, upon uninstall the action runs. How is this possible? This should be 
so easy.  What could be the reason for it?









Below i have listed some conditions and when they should return true. Please 
correct me if anything is wrong:



Only on install:           NOT INSTALLED



Only on uninstall:      (NOT UPGRADINGPRODUCTCODE) AND (REMOVE ~= "ALL")



Always except uninstall:   NOT ((NOT UPGRADINGPRODUCTCODE) AND (REMOVE ~= 
"ALL"))



Modify or upgrade:         (INSTALLED AND UPGRADINGPRODUCTCODE)
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to