Hi Valdimar,

I also used same on top of wxs file.
<?xml version="1.0" encoding="UTF-8"?>

If file name is in English there is no problem to create Japanese MSI
package.
If file name contains Japanese characters this problem occurs.

Can you just check with your Wix Source by specifying Japanese characters?

In folder it self i was able to see file name as like this ('
ƒTƒ“ƒvƒ‹_’èŒ^06.SFC').

Can you just try and let me know by giving the file name same like this?

Thanks in advance.


On Wed, Feb 4, 2015 at 6:43 AM, Valdimar <vrionia...@gmail.com> wrote:

> dileep s wrote
> > <Component Id="sfcComponentId1"
> > Guid="5eb3283d-5a24-405c-9309-f9a13a05077b"
> > DiskId="1" Feature="Complete">
> >
> > <File Id="sfcFileId1" Name="ƒTƒ“ƒvƒ‹_’èŒ^06.SFC"
> > Source="F:\Sample\Japanese\ƒTƒ“ƒvƒ‹_’èŒ^06.SFC" KeyPath="yes" />
> >
> > </Component>
> > I got following error:
> > error LGHT0311: A string was provided with characters that are not
> > available in the specified database code page '932'. Either change these
> > characters to ones that exist in the database's code page, or update the
> > database's code page by modifying one of the following attributes:
> > Product/@Codepage, Module/@Codepage, Patch/@Codepage,
> > PatchCreation/@Codepage, or WixLocalization/@Codepage.
>
> Hi Dileep,
>
> Do your WiX source files specify UTF-8 encoding at the top?
> Mine have <?xml version="1.0" encoding="UTF-8"?> and codepage 932 specified
> and I haven't seen that error.
>
> Looking through my code though... I seem to have managed to avoid using any
> Japanese characters in any of my filepaths.
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WIX-Japanese-MSI-package-creation-tp7599117p7599124.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to