Re: [WiX-users] Uninstall Progress Dlg

2006-09-14 Thread Bob Arnson
BrianG wrote: > Thank you for the quick response. After going through the different dialog > wxs files, it seems that they don't use progress dialogs during the > maintenence functions. I'm not sure what you mean -- the WixUI dialog sets all show progress during installation (including maintena

Re: [WiX-users] Uninstall Progress Dlg

2006-09-14 Thread BrianG
Thank you for the quick response. After going through the different dialog wxs files, it seems that they don't use progress dialogs during the maintenence functions. Is this uncommon for WIX? I've been using WIX for less than a month after switching from Installshield. Thanks for your help and

Re: [WiX-users] Uninstall Progress Dlg

2006-09-14 Thread Bob Arnson
BrianG wrote: > And here's Remove (this doesn't work): > Height="10" ProgressBlocks="yes" Text="Progress done"> > > You can't publish control events from a progress bar; only PushButton, CheckBox, and SelectionTree controls can publish control events. See "ControlEvent Table

[WiX-users] Uninstall Progress Dlg

2006-09-14 Thread BrianG
I added a Maintenance dialog to my UI yesterday with Repair and Remove buttons. Each button spawns their respective verify dialog screen. After the user verifies their decision I was looking to display a progress dialog. The Repair works perfectly. After clicking the Repair button on the Verify