Re: set password by code

2005-09-12 Thread [EMAIL PROTECTED]
Max Odendahl wrote: Hi, I am installing vnc with a self created inno setup installation, and would like to not only set custom ports, but also a password. How can I write the password directly into the registry, how to encrypt it correctly? As far as I know, the unix distribution has a

RE: set password by code

2005-09-12 Thread James Weatherall
:09 To: vnc-list@realvnc.com Cc: [EMAIL PROTECTED] Subject: Re: set password by code Max: Heya. The Kaboodle application does this, so you can find a C++ example of what it's doing here: http://prdownloads.sf.net/kaboodle/Kaboodle_1.02_src.zip?download Have a look

FW: set password by code

2005-09-12 Thread ViNCe
september 2005 11:30 Aan: 'Scott C. Best'; vnc-list@realvnc.com CC: [EMAIL PROTECTED] Onderwerp: RE: set password by code Or, better still, just look at the rfb/Password.cxx code from one of the source archives at http://www.realvnc.com/download.html. Regards, Wez @ RealVNC Ltd. -Original

set password by code

2005-09-11 Thread Max Odendahl
Hi, I am installing vnc with a self created inno setup installation, and would like to not only set custom ports, but also a password. How can I write the password directly into the registry, how to encrypt it correctly? Best regards Max ___ VNC-List

Re: set password by code

2005-09-11 Thread Bob Hartung
Wisco Industries, Inc. 736 Janesville St. Oregon, WI 53575 Tel: (608) 835-3106 x215 Fax: (608) 835-9644 e-mail: bhartung(at)wiscoind.com _ From: Max Odendahl [mailto:[EMAIL PROTECTED] To: vnc-list@realvnc.com Sent: Sun, 11 Sep 2005 03:30:32 -0500 Subject: set password by code Hi, I am

Re: set password by code

2005-09-11 Thread Scott C. Best
Max: Heya. The Kaboodle application does this, so you can find a C++ example of what it's doing here: http://prdownloads.sf.net/kaboodle/Kaboodle_1.02_src.zip?download Have a look in LocalInstallWinVNC.cpp in the RemoteVNC folder. cheers, Scott Hi, I am installing vnc with