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

Create a Desktop Icon for Reverse Connection

Any features you would like to see in UltraVNC? Propose it here
Post Reply
Fred

Create a Desktop Icon for Reverse Connection

Post by Fred »

is it possible to have an option to create a Desktop Icon for Reverse Connection during Setup Process, i.e. an advance setting button from setup to check an option to create desktop icon, custom setting, ....etc ?


Thanks
RobH
Former moderator
Former moderator
Posts: 113
Joined: 2004-05-03 18:04
Location: Chicago, IL

Create a Desktop Icon for Reverse Connection

Post by RobH »

Yes, I agree!
Can we have an executable just like the winvnc.exe to launch the reverse connect?
Also would need it to have a check box or something to call the ecryption plugin. That would be great.
Maybe also hold previous entries that are entered in the add new client box.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6838
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Indeed, reverse connections are not that easy and have to be made
be the user that need support.

If i made something like it, it will be a dedicated revers server
without registry setting and password.
All options are " branded in the exe" by a server creator, the user only
get one button, connect... and even for some of them that would be difficult.
Fred

Post by Fred »

It can have an advance option button from the setup script to enter the reverse server ip/dns name, since it need no password for the viewer to listen therefore, it just create a shortcut icon on the desktop with "winvnc -connet <entered viewer address>"

Thanks
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6838
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Will not work.
winvnc -connect require the winvnc is already running

You need to create a bat file that start
winvnc.exe
Sleep
winvnc.exe -connect %.......

But some people don't want the incoming connect open,
some users are realy paranoid that the boss is spying on
them.
RobH
Former moderator
Former moderator
Posts: 113
Joined: 2004-05-03 18:04
Location: Chicago, IL

Post by RobH »

Even this causes a problem.
I need to start the winvnc.exe outside of the batch file. I have my setup program start it, then call a batch file like this:

Doze 5
winvnc.exe -connect %.......

For some reason the winvnc.exe process in the same batch as the connect, even with the sleep or doze command seems to hang the batch file. It's like winvnc.exe doesn't return a finished starting up command or something.
Not complaining, just not sure why it doesn't play nice in the same batch file.
Mr-Fly
Posts: 2
Joined: 2004-04-24 10:42
Contact:

Post by Mr-Fly »

oh yeah,
I would love that feature.
Right now, I usually get them on the phone, telling them:
winvnc start
enter any pass and then ok
add new client (thats the hard part, to get a simple user to find the symbol)

It would be good, If I could even "produce" an exe.
which means, I can embed already the address.

I have a dyndns address, which the user can use.

Kind Regards

Fly
RobH
Former moderator
Former moderator
Posts: 113
Joined: 2004-05-03 18:04
Location: Chicago, IL

Post by RobH »

Create a batch file to call the add new client command and put the icon on the desktop. Have them start the server like you normally due then have them click this batch file:

winvnc.exe -connect

This makes that box popup. Make sure the batch file is in the ultra directory. 8)
Mr-Fly
Posts: 2
Joined: 2004-04-24 10:42
Contact:

Post by Mr-Fly »

not that easy.
usually i send them the stuff first.
so I have no access to the computer.
Thats why one .exe which comes in a mail for them would be great :-)
RobH
Former moderator
Former moderator
Posts: 113
Joined: 2004-05-03 18:04
Location: Chicago, IL

Post by RobH »

I use Setup Factory 6.0
I don't know how to program and was able to get this to work for me and all my vnc installs. Check it out:
http://www.indigorose.com/sf/index.php
RobH
Former moderator
Former moderator
Posts: 113
Joined: 2004-05-03 18:04
Location: Chicago, IL

Post by RobH »

Fred wrote:It can have an advance option button from the setup script to enter the reverse server ip/dns name, since it need no password for the viewer to listen therefore, it just create a shortcut icon on the desktop with "winvnc -connet <entered viewer address>"

Thanks
I can't create a windows shortcut that will execute:
winvnc -connect 192.192.192.0
Do you mean create a batch file? I've done that. I would like a windows icon to call the -connect 192.192.192.0
Fred

ShortCut

Post by Fred »

O, all my client is running winvnc at startup therefore, it need only a shotcut on the desktop to run "winvnc -connect <support.call.com> "


thanks
RobH
Former moderator
Former moderator
Posts: 113
Joined: 2004-05-03 18:04
Location: Chicago, IL

Re: ShortCut

Post by RobH »

Fred wrote:O, all my client is running winvnc at startup therefore, it need only a shotcut on the desktop to run "winvnc -connect <support.call.com> "


thanks
I'm not sure how you can create a shortcut on the desktop that will call that command.
You can create a shortcut to winvnc.exe but how are you running a shortcut with the -connect switch? If you do that it gives me an error about not being able to find the program.
I can only get it to work in a batch file.
Can you put exactly how you are setting the icon up?
Post Reply