[Unattended] tightvnc - setting password + starting as a service - how?

2004-11-10 Thread Tomasz Chmielewski
Hello,
I would like to install TightVNC using Unattended, so that after it is 
installed, I can log on to the machine remotely using password I 
specified (with Unattended).

Is it possible?
So far it was possible for me to only install TightVNC, then I have to 
configure everything (set password, start as a service) by hand.

Tomek
---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] tightvnc - setting password + starting as a service - how?

2004-11-10 Thread Niels S. Richthof
Hi Tomasz!

 I would like to install TightVNC using Unattended, so that after it is 
 installed, I can log on to the machine remotely using password I 
 specified (with Unattended).
 
 Is it possible?

Yes, with a registry hack.


After TightVNC is installed, you apply an registry patch which 
contains your settings, including the password.

The key is HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default

the value is Password.

It is encrypted - the easiest way is to use one installation of 
tightvnc, set the desired password and then grab the encrypted value 
from that registry.


cu
Niels


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] tightvnc - setting password + starting as a service - how?

2004-11-10 Thread Tomasz Chmielewski
Niels S. Richthof wrote:
Hi Tomasz!

I would like to install TightVNC using Unattended, so that after it is 
installed, I can log on to the machine remotely using password I 
specified (with Unattended).

Is it possible?

Yes, with a registry hack.
After TightVNC is installed, you apply an registry patch which 
contains your settings, including the password.

The key is HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default
the value is Password.
It is encrypted - the easiest way is to use one installation of 
tightvnc, set the desired password and then grab the encrypted value 
from that registry.
OK, but could you help me insterting this values into the registry - 
also automatically, from a script?

Tomek

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended firefox install not possible?

2004-11-10 Thread Klaus Vink Slott
It seems that it is not possible to do a unattennded install of the new 
Mozilla Firefox

Please consider voting for this bug 
https://bugzilla.mozilla.org/show_bug.cgi?id=229706

If anyone found a hack please tell us how ..

-- 
Regards
Klaus Vink Slott



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] tightvnc - setting password + starting as a service - how?

2004-11-10 Thread Mario Gzuk
regedit /s is your friend

You can also take a look at wininstall LE. A free software which creates
msi packages.

greetings

Am Mi, den 10.11.2004 schrieb Tomasz Chmielewski um 12:35:
 Niels S. Richthof wrote:
  Hi Tomasz!
  
  
 I would like to install TightVNC using Unattended, so that after it is 
 installed, I can log on to the machine remotely using password I 
 specified (with Unattended).
 
 Is it possible?
  
  
  Yes, with a registry hack.
  
  
  After TightVNC is installed, you apply an registry patch which 
  contains your settings, including the password.
  
  The key is HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default
  
  the value is Password.
  
  It is encrypted - the easiest way is to use one installation of 
  tightvnc, set the desired password and then grab the encrypted value 
  from that registry.
 
 OK, but could you help me insterting this values into the registry - 
 also automatically, from a script?
 
 Tomek
 
 
 
 
 ---
 This SF.Net email is sponsored by:
 Sybase ASE Linux Express Edition - download now for FREE
 LinuxWorld Reader's Choice Award Winner for best database on Linux.
 http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Help - partition scheme problems

2004-11-10 Thread kevin
Tobias

Thanks very much.  This was similar to what I tried - with the big
difference being that it worked - your help is much appreciated.

I now have an unattended install system that gives me different partition
layouts based on MAC address - we give laptops a second partition to store
user data on.  I shall now go away and play to try  make it preserve an
existing 2nd partition on rebuild without my intervention.

Again, thanks

Kevin Lawry

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Schneider, Tobias
Sent: 09 November 2004 15:52
To: 'Kevin Lawry'; [EMAIL PROTECTED]
Subject: AW: [Unattended] Help - partition scheme problems


Hi Kevin,

perhaps you can take my configuration as an example

fdisk_cmds=fdisk /clear 1;fdisk /pri:1 ;fdisk /pri:100,100
/spec:7;fdisk /delete /pri:1;fdisk /pri:2000;fdisk /activate:1

Explanation: this commands will create a 10GB partion for the system and
taking the rest for the second partition.
it first creates a primary 10GB partition (pri:1) and another one with
the rest(pri:100,100 its in percent).
Afterwards it deletes the first partion and creates at that place a new
partion of 2GB (this is needed for the first paret of install). Win will
then expand it back to 10GB during setup

