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 5 matches

by wsherliker
2012-03-28 20:24
Forum: ChunkVNC
Topic: Updates for Windows 7 UAC and other niceties
Replies: 11
Views: 17982

Re: Updates for Windows 7 UAC and other niceties

Appreciated if you can post the solution! Suggest moving the FileInstall before these routines then.
by wsherliker
2012-03-28 10:37
Forum: ChunkVNC
Topic: Updates for Windows 7 UAC and other niceties
Replies: 11
Views: 17982

Re: Updates for Windows 7 UAC and other niceties

You can select 'Install as a Service' from the icon menu or you can use -install as a command line argument. This is as per the original code. If the user runs it and has problems you get them to select the menu item 'Install as a Service' and that should get around it in the future.
by wsherliker
2011-12-01 00:08
Forum: ChunkVNC
Topic: Updates for Windows 7 UAC and other niceties
Replies: 11
Views: 17982

Re: Updates for Windows 7 UAC and other niceties

The main issues with installing as a service was the run wait () never returns and does not actually run the ap. Some odd uac effect I think but could be wrong. Shellexecutewait worked fine.
by wsherliker
2011-11-30 15:47
Forum: ChunkVNC
Topic: Updates for Windows 7 UAC and other niceties
Replies: 11
Views: 17982

Re: Updates for Windows 7 UAC and other niceties

It's a great bit of software so please do keep the updates coming. Knocks the socks off some of those systems out there and autoit/ultravnc is a good combination.
by wsherliker
2011-11-30 09:29
Forum: ChunkVNC
Topic: Updates for Windows 7 UAC and other niceties
Replies: 11
Views: 17982

Updates for Windows 7 UAC and other niceties

Not sure if this will be of interest to others but I have made a few changes to the compiler and instantsupport autoit scripts that make it work nicely for me at least.

Changes:
- Saves settings for compiler in the registry so if you run it again they are already pre-populated
- More error checking ...