Hi

We have created a bootstrapper in WiX for our .msi; and need to localize it. I 
have failed to find out how to do it, any help is appreciated.

I tried to do it in the same way as in WPF:
*Before rootVisual resources is loaded, set 
CultureInfo.DefaultThreadCurrentUICulture and 
Thread.CurrentThread.CurrentUICulture with new CultureInfo("de-De")
*Created directory for German language with the translated resources 
"de/BootStrapperApplication.resources.dll"

Added the resource as a payload in Bundle.wxs together with all other .dll 
which is used by the installer
<BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost">
<Payload 
SourceFile="de\CellaVision.CRRS.Setup.Bootstrapper.Application.resources.dll"/>
...

How to tell the bootstrapper which resource to use?

/ Tomas

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to