Re: [WiX-users] Customizing the uninstall progress dialog.

2006-10-09 Thread Jon W
Is this what you are looking for? Download and run dark against an msi that has this functionality. . . . On 10/8/06, Alex Mendes da Costa <[EMAIL PROTECTED]> wrote: > Thanks for suggesting th

Re: [WiX-users] Customizing the uninstall progress dialog.

2006-10-08 Thread Alex Mendes da Costa
Thanks for suggesting that workaround. I've set the package languages to contain the same language as the product (1033). The progress strings are still not displayed during uninstall. I've tried setting the installer version attribute of the package to 100, 200, and 300. No difference. I have

Re: [WiX-users] Customizing the uninstall progress dialog.

2006-10-06 Thread Bob Arnson
Alex Mendes da Costa wrote: > Thanks for your reply. I tried adding elements in the > section of my wxs, but it hasn't made any difference. > What language is your package set to? I ask because there's a known bug in MSI 3.x that causes language-neutral packages not to show progress text in

Re: [WiX-users] Customizing the uninstall progress dialog.

2006-10-05 Thread Alex Mendes da Costa
Hi Bob, On 10/5/06, Bob Arnson <[EMAIL PROTECTED]> wrote: > Alex Mendes da Costa wrote: > > I'm working on setting up an installer using WiX. When I uninstall my > > product, there's a dialog box displayed that just has a progress bar. > > > > I'd like to customize this uninstall dialog with some

Re: [WiX-users] Customizing the uninstall progress dialog.

2006-10-05 Thread Bob Arnson
Alex Mendes da Costa wrote: > I'm working on setting up an installer using WiX. When I uninstall my > product, there's a dialog box displayed that just has a progress bar. > > I'd like to customize this uninstall dialog with some strings that > explain to the user what's going on. Please would yo

[WiX-users] Customizing the uninstall progress dialog.

2006-10-05 Thread Alex Mendes da Costa
I'm working on setting up an installer using WiX. When I uninstall my product, there's a dialog box displayed that just has a progress bar. I'd like to customize this uninstall dialog with some strings that explain to the user what's going on. Please would you let me know how to do that. I have