Jan Bilek wrote: > <Dialog Id="MsiRMFilesInUse" ... > ... </Dialog> >
The problem is that WixUIExtension already has an MsiRMFilesInUse dialog, so you can't add another. MSI uses indirection for most dialogs like that (e.g., ErrorDialog property points to the error dialog). But they don't do that for MsiRMFilesInUse, so your only choice is to add the .wxs source files from WixUIExtension to your project (except MsiRMFilesInUse.wxs, of course). -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users