AW: [JDEV] Client Installation

Phil Benson Phil.Benson at isbuhr.com
Wed Aug 22 09:54:27 CDT 2001


-----Ursprüngliche Nachricht-----
Von: jdev-admin at jabber.org [mailto:jdev-admin at jabber.org]Im Auftrag von
Okan Bulut
Gesendet: Mittwoch, 22. August 2001 07:51
An: jdev at jabber.org
Betreff: [JDEV] Client Installation


Hi,

I have been developing a jabber client usig JabberCom.dll in Visual Basic
and I allmost finished the project. My client is runnig ok if I set up
Winjab. But if I don't set up Winjab or any other client using JabberCom
object, my client is not running. I think the problem is something related
to registry because when I search the registry I see that winjab ( or any
other client using JabberCOM) it writes many things to registry. But I don't
know what to write to the registry during the installation because many
things are written to the registry and which is required and which is not I
don't know. For installation I am using Visual Studio Installer.

I can create a set up file, but since I dont know what to write to the
Windows registry it doesnt run properly.
I would appreciate any help. Thank you.
Okan


You need to register the JabberCom.dll before you can use your client on
another machine, on W2K regsvr32.exe <name and path of dll>... e.g.

regsvr32.exe c:\temp\JabberCom.dll

this registers the JabberCom.dll (which is an ActiveX/ Com object) on your
system








More information about the JDev mailing list