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 strings that > > explain to the user what's going on. Please would you let me know how > > to do that. I haven't found anything relevant in any of the > > documentation or in the examples that come with WiX. > > > > You can add ProgressText elements to add strings for each action but > otherwise Add/Remove Programs runs uninstalls in "basic" UI mode so > customization isn't possible.
Thanks for your reply. I tried adding <ProgressText> elements in the <UI> section of my wxs, but it hasn't made any difference. Could you give me some more information about how I should set the attributes of the <ProgressText> element to get it to add strings to the uninstall dialog box? Here's the exact code I added: <UI> ... <ProgressText Action='RemoveFiles'> $(loc.UninstallProgressText) </ProgressText> <ProgressText Action='RemoveFolders'> $(loc.UninstallProgressText) </ProgressText> <ProgressText Action='RemoveIniValues'> $(loc.UninstallProgressText) </ProgressText> <ProgressText Action='RemoveRegistryValues'> $(loc.UninstallProgressText) </ProgressText> <ProgressText Action='RemoveShortcuts'> $(loc.UninstallProgressText) </ProgressText> </UI> where "UninstallProgressText" is the id of a string defined in my wxl file. Alex ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users