Try again to see if I could get some help for the question below. thx

From: Arthur Jin
Sent: Tuesday, July 01, 2008 4:36 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: FW: WXI codePage question

Forwarding this question from our dev. - we are trying to build msi from wix 
for hindi on win2003, but found that the code page does not exist.  How do we 
get around this issue?  There are quite a few languages that are supported in 
xp starter edition, but not on win2003 which is our main production server.

Thanks
Arthur

________________________________
From: Jiamin Zhu
Sent: Monday, June 30, 2008 4:34 PM
To: Jiamin Zhu; Arthur Jin; Ashwin Padwalkar; Ken Jordan; Kevin Chien; Tania 
Ward
Subject: RE: WXI codePage question

Btw Arthur, even if I match up the LANGUAGE_CODE, it's still complaining that 
it's not a valid lang id...

Since WXI is not supporting these languages, and I can't seem to find a 
reasonable work around, I will not build MSI for these cultures and will fall 
be to EN instead.

Tania, please note that these will affect the RichUpload Control install for 
these cultures, but since we have minimal UI I think we are fine.

I also spoke with ppl on Toolbar but since they don't support these cultures 
(yet) they don't run into this issue...

Thanks,
Jiamin


From: Jiamin Zhu
Sent: Monday, June 30, 2008 2:47 PM
To: Arthur Jin; Ashwin Padwalkar; Ken Jordan; Kevin Chien; Tania Ward
Subject: RE: WXI codePage question

Btw, both 1200 or 1137 don't work.  I got the following errors:
4>c:\enlistment\working.sdx2\server\folders\product\richuploadsetup\buildmsi\light.exe
 : error LGHT0001 : Invalid IDT file: 'c:\enlistment\working.sdx
2\target\debug\i386\Folders\richuploadwixobj\hi\i-boqwrx\codepage.idt'

I also ran across this fact on WXI website:

http://sourceforge.net/mailarchive/message.php?msg_id=009f01c82009%24bb883700%240201a8c0%40buzzard

Does this mean that we can't have MSI in GU, HI, KN, ML, MR, TA, and TE?  Would 
you recommend teams to fall back to en in these scenarios?  I wonder how other 
teams handle these new cultures in their MSIs...

Thanks,
Jiamin

From: Arthur Jin
Sent: Monday, June 30, 2008 1:38 PM
To: Jiamin Zhu; Ashwin Padwalkar; Ken Jordan; Kevin Chien
Cc: Tania Ward
Subject: RE: WXI codePage question

You are right - Hindi was only supported in Vista and xp starter edition.  Even 
so, there is no code page specifically assigned to it.  I know that WXI 
requires code page specification for MSI build.  So, in this case, try specify 
1200 (UCS-2LE Unicode<http://en.wikipedia.org/wiki/Unicode> 
little-endian<http://en.wikipedia.org/wiki/Little-endian>) or 1137 (IBM code 
page).

Btw, the language code should be set to 1081 instead of 1033.

________________________________
From: Jiamin Zhu
Sent: Monday, June 30, 2008 12:48 PM
To: Ashwin Padwalkar; Arthur Jin; Ken Jordan; Kevin Chien
Subject: WXI codePage question

Hi all,

I am wondering if you know the answer to this question, and if not, do you know 
any contact in this area?

We have wxi file that build MSI for RichUpload control for each culture, looks 
like at the top of the wxi, we specify LANGUAGE_CODE and LANGUAGE_CODEPAGE.

Example, for en:
<Include>
  <?define LANGUAGE_CODE="1033" ?>
  <?define LANGUAGE_CODEPAGE="1252" ?>
</Include>

Now for the culture like HI, it doesn't have a corresponding code page, and if 
I leave LANGUAGE_CODEPAGE="0" I will get build errors when building the WXI 
files:
3>c:\enlistment\working.sdx2\server\folders\product\richuploadsetup\buildmsi\common\richupload.wxs(31)
 : error CNDL0049 : The Package element has an i
nvalid SummaryCodepage value of '0', which is not valid. A value of '1252' 
represents Latin-1, which may be what you want.
3>c:\enlistment\working.sdx2\server\folders\product\richuploadsetup\buildmsi\light.exe
 : error LGHT0103 : The system cannot find the file 'c:\enlistme
nt\working.sdx2\target\debug\i386\Folders\richuploadwixobj\hi\RichUpload.wixobj'
 with type 'Source'.

Do you know the correct way to solve this?

Thanks,
Jiamin
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to