Hi,
I tried the below given code, which compiled and linked fine..
<File Id="gacmanifestid" Name="gacfd.man" LongName="PTPlayback.exe.manifest" src="" />
<File Id="gacplayer" Name="PTP.exe" KeyPath="yes" src="" Assembly=".net" AssemblyManifest="gacmanifestid" />
<File Id="gacplayer" Name="PTP.exe" KeyPath="yes" src="" Assembly=".net" AssemblyManifest="gacmanifestid" />
But during the installation, I am getting the error:
-----------------------------------------------------
"String writing to file: PTPlayback.exe.manifest. Verify that you have access to that directory"
-----------------------------------------------------
"String writing to file: PTPlayback.exe.manifest. Verify that you have access to that directory"
-----------------------------------------------------
Can some one help me, to resolve this problem!!
thanks
Vij
vij <[EMAIL PROTECTED]> wrote:
If I omit the "AssemblyManifest" attribute,then there is no error during compilation and linking but during the installation of package, the below given error is displayed and installation failing.
----------------------------------------------------------------
"An String occrured during the installation assembly component {5183CF45-47AE-4e49-86DF-80767D2A82D7} HRESULT=0X80131043"
----------------------------------------------------------------Yes..there is one external manifest file "PTPlayback.exe.manifest",but if I set "AssemblyManifest" attribute to "PTPlayback.exe.manifest", then during the link time I am getting the below given error:----------------------------------------------------------------
PlayerPackage.wxs : error LGHT0112 : Unresolved reference to symbol 'File:PTPlayback.exe.manifest' in section 'Product:4DD1D741-701D-4CA7-AFB5-924356093D51'.
----------------------------------------------------------------Please let me know, if I am doing something wrong!!thanksVij
Bob Arnson <[EMAIL PROTECTED]> wrote:Do you have an external manifest? If not, I believe you can omit the
AssemblyManifest attribute but as the value is defined as the file ID,
you'd use gacplayer if anything.vij wrote:
> I am trying to install PTPlayback.exe to GAC using the below given
> file element:
><File Id="gacplayer" Name="PTP.exe" KeyPath="yes"> src="" Assembly=".net"
> AssemblyManifest="PTPlayback.exe" />
> But during the link time(light command), I am getting the below given
> error:
> ----------------------------------------------------------------
> PlayerPackage.wxs : error LGHT0112 : Unresolved reference to symbol
> 'File:PTPlayback.exe' in section
> 'Product:4DD1D741-701D-4CA7-AFB5-924356093D51'.
> ----------------------------------------------------------------
>In the above file element, if I remove the "AssemblyManifest" attribute then >there is no error but during the installation of the package the below given >error is displayed and installation failing.
>----------------------------------------------------------------
>"An String occrured during the installation assembly component {5183CF45-47AE-4e49-86DF-80767D2A82D7} HRESULT=0X80131043"
>----------------------------------------------------------------
>What is wrong with my code?
>BTW, In our team to install PTPlayback.exe to GAC manually, developers >are using the InstallUtil.exe.
>Can I use file element to install to GAC or should I use something else?>Any help would be greatly appreciated!
>(This is very urgent for me..please help me!!)
>thanks
>Vij
> ----------------------------------------------------------------
> "An String occrured during the installation assembly component
> {5183CF45-47AE-4e49-86DF-80767D2A82D7} HRESULT=0X80131043"
> ----------------------------------------------------------------
See http://blogs.msdn.com/astebner/archive/2004/11/10/255346.aspx.
--
sig://boB
http://bobs.org
Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster.
Want to start your own business? Learn how on Yahoo! Small Business.------------------------------------------------------------------------- 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
- [WiX-users] Error in Installing to GAC vij
- Re: [WiX-users] Error in Installing to GAC Bob Arnson
- Re: [WiX-users] Error in Installing to GAC Mike Dimmick
- Re: [WiX-users] Error in Installing to GAC vij
Reply via email to