Hi guys,

I meet a problem when create a Wix bootstrapper project. 

I need to localize the product name shown in the windows system uninstall
list. As I know, the name is decided by the Name attribute in Bundle element
in Bundle.wxs

Here is my bootstrapper project Bundle.wxs

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";>
  <Bundle Name="My Test Application" Version="1.0.0.1" Manufacturer="Bryan"
UpgradeCode="xxxxxxx">
      ......
</Bundle>
</Wix>

How can I change the Name="My Test Application" by different culture code?
Is there any variable to set this? 

Thanks for your helps!



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Can-I-localize-Bundle-Name-in-bootstrapper-project-tp7592104.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&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