Re: [WiX-users] Installing .NET assemblies in GAC

2008-03-19 Thread Heath Stewart
The File element is necessary, but primarily serves as the source. Windows Installer delegates to fusion to install the assembly, and fusion does not allow for any other files that are not part of the assembly. This is the source of the error. If you want to have a copy of the file elsewhere (l

[WiX-users] Installing .NET assemblies in GAC

2008-03-19 Thread ArunKumar ArcotVijayaKumar
1. Does the component for installing a .net assembly in to GAC, should contain only the File element that places the assembly in to the GAC ? If I place some other File elements, like the corresponding XML files, Im getting an Error 1935. HRESULT: 0x80131043. It is my understanding that Wix/MSI a