[EMAIL PROTECTED] wrote:
> I have an MSI which installs files by dropping them in specific 
> directories.  It then runs a custom action which may mail. 
>  
> If it fails, the MSI reports there has been a problems and the 
> progress bar goes backwards.  Normally this is the point where it will 
> remove all the files it dropped onto the target system, but in this 
> case it doesn't remove them.

When is the CA scheduled? MSI rolls back only during the installation 
transaction, so anything after InstallFinalize won't roll back, for example.

-- 
sig://boB
http://joyofsetup.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

Reply via email to