On 24/05/2012 16:49, Chris Robison wrote:
> I've been trying to completely suppress any FilesInUse dialogs from
> appearing, because I want to handle it. I've tried
> setting MSIRESTARTMANAGERCONTROL=Disable, that seems to prevent restart
> manager, which is good. I've also tried creating my own FilesInUse dialog
> and setting Hidden=yes, that doesn't suppress it. The only mention online
> to success is setting the Attribute column in the Dialog table for
> FilesInUse to 0. I haven't found a way to do this in WIX. Does anyone have
> any suggestions? I would route around this dialog completely, but it
> doesn't look like that is possible.
>
> Chris

In addition to Dialog@Hidden="yes" try setting Dialog@Modeless="yes" as 
well.

Rob


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to