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

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- 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: 15696

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: 15696

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: 15696

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: 15696

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: 15696

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 ...