install component in GAC ??

C

cmrchs

Hi,

using a setup-project : I add an exe that uses a component so I add the component to the setup-project as well

but how can I specify that the component must be installed in GAC when the client runs the setup for the application ?
(so far is it only installed in the directory of the client)

thanks
Chris

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
G

Guest

While in the Setup project, go to the File System editor and right click on
File System on Target Machine and choose Add Special Folder, then Global
Assembly Cache Folder. With that visible, you can simply drag those
assemblies you want installed to the GAC there from the Application Folder.

Brendan
 

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