Anyone who downloaded the files before 1:00 PM Monday, January 28, 2013 (GMT) should re-fetch them... (sorry).
This is a new fork based upon my previous fork, with major changes in the source file and folder layout to facilitate development and deployment.
It uses the latest ultraVNC binaries both 32 and 64 bit. This includes v1.1.8 of UltraVNC and v2.0.0 of the Repeater, (although I recommend using my version of Karl Runge's VNC Perl Repeater instead).
It comes as two zip packages, the 32 bit and 64 bit versions.
I have also tested and confirmed that the 32 bit viewer will talk to the 64 bit server and vice versa.
The zip packages are comprised of an installer EXE and a full source code folder which includes an Inno Setup ".iss" script to generate the installer EXE.
Download Links:
ChunkVNC_4.0.0_32bit.zip
ChunkVNC_4.0.0_64bit.zip
For a little more history on this project, you may wish to check out my original Fork forum posting.
Enjoy...
Rat.
^>//o
Notes:
1. To generate Example 3 the following changes to "ChunkVNCSupportDefs.au3" would be required:
Code: Select all
Global $ConnectIdType = $ConnectIdRandom
$AutoConnect = True
Global $ShowTitleBar = True
Global $AllowLogoClick = True
Global $ShowExitButton = False
Global $ShowHelpButton = False
Global $ShowConnectButton = False
Global $StaffList = 0
Then run "InstantSupportCompileAll.exe"...
2. To generate Example 2, the changes are the same as for Example 3 except for the following:
Code: Select all
Global $ShowTitleBar = False
Global $ConnectIdType = $ConnectIdFixed
Case $ConnectIdFixed
$ConnectId = <Your hard-coded ID>