I have created a custom SC before, and am looking to update it. I'm confused however to the number of different creators.
The online creator page shows a RC23, REL1.00, update 2009 and even an RC3 at the bottom.
I assume I should be using the update 2009 version for Windows Vista /7 compatibility but could some one confirm please?
Also, I am familiar with the files needed to create a custom Sc except for the enter.bmp. What is this bitmap for?
Thanks.
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
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
Which online creator to use?
Which online creator to use?
Last edited by rickster on 2010-05-31 22:13, edited 1 time in total.
Re: Which online creator to use?
Just a typing error, it is "RC23". The two links at bottom are alternative page for user to uploading their files -- if the original page gives trouble (I think these pages use another server to create the .exe)rickster wrote:The online creator page shows ...... and even an RC3 at the bottom.
You are correct.rickster wrote:I assume I should be using the update 2009 version for Windows Vista /7 compatibility but could some one confirm please?
The Update-2009 Creator introduces a new option [DIS_UAC] in the helpdesk.txt (means disable UAC feature of Vista/7). With this setting, the user is only asked once when the SC is started to give UAC permission, after then the UAC will be disabled and thus not bothering anymore.
In the original design of SC, all connection configuration is hard coded in the helpdesk.txt. An new option [ENTERCODE] is introduced since REL.1, which allows user to input the ID code (this is for repeater connection mode) when SC is running. When running with this, the SC will popup a message box as below:rickster wrote:the enter.bmp. What is this bitmap for?
The background image of this box, is what you are asking: enter.bmp
When creating such SC.exe, you may provide your own designed enter.bmp
(reference UltraVnc Single Click - Helpdesk.txt)
Last edited by YY on 2010-06-01 04:23, edited 3 times in total.
Re: Which online creator to use?
Thanks for the help YY.