After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Search found 8 matches

by crrussell3
2010-03-17 13:51
Forum: Olders
Topic: UltraVNC 1.0.8.2 Silent/Unattended Install
Replies: 17
Views: 41288

Re: UltraVNC 1.0.8.2 Silent/Unattended Install

crrussell3,

Did you have any luck using WIWW to install the video driver automatically?

I had no issues at all. The WIWW is just a MSI wrapper around a call to the exe installer with install parameters (ie calling an inf that dictates what to install).

What I did was download the offline ...
by crrussell3
2010-03-12 18:34
Forum: Olders
Topic: UltraVNC 1.0.8.2 Silent/Unattended Install
Replies: 17
Views: 41288

Re: UltraVNC 1.0.8.2 Silent/Unattended Install

Just wanted to post an update to say I found a way to do what I was wanting to do. I found the Offline Install post in the FAQ and downloaded the offline install package. I tweaked the iss file to include what I wanted (ultravnc.ini and registry settings for MSLogonII) and then built the installer ...
by crrussell3
2010-03-11 21:56
Forum: Olders
Topic: UltraVNC 1.0.8.2 Silent/Unattended Install
Replies: 17
Views: 41288

Re: UltraVNC 1.0.8.2 Silent/Unattended Install

Huh? Why would you need any of those decompiler/repackagers?

Most of UltraVNC is open source -- if necessary you can compile everything from scratch and make your own installer, at least as far as I understand.

Perhaps you could start with something like SCPrompt or ChunkVNC?

Again you are ...
by crrussell3
2010-03-11 18:32
Forum: Olders
Topic: UltraVNC 1.0.8.2 Silent/Unattended Install
Replies: 17
Views: 41288

Re: UltraVNC 1.0.8.2 Silent/Unattended Install

Couldn't you just recompile the installer?

Tried a few different programs to do that, AdminStudio Manager Edition, VNCed, Appdeploy Repackager, etc. Each one of them failed at something. Either they didn't install/start it as a service, so couldn't connect at all, the hook/mirror driver wouldn't ...
by crrussell3
2010-03-11 18:11
Forum: Olders
Topic: UltraVNC 1.0.8.2 Silent/Unattended Install
Replies: 17
Views: 41288

Re: UltraVNC 1.0.8.2 Silent/Unattended Install

I am sure the way your doing it is a good way to do it. This is just a simple way using a preconfigured ultravnc.ini

md c:"program files"\ultravnc

rem just in case there is a ultravnc.ini from an older install
copy ultravnc.ini c:"program files"\ultravnc /y

rem The install won't overwrite ...
by crrussell3
2010-03-11 16:29
Forum: Olders
Topic: UltraVNC 1.0.8.2 Silent/Unattended Install
Replies: 17
Views: 41288

Re: UltraVNC 1.0.8.2 Silent/Unattended Install

You're right -- if you have any Vista or Win7 machines with UAC enabled, you'll need the service running. There's probably a good way to deploy it silently -- anybody have an idea?

I can already deploy it silently using command line parameters passed to it when launching the installer, but I can ...
by crrussell3
2010-03-11 15:37
Forum: Olders
Topic: UltraVNC 1.0.8.2 Silent/Unattended Install
Replies: 17
Views: 41288

Re: UltraVNC 1.0.8.2 Silent/Unattended Install

I don't know the answer to your question, but does UltraVNC really need to be installed at all? (That is, can't the directory just be copied in place?) The last I saw they were trying to deprecate all use of the registry in favor of the shipped INI files, making the whole app more portable ...
by crrussell3
2010-03-11 14:46
Forum: Olders
Topic: UltraVNC 1.0.8.2 Silent/Unattended Install
Replies: 17
Views: 41288

UltraVNC 1.0.8.2 Silent/Unattended Install

I am having an issue figuring out how to get the silent/unattended installation setup to deploy the newest version here on my network. We currently have a mixture of clients running version 1.0.0 to 1.0.2.

I have looked around and can't seem to find any updated information on how to create the ...