It's under src/ext/BalExtension/wixstba.  

You don't need to change the dll.  There's a theme file (theme.xml) and a 
corresponding culture file (has a .wxl extension).  You can change the .wxl 
file to Chinese.  Although if you look under Resources/1028 under the wixstba 
folder you see the Chinese wxl file.

The only problem is if there is an error wixstba returns a link to the burn log 
files.  That log file would still be in English AFAIK.

Here is how you tie it into your bundle:
<BootstrapperApplicationRef 
Id="WixStandardBootstrapperApplication.HyperlinkLicense">
      <bal:WixStandardBootstrapperApplication
            LicenseUrl="http://www.dynagen.ca";
            SuppressOptionsUI="yes"
            ThemeFile="Theme\DynagenTheme.xml"
            LocalizationFile="Theme\DynagenTheme.wxl"
            />

Wes

-----Original Message-----
From: 郭龙仓 [mailto:guolongcang.w...@gmail.com] 
Sent: December-12-13 11:19 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Where is wixstdba.dll ?!!

I have installed WiX Toolset 3.8 on my windows ,But  I cannot find wixstdba.dll 
。
Because the bootstrapperApplication only have English Resource Now , I wanna 
find wixstdba.dll and change the english string to chinese .

Thank you !!!
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & 
PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to