Hello all,

I'm attempting to upgrade from wix 3.0.2925.0 to 3.0.5020.0 but now I'm
getting this error message:



A string was provided which does not match the specified database codepage
'1252'. Either set your database codepage to match these characters, or
change these characters to ones that exist in the database's codepage.



I was able to narrow the error down to having the copyright symbol (©) in
the comments attribute of the package element.



Here is a copy of the wix source narrowed down to just the markup that
fails.



<?xml version="1.0" encoding="utf-8"?>

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>



    <Module

      Id="test"

      Language="1033"

      Version="1.0.0">



        <Package

          Id="{D958A70C-DB83-4605-B513-36264E8F9DCE}"

          Comments="©"

          Description="desc"

          InstallerVersion="300"

          Manufacturer="mfg" />



    </Module>

</Wix>


If i remove the copyright symbol I'm able to compile just fine.


I'm not sure if there is something I am doing wrong or if the this scenario
is no longer support.  Any help would be greatly appreciated.


Aaron Carlson
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to