Oh thanks, will try that, if I find out how (very new to this, really). So I
put that in deploy.proj right? And what do I have to do in my C++ code to
run it?

Really appreciate any help, thanks!
Rgds Leo

2011/10/11 David Watson <dwat...@sdl.com>

> We had this and had to run a step in our patch building scripts to set the
> codepage to 1251.
>
> <Target Name="FixCodepage">
>      <Message Text="Fixing codepage" />
>      <Exec Command='cscript WiLangId.vbs "$(UpdateMSIDir)\$(MSIName)"
> Codepage 0' />
>    </Target>
>
> See
>
> http://msdn.microsoft.com/en-us/library/windows/desktop/aa369791(v=vs.85).asp
> x
> For the vbs file.
>
>
> -----Original Message-----
> From: Rob Mensching [mailto:r...@robmensching.com]
> Sent: 11 October 2011 14:01
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] error TRCH0228 : The codepages of the outputs
> donot
> match
>
> Trying to create a patch across WiX versions is not supported. Patching is
> very fragile and there are too many small changes in the tools that can
> break patching.
>
> That said, you may be able to get this to work by explicitly setting the
> code page on your Products. It's possible the default in WiX changed (due
> to
> some bug) and explicitly setting it might be able to get around it.
>
> On Tue, Oct 11, 2011 at 5:54 AM, Leo Koivuniemi <
> universalserial...@gmail.com> wrote:
>
> > I am totally new to wix and have now a project in front of me using it.
> > Upgrading to Visual Studio 2010 means I had to try to upgrade from 3.0 to
> > 3.5 of the wix package. I have solved some errors resulting from that,
> but
> > now I am stuck.
> > When a patch is compiled I get the following error:
> > error TRCH0228 : The codepages of the outputs do not match. One output's
> > codepage is '0' while the other is '1251'.
> > That is strange, because nothing else has changed in the project except
> > from
> > the wix version (still trying to make it run under VS2005 first).
> > Googling I only really get one relevant hit, but the answers or comments
> > don't tell me much.
> > How do I deal with this easily? Anyone, please?
> >
> >
>
> -----------------------------------------------------------------------------
> -
> > All the data continuously generated in your IT infrastructure contains a
> > definitive record of customers, application performance, security
> > threats, fraudulent activity and more. Splunk takes this data and makes
> > sense of it. Business sense. IT sense. Common sense.
> > http://p.sf.net/sfu/splunk-d2d-oct
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
>
>
> --
> virtually, Rob Mensching - http://RobMensching.com LLC
>
> -----------------------------------------------------------------------------
> -
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2d-oct
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> SDL PLC confidential, all rights reserved.
> If you are not the intended recipient of this mail SDL requests and
> requires that you delete it without acting upon or copying any of its
> contents, and we further request that you advise us.
> SDL PLC is a public limited company registered in England and Wales.
>  Registered number: 02675207.
> Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6
> 7DY, UK.
>
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2d-oct
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to