I have a Wix generated .msi file and it has been working fine for sometime
now (in English). Recently when I tried to deply on a machine that was low
on disk space I received an error dialog indicating that the machine had
insufficient space to proceed but this error message was in German. The
buttons were in German also. I generate the .msi using:

 

  <ItemGroup>

    <!-- Required WiX item.

      Files in this item are sent to the Candle tool.

    -->

    <Compile Include="$(BaseInputPath)\BsiServices.wxs"/>

  </ItemGroup>

  <PropertyGroup>

    <!-- Required to display strings in proper localized form -->

    <LocalizedStringFile>$(ToolPath)WixUI_en-us.wxl</LocalizedStringFile>

  </PropertyGroup>

  <ItemGroup>

    <WixLibrary
Include="$(ToolPath)wixui.wixlib;$(ToolPath)wixca.wixlib;$(ToolPath)sca.wixl
ib"/>

  </ItemGroup>

 

So I am confused as to why the German is showing up.

 

Any help would be appreciated.

 

Thank you.

 

Kevin

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to