Zachary Young wrote:
> I just checked the Error table and it's blank:
> 'Error - 0 rows'
>   

If you don't include the Error table, MSI uses its own localized 
strings. From WiX.chm:


    Using translated error and progress text

By default, WixUI will not include any translated Error or ProgressText 
elements. You can include them by referencing the 
WixUI_ErrorProgressText UI element:

<UIRef Id="WixUI_ErrorProgressText" />



> I'm not exactly sure what you mean by duplicating... I think you're
> asking, "Why include the de-de WXL file at all?"
>
> Um, that's how I thought it worked... I don't need the entire file, but
> now that we do have some custom strings I do need to be able to include
> those. I just commented out all the strings except the 10 or so that I
> need. Rebuilt, and the Error table is still blank, still getting English
> text for those errors.
>   

WixUI includes its own strings; if you need to add strings, those can go 
in their own .wxl file.

-- 
sig://boB
http://joyofsetup.com/

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to