Carl Daniel wrote:

Apparently, VS deployment projects don't include support for handling files in use. Can anyone point me to a sample or other documentation that would explain how to modify my WIX project to include support for the MsiRMFilesInUseDialog? I'm still using all the UI elements produced by dark.exe from the original deployment project MSI file, and I really don't want to get into completely re-building the installer UI, so I'm hoping there's an easier solution.


WixUI provides one "for free." You can try adding a DialogRef for MsiRMFilesInUse to your project, then add WixUIExtension.

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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to