I'm having trouble wrapping my head around scheduling a custom action of
mine. I want to run the CA on these conditions:

-  it's the first time installing
-  on the INSTALL portion of a major upgrade
-  NOT on the remove portion of the major upgrade
-  NOT during an uninstall

I have my condition set to this:

<InstallExecuteSequence>
  <Custom Action="MyCustomActionId" Before="LaunchConditions"><![CDATA[NOT
Installed OR UPGRADINGPRODUCTCODE]]></Custom>
</InstallExecuteSequence>

What am I missing here? This _seems_ to be running during the uninstall of
the previous existing product (my CA fails because the properties seem to
not be correct).

Thanks in advance,

Levi
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to