Actually single instance is maintained by creating mutex of the application.
But thanks to innoset up, we can just set a variable named
"Appmutex = XYZ" in innoset up that stops installing another instance while previous is running
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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 56 matches
- 2010-07-29 11:22
- Forum: Old messages
- Topic: checking previous installation during setup
- Replies: 1
- Views: 1733
- 2010-07-29 11:15
- Forum: Old messages
- Topic: Compiliation Problem
- Replies: 2
- Views: 2241
Re: Compiliation Problem
It might be that you did not install your Visual Studio properly or you have messed with your project settings.... Because "afxres.h" is a header file used by MFC applications. While UVNC is purely written Win32 and win32 applications dont use headerfiles like "afx*.h" Anyways, open ur project in ...
- 2010-07-29 11:01
- Forum: Old messages
- Topic: remote desktop s/w using .net framework
- Replies: 2
- Views: 2419
remote desktop s/w using .net framework
Hi there,
Is there any remote desktop software developed using .net framework??
Is there any remote desktop software developed using .net framework??
- 2010-07-29 10:41
- Forum: Old messages
- Topic: About the UltraVNC Server's disconnect and reconnect setting
- Replies: 1
- Views: 1785
Re: About the UltraVNC Server's disconnect and reconnect set
It will work and it won't bring any problems. Ofcourse, It works until your systems power is on
SetTimer is an API call. It just instructs the compiler to generate a timer event after specified time.
SetTimer is an API call. It just instructs the compiler to generate a timer event after specified time.
- 2010-04-07 15:28
- Forum: Old messages
- Topic: checking previous installation during setup
- Replies: 1
- Views: 1733
checking previous installation during setup
Hi,
Can any body have any idea how the check_install.exe, that comes with
uvnc installer is implemented?
It stops current installation if previously installed service is running.
If somebody could provide source code for it i would be very happy
Can any body have any idea how the check_install.exe, that comes with
uvnc installer is implemented?
It stops current installation if previously installed service is running.
If somebody could provide source code for it i would be very happy
- 2010-02-24 05:02
- Forum: Old messages
- Topic: A bug in winvnc
- Replies: 1
- Views: 1622
Re: A bug in winvnc
Hey, I solved this reconnection issue. We all know uvnc supports autoreconnection. When user adds a new client by providing hostname and hostid, there, i passed the information to autoreconnect module in the source code. This way doesnt' require the user to run lengthy commands of autoreconnect, it ...
- 2010-02-17 15:58
- Forum: Old messages
- Topic: A bug in winvnc
- Replies: 1
- Views: 1622
A bug in winvnc
Hi, I found some thing interesting for uvnc freaks! I don't know its a bug or what but it should not happen Hmm.......Let's get into the problem: we all know we can add a new client to the winvnc, right? ok, i've added a client with HostName = 192.168.1.3 and HostID = ID:123 and at the viewer end I ...
- 2009-12-08 12:25
- Forum: Old messages
- Topic: server reconnection problem with repeater
- Replies: 7
- Views: 4193
Re: server reconnection problem with repeater
hey,
I found some thread similar to my question
[post=52906][/post]
[post=44952][/post]
I found some thread similar to my question
[post=52906][/post]
[post=44952][/post]
- 2009-12-07 11:46
- Forum: Old messages
- Topic: server reconnection problem with repeater
- Replies: 7
- Views: 4193
Re: server reconnection problem with repeater
hi, Multiple viewers are unable to connect to single server. i'm trying this with repeater. I made reverse connection between server and repeater, I connected a viewer to server through repeater ip and server id the connection was successful. If I try to connect another viewer to same server both ...
- 2009-12-01 09:41
- Forum: Old messages
- Topic: Change the name of the exe
- Replies: 1
- Views: 1706
Re: Change the name of the exe
I changed the variable value that holds appname
it was changed
it was changed
- 2009-12-01 05:18
- Forum: Old messages
- Topic: need repeater description
- Replies: 1
- Views: 1583
need repeater description
Hi,
I want to read the detailed description of the repeater code.
How the server and viewer connect to it and
how they exchange protocol through it and
what happens when a server/viewer is connected/disconnected..
Is there any doc/link that has detailed description of uvnc repeater.
I want to read the detailed description of the repeater code.
How the server and viewer connect to it and
how they exchange protocol through it and
what happens when a server/viewer is connected/disconnected..
Is there any doc/link that has detailed description of uvnc repeater.
- 2009-11-30 10:35
- Forum: Old messages
- Topic: server reconnection problem with repeater
- Replies: 7
- Views: 4193
Re: server reconnection problem with repeater
yeah, that's i knew, i tried and it worked perfectly
but that solution did not help our requirement
i'll try by modifying the repeater code
anywahs thanks for the help
but that solution did not help our requirement
i'll try by modifying the repeater code
anywahs thanks for the help
- 2009-11-30 10:04
- Forum: Old messages
- Topic: server reconnection problem with repeater
- Replies: 7
- Views: 4193
Re: server reconnection problem with repeater
I knew that command but
I have to prevent the server from disconnecting
I think its only possible through some modification in repeater's code
If any developer of uvnc could help me i would be very happy
I have to prevent the server from disconnecting
I think its only possible through some modification in repeater's code
If any developer of uvnc could help me i would be very happy
- 2009-11-30 07:50
- Forum: Old messages
- Topic: server reconnection problem with repeater
- Replies: 7
- Views: 4193
server reconnection problem with repeater
Hi. I'm working on source code version 1.0.6.4. I have to connect server and viewer through repeater. and I'am able to connect server and viewer through repeater. If I close the connection once, I have to start both the server and viewer again to make a connection between them. Once the server is ...
- 2009-11-26 07:56
- Forum: Old messages
- Topic: Change the name of the exe
- Replies: 1
- Views: 1706
Change the name of the exe
Hi,
I'm working on source code verstion 1.0.6.4
I want to change the name of the exe file generated
i.e., xyz.exe instead of winvnc.exe
in debug build as well as in release build
please help me.
I'm working on source code verstion 1.0.6.4
I want to change the name of the exe file generated
i.e., xyz.exe instead of winvnc.exe
in debug build as well as in release build
please help me.
- 2009-11-26 07:52
- Forum: Old messages
- Topic: How to make installer
- Replies: 3
- Views: 2359
Re: How to make installer
Hi,
thanks for the reply
I didn't understand this Inno Setup.
But I used Install Jammer
thanks for the reply
I didn't understand this Inno Setup.
But I used Install Jammer
- 2009-11-20 06:50
- Forum: Old messages
- Topic: How to make installer
- Replies: 3
- Views: 2359
How to make installer
Hi, I have source code of uvnc. I've made some changes according to our requirement. How can I make installer package? Which files from source code do I have to include in Installer? Which language do I have to use for the dialogue boxes that displayed during installation process, can MFC do the ...
- 2009-11-03 07:50
- Forum: Old messages
- Topic: providing command arguments to exe
- Replies: 0
- Views: 1201
providing command arguments to exe
Hi, I'm working with source code of uvnc. I can pass command argument(-install) to my compiler(visual studio) and able to install winvnc as a service. But when i run it from exe it did not install as a service, I had to manually give command arguments from command prompt. Does any one know how to ...
- 2009-10-29 05:23
- Forum: Old messages
- Topic: source code for latest repeater
- Replies: 5
- Views: 3412
Re: source code for latest repeater
yes i got the link.....
http://www.uvnc.eu/download/distributer ... r)_src.zip
http://www.uvnc.eu/download/distributer ... r)_src.zip
- 2009-10-28 13:52
- Forum: Old messages
- Topic: solved Failed to open service control manager
- Replies: 2
- Views: 9795
Re: Failed to open service control manager
hmmm thanks rudi..
it worked...
*****U ROCK*****
it worked...
*****U ROCK*****
- 2009-10-28 12:53
- Forum: Old messages
- Topic: solved Failed to open service control manager
- Replies: 2
- Views: 9795
solved Failed to open service control manager
Hi,
I was trying to install winvnc from the command line....
It was giving this error.
First I thought it's system generated error message.......But
after gone through the code i found that it's winvnc's error..
Is it due to firewall or something? or
Is it a bug in the code?
I was trying to install winvnc from the command line....
It was giving this error.
First I thought it's system generated error message.......But
after gone through the code i found that it's winvnc's error..
Is it due to firewall or something? or
Is it a bug in the code?
- 2009-10-27 06:40
- Forum: Old messages
- Topic: issues after disabling tray icon
- Replies: 5
- Views: 3734
Re: issues after disabling tray icon
rudi.. I got this hint from one of the forum discussions thanks anyway..... Could you tell me one more thing..?? When I run winvnc from source code I have to manually install winvnc as a service by selecting from tray menu. While installing from exe it provides an option to install server as a ...
- 2009-10-26 13:15
- Forum: Old messages
- Topic: issues after disabling tray icon
- Replies: 5
- Views: 3734
Re: issues after disabling tray icon
hmmm...actually want to know one thing.. when i run uvnc with the source code i get this..... i'm unable to select DSM plugin..... http://img23.imageshack.us/img23/6522/19853616.th.jpg but when I installed from exe i get this... DSM plugin option enabled and already integrated... http://img12 ...
- 2009-10-26 12:51
- Forum: Old messages
- Topic: source code for latest repeater
- Replies: 5
- Views: 3412
Re: source code for latest repeater
ok.........
please put it in the website as soon as you find it
happy searching
please put it in the website as soon as you find it
happy searching
- 2009-10-26 05:53
- Forum: Old messages
- Topic: issues after disabling tray icon
- Replies: 5
- Views: 3734
Re: issues after disabling tray icon
heyyredge wrote:Q1.
winvnc -install (install service and automatic)
when i mention this command in cmd line, it says
failed to open service manager
- 2009-10-26 05:14
- Forum: Old messages
- Topic: source code for latest repeater
- Replies: 5
- Views: 3412
Re: source code for latest repeater
there no official update of repeater since October 2008 hi redge.... but there is link to latest repeater in downloads section of the forum.. its update is shown as july 2009 and also its output is different from the repeater link u provided. The latest repeater mentioned in the website has links ...
- 2009-10-23 12:14
- Forum: Old messages
- Topic: issues after disabling tray icon
- Replies: 5
- Views: 3734
issues after disabling tray icon
Hii, I'm a programmer. I got this Uvnc project in which I have to alter/add few things..... 1. Hide tray icon of server 2. Automate reverse connection of server to repeater and then, task 1 is easy(commented the function that adds trayicon. Actually there was an option in Admin Properties to hide ...
- 2009-10-23 06:42
- Forum: Old messages
- Topic: Very Very new to this.
- Replies: 1
- Views: 1899
Re: Very Very new to this.
step by step procedure can be find here .[topic=5890][/topic]
- 2009-10-23 05:49
- Forum: Old messages
- Topic: Can this be done?
- Replies: 2
- Views: 2080
Re: Can this be done?
it's not a uvnc issue, is it?
- 2009-10-23 05:35
- Forum: DSM plugin
- Topic: how to select DSM plugin if tray icon is disabled?
- Replies: 1
- Views: 5176
how to select DSM plugin if tray icon is disabled?
Hi.........,
How can I select DSM plugin when server icon is disabled??
How can I select DSM plugin when server icon is disabled??