Re: [WiX-users] Windows logo compliance

2007-12-16 Thread Bob Arnson
Anidil wrote: > When we remove the msi application from windows add/remove programs, we get a > progress indicator window saying "Please wait windows configures name> " with a "Cancel" button.Can we remove this cancel button or is it > mandatory to retain it for the windows logo compliance of the

Re: [WiX-users] Windows logo compliance

2007-12-14 Thread János Brezniczky
"Can we remove this cancel button or is it mandatory to retain it for the windows logo compliance of the application?" "*where can i find the related info?* any help?" Perhaps the MsiUiHideCancel property might be a trail towards what you would like to achieve: http://msdn2.microsoft.com/en-us/li

[WiX-users] Windows logo compliance

2007-12-13 Thread Anidil
When we remove the msi application from windows add/remove programs, we get a progress indicator window saying "Please wait windows configures " with a "Cancel" button.Can we remove this cancel button or is it mandatory to retain it for the windows logo compliance of the application? where can i