Is this what you are looking for? Download and run dark against an msi that has this functionality.
<Dialog Id="ProgressForm" Width="375" Height="287" Title="[ProductName]" Modeless="yes"> <Control Id="NextButton" Type="PushButton" X="300" Y="261" Width="66" Height="18" Disabled="yes"> <Text><![CDATA[{\VSI_MS_Sans_Serif13.0_0_0}&Next >]]></Text> </Control> . . . <Control Id="ActionText" Type="Text" X="70" Y="100" Width="300" Height="20" Text="waiting"> <Subscribe Event="ActionText" Attribute="Text" /> </Control> <Control Id="StatusLabel" Type="Text" X="35" Y="100" Width="35" Height="20" Text="Status:" /> <Control Id="ProgressBar" Type="ProgressBar" X="35" Y="120" Width="300" Height="10" Text="Progress done"> <Subscribe Event="SetProgress" Attribute="Progress" /> </Control> </Dialog> On 10/8/06, Alex Mendes da Costa <[EMAIL PROTECTED]> wrote: > 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 haven't found anything on the web about this kind of customization, > and the "WiX edit" tool doesn't seem to have any support for it. > > Has anyone managed to get this customization to work? Is there a > sample anywhere that does it? > > Alex > > On 10/6/06, Bob Arnson <[EMAIL PROTECTED]> wrote: > > Alex Mendes da Costa wrote: > > > Thanks for your reply. I tried adding <ProgressText> elements in the > > > <UI> 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 basic UI mode. > > > > -- > > sig://boB > > http://bobs.org > > > > > > > > ------------------------------------------------------------------------- > 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 > ------------------------------------------------------------------------- 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