Re: [WiX-users] Disable Files In Use dialog

2012-08-23 Thread Gustavo Gustavo
>From what I’ve tested, It’s quite hard to override the FilesInUse and the MsiRMFilesInUse dialogs. The problem is that there are already built-in inside Wix, I cannot simply redefine them in my own .wxi. I kind of gave up after struggling with errors after errors. ** ** Well, maybe I ha

Re: [WiX-users] Disable Files In Use dialog

2012-08-23 Thread Rob Hamflett
You can suppress the FilesInUse dialog by specifying Dialog@Modeless="yes" and Dialog@Hidden="yes". Rob On 23/08/2012 01:31, Gustavo Gustavo wrote: > I’ve been struggling to get rid of the Files In Use dialog. Seems like > there’s no easy way out. > > Ideally, I would like to execute my MSI

[WiX-users] Disable Files In Use dialog

2012-08-22 Thread Gustavo Gustavo
I’ve been struggling to get rid of the Files In Use dialog. Seems like there’s no easy way out. Ideally, I would like to execute my MSI with the /qb! mode, ie, showing only the progress bar with modal dialog boxes enabled (for instance, the reboot dialog at the end if needed for some reason).*