Install dll into GAC using VS setup project

H

hansiman

How do I include installation of dll into GAC in my VS setup project?

Must I (manually) run the gacutil after installation has ended?

Morten
 
C

Carlos J. Quintero [.NET MVP]

No need for custom actions and gacutil. Instead, in the File System tab of
the VS Setup project, right click on left pane, Add Special Folder and
select Global Assembly Cache Folder and add your dll there.

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top