cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Gokuluk
Level 2

Hello Robbert

Here is the error I am getting:

"ISDEV : error -6489: Unable to set Installer Class because the Component Emc.InputAccel.Logging.Log.dll is configured to install to the Global Assembly Cache."

All of our documentation states that this problem will be documented in the future. This file is being installed to the GAC and yes, I have that .NET Installer Class option set to Yes. This is a .NET assembly that is required to be installed into the GAC and it requires the InstallUtil.exe program to be executed on it. Because it is in the GAC, I have enabled that Installer Class option.
Labels (1)
0 Kudos
(1) Reply
boltoj2
Level 2

I just went through the same thing. There are basically two options:

1. Install two copies of the file, one into the GAC and the other into a directory with fixed name, like INSTALLDIR. Then set the .NET Installer Class option to yes for the copy being installed into INSTALLDIR.

2. Use the InstallScript function CoCreateObjectDotNet.

I used option 1 because option 2 seems overly complicated.

Good luck,

John
0 Kudos