Re: [WiX-users] Unable to create Dutch localization - invalid codepage

2009-06-25 Thread Sascha Beaumont
___ > > From: Sascha Beaumont [mailto:sascha.beaum...@gmail.com] > Sent: Thu 25/06/2009 01:35 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Unable to create Dutch localization - invalid > codepage > > > > Thanks

Re: [WiX-users] Unable to create Dutch localization - invalid codepage

2009-06-25 Thread Neil Sleightholm
il.com] Sent: Thu 25/06/2009 01:35 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Unable to create Dutch localization - invalid codepage Thanks Neil, That at least gives me hope! Are you using the latest 3.0 drop? Looks like I'll have to put together a sam

Re: [WiX-users] Unable to create Dutch localization - invalid codepage

2009-06-24 Thread Dirk Räder
Hi, this behavior does happen for other languages: in my case German. There's already a bug filed for this rather weird behavior. IIRC you can use Product/@Codepage="!(loc.Codepage)" to work around having localizations with different codepages. Dirk 2009/6/25 Sascha Beaumont > Well after a bi

Re: [WiX-users] Unable to create Dutch localization - invalid codepage

2009-06-24 Thread Sascha Beaumont
Well after a bit of messing around I figured out the issue. Light complains that Dutch characters don't match Codepage 1252 (default codepage) unless Product/@Codepage is *explicitly* specified as 1252. Strange that it doesn't happen for other languages :/ Anyway, bug lodged with example code - h

Re: [WiX-users] Unable to create Dutch localization - invalid codepage

2009-06-24 Thread Sascha Beaumont
Thanks Neil, That at least gives me hope! Are you using the latest 3.0 drop? Looks like I'll have to put together a sample project and narrow down the issue :) Sascha On Wed, Jun 24, 2009 at 9:54 PM, Neil Sleightholm wrote: > I am building Dutch ok with Codepage="1252" and Product/@Language=1043

Re: [WiX-users] Unable to create Dutch localization - invalid codepage

2009-06-24 Thread Neil Sleightholm
I am building Dutch ok with Codepage="1252" and Product/@Language=1043. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com From: Sascha Beaumont [mailto:sascha.beaum...@gmail.com] Sent: Wed 24/06/2009 09:40 To: General d