cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ChristianS
Level 4

How can I add assemblies to the GAC with InstallScript?

Hello,

I want to install a .net application which uses a couple of DLLs in the same folder as the exe.
I would like to put the DLLs in the Global Assembly Cache to clean up the program folder, but there is no such option in the Destination browser (as is provided in an installscript msi project).
How can I add these DLLs to the GAC with Installscript? The InstallShield help does not mention any such functions..


Thank you for your help!
Christian S
Labels (1)
0 Kudos
(2) Replies
ChristianS
Level 4

Just found this:

Private Assemblies
* Are Installed within the same directory structure as the application (.exe).
* Private assemblies cannot be installed to the GAC.
* Are referenced by the simple name to find the assembly.


So i guess they have to be in the same directory?
0 Kudos
weakness
Level 6

Hmm. I'm not sure but apparently InstallScript doesn't support installing to GAC.

http://community.flexerasoftware.com/showthread.php?t=184225
0 Kudos