Yan Sklyarenko wrote:
> But there are still some cases when I don't know how to ask user to free
> the file before actually performing the file remove attempt and thus
> reboot schedule. For instance, if aspnet_wp locks the *.db files,
> according to Windows Installer reboot behavior
> (http://blogs.msdn.com/windows_installer_team/archive/2005/09/19/470980.
> aspx), FilesInUse won't pop up - it is neither an executable file which
> is locked, nor it has the window with title...
>   

Right, so you prompt the user to close apps/services/whatever that might 
interfere. Using something like CloseApplication lets you detect if 
known apps are running, so you can show UI. There's no built-in support 
for mapping in-use files to the apps using them.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to