Re: [WiX-users] How to display uninstall progress bar using BootStrapper Application

2014-08-22 Thread linos
Rob, Thank You for the insight. Just curious, does the BA suppress the dialog progress UI? The only reason I ask is simply after installing software via MSI and then uninstalling the MSI the uninstall progress bar is visible. Lino -- View this message in context: http://windows-installer-x

Re: [WiX-users] How to display uninstall progress bar using BootStrapper Application

2014-08-22 Thread Hoover, Jacob
ching [mailto:r...@firegiant.com] Sent: Friday, August 22, 2014 11:07 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] How to display uninstall progress bar using BootStrapper Application There is a feature request open about trying to figure out how to do

Re: [WiX-users] How to display uninstall progress bar using BootStrapper Application

2014-08-22 Thread Rob Mensching
...@hotmail.com] Sent: Friday, August 22, 2014 5:23 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to display uninstall progress bar using BootStrapper Application Hello, I have a bootstrapper application (BA) that installs an MSI. Upon installation, I have DisplayInternalUI=&quo

[WiX-users] How to display uninstall progress bar using BootStrapper Application

2014-08-22 Thread linos
Hello, I have a bootstrapper application (BA) that installs an MSI. Upon installation, I have DisplayInternalUI="yes", which seems to work by displaying the msi dialog. Now, when I perform an uninstall, through the BA, I do not see the progress bar displaying the uninstallation. Can this be ach