I'm trying to schedule a custom action to execute before any other steps occur 
during uninstall only:

<InstallExecuteSequence>
      <Custom Action="CACmdLine" Before="RemoveRegistryValues">Installed AND 
NOT REINSTALL</Custom>
      <Custom Action="CA" After="CACmdLine"> Installed AND NOT 
REINSTALL</Custom>
</InstallExecuteSequence>

I think my conditions are correct but I don't know if the Before attribute for 
CACmdLine is set to an appropriate value. I'd like to execute both actions 
above before any steps occur at uninstall time as I'm using resources that will 
be removed during install. Where in the help can I find the information I'm 
trying to find?

--
Edwin
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to