Re: [WiX-users] Error in Installing to GAC

2007-06-08 Thread Mike Dimmick
mpbell'; [EMAIL PROTECTED]; [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Error in Installing to GAC I would say that only the DLL file should go in the GAC, the other files should go elsewhere. AssemblyManifest really only applies to multi-file assemblies and it

Re: [WiX-users] Error in Installing to GAC

2007-06-08 Thread Mike Dimmick
_ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Julie Campbell Sent: 08 June 2007 21:47 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Error in Installing to GAC I ran across a GAC problem today, did my due Google-

Re: [WiX-users] Error in Installing to GAC

2007-06-08 Thread Julie Campbell
I ran across a GAC problem today, did my due Google-ance before bothering the list, and found an old e-mail chain with the same problem. Unfortunately, the resolution wasn't posted. Here is the link to jog your memory: http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg03509.html

Re: [WiX-users] Error in Installing to GAC

2006-11-14 Thread Bob Arnson
vij wrote: > InstallFiles: File: PTPlayback.exe.manifest, Directory: , Size: 9478 > MSI (s) (70:78) [13:18:29:782]: Assembly Error:The module '%1' was > expected to contain an assembly manifest. > MSI (s) (70:78) [13:18:29:782]: Note: 1: 1935 2: 3: 0x80131018 4: > IStream 5: Commit 6: > MSI (

Re: [WiX-users] Error in Installing to GAC

2006-11-14 Thread vij
That error message is displayed in pop-up error dialog..and the verbose MSI log also contains the similar error message. Error part of the vebose log is given below: = VERBOSE LOG ==MSI (s) (70:A0) [13:18:29:766]: Executing op: AssemblyCopy(SourceName=SAMPLE.exe|PTPlayback.exe,SourceCa

Re: [WiX-users] Error in Installing to GAC

2006-11-13 Thread Bob Arnson
vij wrote: > "String writing to file: PTPlayback.exe.manifest. Verify that you have > access to that directory" > "The installer has encountered an unexpected string installing this > package. This may indicate a problem with this package. The String > code is 2350" That's an odd error message.

Re: [WiX-users] Error in Installing to GAC

2006-11-13 Thread vij
le.   -- Mike Dimmick   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vijSent: 13 November 2006 06:42To: wix-users@lists.sourceforge.netSubject: [WiX-users] Error in Installing to GAC  Hi,I am trying to install PTPlayback.exe to GAC using the below given file element:

Re: [WiX-users] Error in Installing to GAC

2006-11-13 Thread Mike Dimmick
to a File, that is, a File/@Id value. The linker is telling you that there is no such File.   -- Mike Dimmick   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vij Sent: 13 November 2006 06:42 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Error in Installing

Re: [WiX-users] Error in Installing to GAC

2006-11-13 Thread vij
Hi, I tried the below given code, which compiled and linked fine..  But during the installation, I am getting the error: -"String writing to file: PTPlayback.exe.manifest. Verify that you have access to that directory"--

Re: [WiX-users] Error in Installing to GAC

2006-11-13 Thread vij
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 install

Re: [WiX-users] Error in Installing to GAC

2006-11-12 Thread Bob Arnson
vij wrote: > I am trying to install PTPlayback.exe to GAC using the below given > file element: > src="c:\PTPlayback.exe" Assembly=".net" > AssemblyManifest="PTPlayback.exe" /> > But during the link time(light command), I am getting the below given > error: > ---

[WiX-users] Error in Installing to GAC

2006-11-12 Thread vij
Hi,I am trying to install PTPlayback.exe to GAC using the below given file element:But during the link time(light command), I am getting the below given error:PlayerPackage.wxs : error LGHT0112 : Unresolved reference to symbol 'Fil