Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Including a new UltraVNC version with ChunkVNC 3.3.1

Simple, Free, Open Source UltraVNC Wrapper Supporting Windows and Mac OSX
Post Reply
Heinzi
8
8
Posts: 16
Joined: 2012-11-22 07:57

Including a new UltraVNC version with ChunkVNC 3.3.1

Post by Heinzi »

I tried to add a more recent version of UltraVNC to ChunkVNC 3.3.1 to fix the secondary-monitor-on-the-left bug, but the compiler kept stopping at the UltraVNC configuration page. Apparently, there's some incompatibility configuring the SecureVNCPlugin by remote-controlling the configuration window.

I managed to get it to work, though, and I'd like to share it so that you can either
  • profit from it or
  • warn me if I'm doing something that is terribly wrong.
The trick is to
  • first compile 3.3.1 as before with the old version of winvnc.exe intact. This causes ultravnc.ini to be configured correctly. Ignore the resulting InstantSupport.exe, we will create another one shortly.
  • Replace winvnc.exe in SRC\InstantSupport_Files with the version you want included (I used 1.2.0.3).
  • Repackage everything by creating a subfolder Compiled (parallel to SRC) and executing the following in a command line in the directory directly above SRC:

    Code: Select all

    src\Aut2Exe\Aut2exe.exe /in src\InstantSupport.au3 /out Compiled\InstantSupport.exe /icon src\InstantSupport_Files\icon1.ico
After that, you have an InstantSupport.exe in your Compiled subdirectory. Don't forget to update vncviewer.exe in Viewer\bin as well.

Best regards
Heinzi
Krong
Posts: 1
Joined: 2014-10-14 06:34

Re: Including a new UltraVNC version with ChunkVNC 3.3.1

Post by Krong »

Thanks Heinzi, Your trick helped me!
Post Reply