Michael Carlisle wrote:
> Currently I'm using a deferred CA sequenced after 
> MsiUnpublishAssemblies. Where can I sequence this to run before the 
> files in use check? I can find very little help on the uninstall 
> sequence.

The Files In Use dialog is shown during InstallValidate, so you can't do 
the check in a deferred CA. It needs to be immediate. WiX has the start 
of a CloseApps custom action to do this, but currently it's not hooked 
up in UI.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to