I hope this will help

Mit freundlichen Grüßen  /  Best regards

Tobias Schneider


---
Voith Paper Automation GmbH  Co. KG
 - prf
St. Poeltener Strasse 43
89522 Heidenheim, germany

Tel +49 7321 37 6926
Fax +49 7321 37 8716926

E-Mail [EMAIL PROTECTED]
Internet http://www.voithpaper.com

---



-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Kevin
Lawry
Gesendet: Dienstag, 9. November 2004 15:48
An: [EMAIL PROTECTED]
Betreff: [Unattended] Help - partition scheme problems


Help, I give up - I am trying to get 2 partitions on a disk from a fully
unattended network booted linux install.

I have the following line in my site unattend.txt

fdisk_cmds = fdisk /clear 1;fdisk /pri:2000;fdisk /activate:1

which works  gives me one auto expanding partition, but I cannot work out
what to put here to get 2 partitions - preferably a 50/50 split, but I would
be happy with a sized 1st partition and the second partition filling the
rest

Any help gratefully received

Thanks

Kevin Lawry



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88alloc_id065op=ick
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] tightvnc - setting password + starting as a serv ice - how?

2004-11-10 Thread Mark McRitchie
 I would like to install TightVNC using Unattended, so that 
 after it is 
 installed, I can log on to the machine remotely using password I 
 specified (with Unattended).

I hacked the the scripts from http://www.darkage.co.uk/vnc/ to install
ultravnc on the local box - as it uses domain auth to validate users ;)

The attatched file (rename to vnc7.cmd) is the one I use - I call it like
this:

todo.pl %Z%\packages\VNC\vnc7.cmd %COMPUTERNAME%



It relies on some of the unattended environment variables being setup, but
I've also used that script in a round about way to install on users dialed
in over a 33 modem link in a couple of minutes - and found the quality of
the connection over the link to be very very good.

HTH,
Mark.


--
This e-mail message may contain confidential or privileged information.
Recipients are requested to preserve this confidentiality and to advise 
the sender immediately of any error in transmission.

Any views/opinions expressed in this email are that of the author and 
may not reflect the views of Salamis Group - www.salamisgroup.com

  

@echo off
%Z%
cd %Z%\packages\VNC
cls
:: 

:: * Richard Harris (c), 1999 - 2003
  *
:: * Remote VNC installer. See below for version number 
  *
:: * All rights reserved. You may distribute this script but please keep this 
boilerplate in. *
:: * For updates on the script - check www.darkage.co.uk/vnc from time to time. 
Use at your own risk! *
:: 


set fpver=7.0
set oldpath=%path%

::  *** CHECK THAT THE COMPUTER RUNNING THIS SCRIPT IS NT - AS IT 
DOESN'T WORK ON 9x ***
if not %OS%==Windows_NT GOTO NOTNT

::  *** SET THE VARIABLES TO BLANK OR DEFAULT SETTINGS ***

:: tweakable variables (see the manual)

::  *** what flavour should fastpush default to (vnc, vnc9, 
tridia13, tridia14, etc) ***
set flav=ultra
::  *** do or do not install the viewer by default ***
set viewer=no
::  *** do or do not log all installs ***
set logit=yes
::  *** using fastpush from a specified location - you can call it 
from the path that way. ***
::  *** do not use quote marks as this breaks IF statements. Long 
pathnames are okay   ***
::  *** leave blank for just use the current location   
   ***
set fplocation=
::  *** If you always want start menu VNC shortcuts installing, say 
yes. If not, put no***
::  *** You will need Windows Scripting Host to make use of this 
VBS creation routine  ***
set shortcut=no
::  *** Copy a script to the user's machine that reports computer 
name, IP, etc***
::  *** Turning shortcut=yes off will stop a link being made to the 
user's desktop ***
set macrep=yes
::  *** Should the VNC service start automatically or be manual?
   ***
::  *** yes = automatic and no = manual 
   ***
set service=yes
::  *** Set cmdcheck to yes to check for the reskit tool, set to no 
if no check wanted ***
::  *** Scan variable includes the file names of each util to check 
for***
::  *** You also have to set cmdarray equal to the number of 
ojbects you want to check on  ***
set cmdcheck=yes
set cmdarray=8
set scan=XCMD REG REGDIR REGINI RMTSHARE SC SHORTCUT TIMEOUT

