marcostewa
Posts: 1
Joined: Fri Dec 12, 2008 3:47 pm

Installing files from GAC

Hi,
I have to distribute a .Net application using a third party assembly, which is installed on the GAC.
I want to include this assembly on my application package, so I wonder if is there a way to tell the program to look the GAC for a registered file, instead of specifying the entire path(i.e. "C:\WINDOWS\assembly\...") .
Thanks
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: Installing files from GAC

Hi,

I'm afraid that Advanced Installer cannot find files in the GAC. Therefore, you need to add it manually in your project.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”