Write this for install .Net assembly to GAC :

<Component Id="AssemblyToGAC" Guid="..." DiskId="1">
     <File Id="Assembly.dll" Name="Assembly.dll" KeyPath="yes"
         src="C:\Assembly.dll"
         Assembly=".net" AssemblyManifest="Assembly.dll" />
</Component>

During uninstall this assembly will be removed from GAC by Windows  
Installer.

--
Alexander Biryukov


On Thu, 09 Nov 2006 15:40:11 +0300, vij <[EMAIL PROTECTED]> wrote:

> Hi all,
>  Using WiX, how to install a file to GAC? And also, during the  
> un-installation, how to un-install the file which is in GAC?
>  Any pointers/resources would be of great help!!
>  thanks
>   Vij
>

-------------------------------------------------------------------------
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