I used Before="ProcessComponents" and that seems to be early enough. Thanks!

--
Edwin

-----Original Message-----
From: Ali-Akber Saifee [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2008 4:29 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] How to Schedule a Custom Action to Execute First Only 
During Uninstall

Edwin,
To inspect the full sequence, just open up your msi package in orca
and look at the InstallExecuteSequence table.

~/Ali


> From: "Castro, Edwin (Hillsboro)" <[EMAIL PROTECTED]>
>
> 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

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