I'm having some problems with WiX jumbling some of my translated strings (some non English characters) that go into my registry key names and values.  Please let me know if anyone else has seen this before and if there's a fix known.  If I manually edit the MSI after the build to correct the mixed up text then the registry keys / values install the way I want them to be.  The WiX build is changing "Histoire de séance d'entraînement de Recieve" into "Histoire de s?ance d'entra?nement de Recieve" when I view in Orca.  If I manually edit the MSI to correct the string to "Histoire de séance d'entraînement de Recieve" then the value installs correctly.

 

<Registry Id='ReceiveHistoryDEU' Action='createKeyAndRemoveKeyOnUninstall' Root='HKLM'

      Key="SOFTWARE\Garmin\Tasks\Histoire de séance d'entraînement de Recieve\Launch" >

      <Permission User="Administrators" GenericAll="yes"/>

      <Permission User="Everyone" GenericExecute="yes" GenericRead="yes"/>

</Registry>

 

<Registry Id='ReceiveProtocolsFRA' Action='write' Root='HKLM'

      Key='SOFTWARE\Garmin\Tasks\Histoire\Protocols' Name='1'

Value="Histoire de séance d'entraînement de Recieve" Type='string' />

 

Any help would be much appreciated!

Best Regards, -Jon

 

-------------------------

This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies.

Thank you for your cooperation

 

_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to