/ Forums / Advansys Formativ / Commercial Formativ Solutions by Advansys / installation / Reply To: installation
The Admin API COM server will be registered when the standard GroupWise client is installed using the client setup program supplied by Novell. It may not be registered if you are installing the client using ZEN (or similar), or if you are using a re-packaged installation (for example, an MSI installation you created yourself).
The Admin API is implemented in the client file GWCMB1.DLL (normally found in ‘C:NovellGroupWise’). You could try to manually register the file using something like ‘regsvr32 GWCMB1.DLL’.
When registered, this file will create registry entries like:
HKEY_CLASSES_ROOTNovellGroupWareAdminCLSID
HKEY_CLASSES_ROOTNovellGroupWareAdminCurVer
HKEY_CLASSES_ROOTNovellGroupWareAdminNotInsertable
HKEY_CLASSES_ROOTCLSID{35fc2358-811a-11d0-8a96-00805fc16077}InprocServer32
HKEY_CLASSES_ROOTCLSID{35fc2358-811a-11d0-8a96-00805fc16077}NotInsertable
HKEY_CLASSES_ROOTCLSID{35fc2358-811a-11d0-8a96-00805fc16077}ProgID
HKEY_CLASSES_ROOTCLSID{35fc2358-811a-11d0-8a96-00805fc16077}Programmable
HKEY_CLASSES_ROOTCLSID{35fc2358-811a-11d0-8a96-00805fc16077}TypeLib
HKEY_CLASSES_ROOTCLSID{35fc2358-811a-11d0-8a96-00805fc16077}VersionIndependentProgID
These are incomplete – please don’t try to enter these entries manually.
Advansys Support