OneClick 2.1.0.0 has been released. 
Note to UltraVNC Single Click (SC) users...
OneClick is Fully compatible with your existing SC configuration files, icons, bitmaps and other customizations.
OneClick VNC HelpDesk is free for non-commercial use
Visit: 
http://www.advantig.com/oneclick  -or-  http://www.vnchelpdesk.com
 Works with Microsoft Windows 8.1 / 8 / 7 / Vista / 2008 / 2003 / XP / 2000 in service mode, safe mode or application mode.
Works with Microsoft Windows 8.1 / 8 / 7 / Vista / 2008 / 2003 / XP / 2000 in service mode, safe mode or application mode.
---------
 Changes
---------
Version 2.1.0.0
 - Updated the VNC Viewer & VNC Server to UVNC v1.1.9.6 for better
   Win 8.0 & 8.1 compatibility & better safe mode booting.
 - Added a signed uninstaler to the customer module to help stop
   AntiVirus software from preventing customer module uninstalling.
 - Fixed other minor compile problems. 
Version 2.0.9.8
----------------------------------
 - Build 201112101530 - Cosmetic fixes. 
 - Build 201108111400 - You can now set the number of seconds the
   splash screen is shown by adding the SplashSeconds= tag to the
   [OneClick] section in the ultraVNC.ini file located the SC Source
   folder. Valid numbers are 0 through 10. Default is 5 seconds.
   Setting it to 0 disables the splash.
   Example: 
 
   [OneClick]
   NoReconnectIcon=0
   NoSafeModeIcon=0
   NoStopIcon=0
   NoToolBoxIcon=0
   SplashSeconds=3
 - Build 201106031400 - The customer module no longer waits for
   the Splash.bmp to close. It continues installing while it
   is being displayed.
 - The customer module creator now creates the customer module in
   the Documents folder if it can't write to the install folder.
Version 2.0.9.7
----------------------------------
 - build 201103301200 fixes a bug in the Check for Updates feature.
 - build 201103280900 Included and Automatic WebConfig File Updater
   utility. This can be used instead of a dynamic DNS (DDNS) service
   such as no-ip, dyndns, etc if you use WebConfig mode.
 - The Customer Module Creator now auto-detects the public IP address
   of the workstation it's running on and pre-populates the address
   prompt so you don't have to look up the IP address manually if not
   using a DNS or DDNS (such as No-IP or DnyDNS) address.
 - The Popup Timer/Toolbox now does not start until Winvnc is launched.
Version 2.0.9.6
----------------------------------
 - Build 201103171730 - Improved detection of existing UltraVNC server.
 - Improved installation on machines running in a restricted user account.
Version 2.0.9.5
----------------------------------
 - Build 201012122345 - The customer module is now created with the
   date and time in the file name to make creating multiple customer
   modules easier without having to rename the "OneClick.exe" file.
   Example: OneClick-2010.12.11-16.46.23.exe
 - Build 201012101645 - The "AfterCreate.bat" file in the OneClick
   folder runs automatically after building a customer module. You
   can use it to sign your customer module, rename it or run another
   program etc. It passes the name of the customer module on the
   command line (no path and no quotes) to the AfterCreate.bat file.
   You can use the %1 variable to pass your variable to your command
   or program.  If your program needs the path or to include quotes
   you will need to add them to your command line in the bat file.
   You can also use it to call a batch file to automatically copy the
   customer module to your shared drive or FTP it to your website.
 
   Examples:
 
    SignTool.bat %1
    CodeSign.exe "%1"
    ftp.bat %1
 
    MyProgram "%1"
 
    copy /Y "Customer Modules\%1" "Z:\Shared\Customer Modules"
 
    copy /Y "Customer_Modules\%1" "SignedCustomerModules"
    "..\_SignCustomerModule.bat" "SignedCustomerModules\%1"
 - The Re-Connect Support icon can now be customized by replacing or
   editing the icon0.ico file in the SC Source folder. If icon0.ico
   does not exist the default icon in the WinvncSC.exe will be used.
 - The Re-Connect Support and System Boot Configuration desktop icons
   can now be disabled by adding the following lines to the UltraVNC.ini
   file after the [OneClick] tag if they don't exist.
   Do NOT add more than one [OneClick] tag to the UltraVNC.ini file.
   [OneClick]
   NoReconnectIcon=1
   NoSafeModeIcon=1
   NoStopIcon=1
   NoToolBoxIcon=1
   Set NoReconnectIcon to =1 to disable the "Re-Connect Support" icon.
     Set it to =0 to enable it (default) 
   Set NoSafeModeIcon to =1 to disable the "System Boot Configuration" icon.
     Set it to =0 to enable it (default) 
   NOTE: If you disable the "Re-Connect Support" desktop icon and
         UltraVNC reaches it's maximum reconnect tries your customer
         will have to use the Add New Viewer menu and enter the address info
         (address::port and repater ID if applicable) manually to re-connect
         or they will need to run the uninstall program (Uninst.exe) and
         re-run the customer module to reconnect.
Version 2.0.9.4
----------------------------------
 - The 1cToolBox and Stop Remote Support desktop icons can now be
   disabled by adding the following lines to the UltraVNC.ini file
   after the [OneClick] tag if they don't exist.
   Do NOT add more than one [OneClick] tag to the UltraVNC.ini file.
   [OneClick]
   NoStopIcon=1
   NoToolBoxIcon=1
   NoReconnectIcon=1
   NoSafeModeIcon=1
   Set NoStopIcon to =1 to disable the "Stop Remote Support" icon.
     Set it to =0 to enable it (default) 
   Set NoToolBoxIcon to =1 to disable the "1cToolBox" icon.
     Set it to =0 to enable it (default) 
   NOTE: If you disable the "Stop Remote Support" desktop icon you
         may need to use the popup toolbox or navigate to the install
         folder to run the uninstall program (Uninst.exe) if your
         UltraVNC.exe doesn't run it on exit.