I run a custom action during install which works fine, but I don't want to
run it during repair.  I tried every possible way, but no luck.  Here is an
example what I'm doing:

<InstallExecuteSequence>

 <Custom Action="MyAction1" After="InstallFinalize">
               <![CDATA[(&MyFeature1=3) AND (NOT Installed)]]>
 </Custom>

 <Custom Action="MyAction2" After="InstallFinalize">
               <![CDATA[(&MyFeature2=3)) AND (NOT Installed)]]>
 </Custom>

</InstallExecuteSequence>

Thanx,

Aaron
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to