Groups | Blog | Home
all groups > dotnet sdk > september 2006 >

dotnet sdk : How to deploy assemblies in GAC if .NET framework sdk is not installed.


Jigar Mehta
9/14/2006 7:36:09 AM
Hi,

I have my client machine where .NET Framework SDK is not installed. I
have an assembly developed in .NET which has a client C++ EXE. I want
to deploy these files to the client machine.

I found somewhere that we can drag the assembly into
C:\windows\assembly to register it with GAC but for deployment, i can
not do that.

So, my question is can I get gacutil.exe file to be shipped with my
setup and use that to register my assembly to GAC on the client machine?
Phil Wilson
9/14/2006 8:04:08 AM
You need a setup project. Visual Studio is just one of many tools that will
build a setup. Gacutil is not redistributable. Setups know how to put
assemblies in the GAC, create shortcuts, Add/Remove Programs entries etc.
http://installsite.org/pages/en/msi/authoring.htm

--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

[quoted text, click to view]

Dmitry Kolchev
9/16/2006 5:25:54 PM
Hi,
you can use ngen utility which installed with .net framework.

Dmitry Kolchev

[quoted text, click to view]

Bhavin
9/26/2006 5:16:37 PM
Can u explain this in more details?
---
VJain
10/13/2006 2:23:01 AM
It is not possible to Ship .NET Framework with your setup ?
--
VJain


[quoted text, click to view]
AddThis Social Bookmark Button