Search found 3 matches

by rpremuz
2011-09-27 13:49
Forum: Olders
Topic: Can't make silent install completely silent
Replies: 13
Views: 41258

Re: Can't make silent install completely silent

Prisma, thank you for that info. The script you provided works fine on Windows XP.

On Windows 7 I needed to add "net start" after installing the service as it won't start automatically. Also, on Windows 7 you can use the new "netsh advfirewall" command:

rem - Add an inbound rule to the Windows ...
by rpremuz
2011-09-26 11:16
Forum: Olders
Topic: Can't make silent install completely silent
Replies: 13
Views: 41258

Re: Can't make silent install completely silent

Prisma, the idea of installing UltraVNC without running the setup.exe is really great, but does it actually work?

http://www.uvnc.com/install/unattended.html page says that winvnc service can be registered by running "winvnc -reinstall".

If I try that I get the winvnc usage message (shown in my ...
by rpremuz
2011-09-23 17:46
Forum: Olders
Topic: Can't make silent install completely silent
Replies: 13
Views: 41258

Re: Can't make silent install completely silent

Using the setup is not imperative. Prepare an uvnc-directory completely set up for your needs (including ultravnc.ini), make an selfextracting.exe including a command script, execute "winvnc -reinstall && net start WinVNC && winvnc -servicehelper"

I've tried what you suggested but when I run ...