Re: [WiX-users] Adding support for MsiRMFilesInUseDialog

2008-02-13 Thread Bob Arnson
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

[WiX-users] Adding support for MsiRMFilesInUseDialog

2008-02-13 Thread Carl Daniel
New to WIX, working on a project converted from a VS Deployment project, trying to address Vista logo compliance issue, test case number 25: setup needs to use the MsiRMFilesInUseDialog. Apparently, VS deployment projects don't include support for handling files in use. Can anyone point me to