Sorry, change fixed file d:\wix\source\src\ca\pubca\pcaexec\cpiasmexec.cpp  
at line 854 :
LPWSTR pwzSubStr = wcsstr(pwzAssemblyName, L", ProcessorArchitecture");
to
LPCWSTR pwzSubStr = wcsstr(pwzAssemblyName, L", ProcessorArchitecture");
^^^^^^^

--
Alexander Biryukov


On Tue, 22 Aug 2006 11:07:38 +0400, Neil Sleightholm <[EMAIL PROTECTED]>  
wrote:

> When I compile this using nant I get the following error:
>        [cl] Compiling 1 files to
> 'D:\WiX\Source\Build\debug\ca\pubca\pcaexec'.
>        [cl] cpiasmexec.cpp
>        [cl] d:\wix\source\src\ca\pubca\pcaexec\cpiasmexec.cpp(854) :
> error C2440: 'initializing' : cannot convert from 'const wchar_t *' to
> 'LPWSTR'
>        [cl]         Conversion loses qualifiers
>
> Neil
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Alexander
> Biryukov
> Sent: 15 August 2006 23:07
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Solution to fix bug "Adding component to COM+ if it
> is in the GAC" [1487586]
>
>
> I found solution to fix bug [1487586] when adding component to COM+ if
> it is in the GAC.
> See attached file with code patch and comments.
>
> Some details:
>   wix version: 2.0.4409.0
>   Updated file src\ca\pubca\pcaexec\cpiasmexec.cpp
>   Patch tested on WinXP SP2 with installed .Net 1.1 and 2.0
> simultaneously.
>   Bug at sourceforge :
> http://sourceforge.net/tracker/index.php?func=detail&aid=1487586&group_i
> d=105970&atid=642714
>
> Is it possible to add this code to main WiX code tree ?
>
> --
> Alexander Biryukov
>



-- 
--
Alexander Biryukov

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to