A little late for a reply but...

Ben Greenberg-3 wrote:
> 
> I have both Product/@Language and Package/@Languages set to 1033.  When I
> open the package in Orca, I can see that Language is set to 1033 in the
> Property table.  But I still get the blank window behavior.
> 

I'm using WiX 3.0.2925.0 and was having exactly the same problem: the
default installer produced by the Votive Visual Studio wizard displaying no
progress text. I finally discovered that I needed to:
 1. Add a reference to WixUIExtension to my visual studio project (or you
can use the -ext command-line flag).
 2. Insert a <UIRef Id="WixUI_ErrorProgressText"> element.
 3. View the Linker project properties and add en-US to the Cultures
text-box.

After that it all works fine :)
-- 
View this message in context: 
http://www.nabble.com/How-to-display-text-in--qb%21-dialog-tf4314011.html#a13231575
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to