RemoveFiles is a standard action and would only removes files within
components that are marked for removal.  What you are asking for would
require an additional custom action.  Why not store the executables
that you want to run in the Binary table and call them from there?
They never get installed and they are only used when you call them.

Regards,
//aj

On 5/31/07, mikebartlett <[EMAIL PROTECTED]> wrote:
>
> Hi Guys,
>
> I am dropping Nant and a series of related files onto the target machine and
> then executing Nant using a custom action (all works fine).  My problem is
> that I need to clean all the files off afterwards.  Is there a clean way to
> do this without me having to resort to a custom action that executed a
> program which deletes all the files?
>
> I tried <RemoveFiles After='InstallFinalize' /> but alas this is not legal.
>
> Please help.
>
> -Mike Bartlett
> --
> View this message in context: 
> http://www.nabble.com/How-to-install-files%2C-run-an-action%2C-then-delete-the-files---tf3847657.html#a10897723
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> 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
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

-------------------------------------------------------------------------
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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to