I have to use an ANT script to build a JavaFX application and to bundle this
application into a MSI installer.
I don't use VS but rather Eclipse.

So my main entry is Eclipse / ANT and a custom WXS file.

I have to write text with accents in <Text> tag.

For example (French) :

        <Text> L'assistant est prêt à démarrer l'installation </Text>

When I run my ANT script (and the WXS file), I have an error message which
tells me that it refuses the accents and the script failed !

** The language=1036 and Codepage=1252 in <Product> tag and the encoding is
utf-8.

So I try with WXL file for localization but the problem how to "connect"
this WXL file to my WXS file !


" I'm sure there are other ways to do it, like placing the wxl files in a
wixlib, which is what I do."

What is it necessary to make to do this action ?

And after how to reference a wixlib in my WXS file ?

Thanks you in advance

Fabrice.

-----Message d'origine-----
De : Phill Hogland [mailto:phogl...@rimage.com] 
Envoyé : mercredi 19 novembre 2014 17:44
À : wix-users@lists.sourceforge.net
Objet : [WiX-users] [SPAM] Re: [SPAM] Re: WXS File : How to insert accents
in TEXT Tag ?

I can't advise on using an ANT script.  I guess I would create a project
using the localization tutorials, and then evaluate how to change the ANT
script to achieve the same results.

When wix setup project is created in VS there is a .wixproj file, and if
localization is added, then there are entries like this:

  <ItemGroup>
    <EmbeddedResource Include="setup_de-de.wxl" />
    <EmbeddedResource Include="setup_en-US.wxl" />
    <EmbeddedResource Include="setup_es-ES.wxl" />
    <EmbeddedResource Include="setup_fr-FR.wxl" />
    <EmbeddedResource Include="setup_it-it.wxl" />
    <EmbeddedResource Include="setup_ja-JP.wxl" />
    <EmbeddedResource Include="setup_zh-cn.wxl" />
  </ItemGroup>

With a Cultures entry like this:
<Cultures>en-US;de-DE;es-ES;fr-FR;it-IT;ja-JP;zh-CN</Cultures>

I'm sure there are other ways to do it, like placing the wxl files in a
wixlib, which is what I do.





--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WXS-File-How-t
o-insert-accents-in-TEXT-Tag-tp7598028p7598092.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from
Actuate! Instantly Supercharge Your Business Reports and Dashboards with
Interactivity, Sharing, Native Excel Exports, App Integration & more Get
technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel 
antivirus Avast.
http://www.avast.com


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&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