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

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.

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

UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 Released

Official UltraVNC Announcements
Post Reply
Ludovic
Admin & Developer
Admin & Developer
Posts: 100
Joined: 2021-12-28 18:55

UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 Released

Post by Ludovic »

UltraVNC 1.6.1.0 (release):
- https://uvnc.com/products/ultravnc.html
- https://uvnc.com/downloads/ultravnc.html
- https://uvnc.com/downloads/ultravnc/163 ... -1-00.html

UltraVNC SC 1.6.1.0 (experimental):
- https://uvnc.com/products/ultravnc-sc.html
- https://uvnc.com/downloads/ultravnc-sc.html
- https://uvnc.eu/download/1610/UltraVNC_SC_1610.zip

Social network announcements, please share, like, boost, favorite, bookmark, ...
- Mastodon: https://mastodon.social/@ultravnc/114472288939113519
- Bluesky: https://bsky.app/profile/ultravnc.bsky. ... nx3w5oj22m
- X/Twitter: https://x.com/ultravnc1/status/1920461136551424231
- Facebook:

Commandlines:

Setup .EXE: Samples:

Code: Select all

/COMPONENTS="UltraVNC_Repeater,UltraVNC_Server,UltraVNC_Viewer"
/TASKS="installservice,startservice"

Code: Select all

/SP-
Disables the "This will install... Do you wish to continue?" prompt at the beginning of Setup. Of course, this will have no effect if the "DisableStartupPrompt [Setup]" section directive was set to "yes".

Code: Select all

/SILENT, /VERYSILENT
Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. Everything else is normal so for example error messages during installation are displayed and the startup prompt is (if you haven't disabled it with DisableStartupPrompt or the '/SP-' command line option explained above).

Using .MSI: Samples:

Code: Select all

msiexec.exe /i UltraVNC_1600_x86_Setup.msi /qn WRAPPED_ARGUMENTS="/COMPONENTS=""UltraVNC_Repeater,UltraVNC_Server,UltraVNC_Viewer"""
msiexec.exe /i UltraVNC_1600_x86_Setup.msi /qn WRAPPED_ARGUMENTS="/COMPONENTS=""UltraVNC_Viewer"""
msiexec.exe /i UltraVNC_1600_x86_Setup.msi /qn WRAPPED_ARGUMENTS="/COMPONENTS=""UltraVNC_Server"" /TASKS=""installservice,startservice"""
msiexec.exe /i UltraVNC_1600_x86_Setup.msi /qn WRAPPED_ARGUMENTS="/VERYSILENT"
Changelog since the previous stable build:
1.6.1.0 - May 2025
- Chat Japanese chars fix
- Saving listenport fix
- Saving custom messages accept/reject fix
- Save settings should not reload defaults fix

Feedbacks:
- https://forum.uvnc.com/viewtopic.php?t=38079

--------------------------------------------------------------------------------------

UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/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
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/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
- uvnc2me: https://uvnc2me.com/
Post Reply