Zip File Installation Instructions
If you are installing J-Integra® Espresso using the ZIP file, not the EXE installer, two steps
must be performed manually.
- Register assemblies with the Global Assembly Cache (GAC)
- Register the assemblies with Visual Studio .NET
- Register the Espresso installation directory
* The zip installer provides no support for the Windows CORBA Naming Service. To install this item
you must use the Windows Installer.
1. Register assemblies with the Global Assembly Cache (GAC)
- Open a command prompt in the J-Integra® Espresso bin directory
(default location is: C:\Program Files\J-Integra\Espresso\bin)
- Execute the following command:
> gacutil /i Jintegra.Espresso.dll
You should see the following output:
C:\Program Files\J-Integra\Espresso\bin>gacutil /i Jintegra.Espresso.dll
Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Assembly successfully added to the cache
- Execute the following command:
> gacutil /i Jintegra.Espresso.Optional.dll
You should see the following output:
C:\Program Files\J-Integra\Espresso\bin>gacutil /i Jintegra.Espresso.Optional.dll
Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Assembly successfully added to the cache
- You can verify that the assemblies have been added by executing:
You should see the following entries in the list:
Jintegra.Espresso, Version=0.9.0.0, Culture=neutral, PublicKeyToken=f1aa1bb10d3603d9, Custom=null
Jintegra.Espresso.Optional, Version=0.9.0.0, Culture=neutral, PublicKeyToken=f1aa1bb10d3603d9, Custom=null
2. Register the assemblies with Visual Studio .NET
- Open the registry editor (regedit)
- Browse to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders
- Add a new key and set the default value to the following:
Key Name: J-Integra Espresso
Default Value: [Espresso 'bin' directory] (e.g. "C:\Program Files\J-Integra\Espresso\bin")
3. Register the Espresso installation directory
- Open the registry editor (regedit)
- Browse to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\
- Add the following keys (if they do not exist):
Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Intrinsyc
Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Intrinsyc\J-Integra
Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Intrinsyc\J-Integra\Espresso
- Add a new String Value to the HKEY_LOCAL_MACHINE\SOFTWARE\Intrinsyc\J-Integra\Espresso key:
Name: InstallDir
Value: [Espresso installation directory] (e.g. "C:\Program Files\J-Integra\Espresso\")