:: fixed variables

set test=no
set use=no
set logon=
set pass=
set logvalue=
set drive=
set share=
set force=
set sharefail=
set warning=no
set currentpath=.
set newpath=
set folder=
set progfiles=
set remove=no
set configfile=no
set remotetarget=
set reg=no
set startpath=
set remotedesk=
set commondesk=
set targetpc=
set lnkfolder=
set missing=no
set passflag=no
set psexec=no
set ping=yes
set oprogfiles=

::  *** READ THE COMMAND LINE SWITCHES ***
if %1 ==  goto help

::  *** FIND THE COMMAND OPTIONS ***
if %1 ==  goto help
if %1 == /? goto help

set test=/?
for /f tokens=* delims=  %%p in ('echo %1%2%3%4%5%6%7%8%9^|find /i /c 
%test%') do @set pv=%%p
if %pv%==1 goto help

set test=/flavour
for /f tokens=* delims=  %%p in ('echo %1%2%3%4%5%6%7%8%9^|find /i /c 
%test%') do @set pv=%%p
if %pv%==1 goto flavourhelp

set test=/examples
for /f tokens=* delims=  %%p in ('echo %1%2%3%4%5%6%7%8%9^|find /i /c 
%test%') do @set pv=%%p
if %pv%==1 goto examples

set test=/reg
for /f tokens=* delims=  %%p in ('echo %1%2%3%4%5%6%7%8%9^|find /i /c 
%test%') do @set pv=%%p
if %pv%==1 set reg=yes

set test=/remove
for /f tokens=* delims=  %%p in ('echo %1%2%3%4%5%6%7%8%9^|find /i /c 
%test%') do @set pv=%%p
if %pv%==1 set 

Re: [Unattended] tightvnc - setting password + starting as a service - how?

2004-11-10 Thread Brad Moroney
Thomasz,
I went through the same question the other day and came up with the 
following solution.

I wrote a script in AutoIt containing the following registry changes:
RegWrite(HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default, Password, 
REG_BINARY, password in hex)
RegWrite(HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default, 
PasswordViewOnly, REG_BINARY, password in hex)

To get the REG_BINARY password from the registry, install it on a clean 
PC, set the password when you start the service, extract the encoded VNC 
password from the 
HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default\Password entry, remove 
the spaces from the password when you put it in the AutoIt script and 
your there!

I compiled this to an AutoIt executable file so I could execute it later.
I modified the tightvnc.bat file in the install\scripts directory to read
todo.pl  %Z%\packages\tightreg.exe
todo.pl %Z%\packages\tightvnc-1.2.9-setup.exe /silent 
\%ProgramFiles%\TightVNC\WinVNC.exe\ -install startup-type.pl 
automatic winvnc

This will set the VNC Server service to start automatically when Windows 
boots.  I figured since the last process is to bounce the machine it 
wouldn't be a problem :)

Hope this helps.
Cheers,
Brad
Tomasz Chmielewski wrote:
Hello,
I would like to install TightVNC using Unattended, so that after it is 
installed, I can log on to the machine remotely using password I 
specified (with Unattended).

Is it possible?
So far it was possible for me to only install TightVNC, then I have to 
configure everything (set password, start as a service) by hand.

Tomek
---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] same questions about 4.5

2004-11-10 Thread Andrew Bartlett
On Wed, 2004-11-10 at 20:09, Ralf Meuser wrote:
  
 
 1. On installing a PC with Windows XP and using the ie6.bat
 (q330994.EXE) I get the message :
 
 This update requires Outlook 6.0 Service Pack 1 to be installed.
 
 And I have to click to continue the installation.
 
 What did I do wrong ?

Looking over the scripts as distributed, it appears you should only call
ie6.bat for win2k, not for winXP (which includes IE6 in the service
packs, I think...).

(I hit up against the same thing).

Andrew Bartlett

-- 
Andrew Bartlett [EMAIL PROTECTED]
Authentication Developer, Samba Teamhttp://samba.org
Student Network Administrator, Hawker College   [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


[Unattended] Out of Office AutoReply:

2004-11-10 Thread BANERJEE, SWAPNESH (STSD)
Hi, 

Thursday 11th Nov is a holiday for Hewlett Packard Bangalore. I will be back in 
office on Friday 12th Nov 2004.

Regards,
Swapnesh.


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88alloc_id065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info