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
SC Launcher ver 1.0 - Remote Support
SC Launcher ver 1.0 - Remote Support
Product has been updated to ver 1.1.
See info here:
[topic=3387][/topic]
See info here:
[topic=3387][/topic]
Last edited by cheaha on 2005-07-05 20:12, edited 2 times in total.
good start!
great addition! here are some bugs that I found on my end:
1. email invoice does not work - do you need to login to the email server before sending out an email from your run.exe app?
2. how do the links work? i tried setting up a url w/a d/loadable file...for example: http://www.foo.com/sc.exe
but when i click on that link, it doesn't download the file from the website.
3. timer is nice... only li'l quirk is that the QUIT option is within reach where a user can intentionally or accidentally stop the timer
definitely a good start in the right direction!
thanks for your efforts!
TKD
1. email invoice does not work - do you need to login to the email server before sending out an email from your run.exe app?
2. how do the links work? i tried setting up a url w/a d/loadable file...for example: http://www.foo.com/sc.exe
but when i click on that link, it doesn't download the file from the website.
3. timer is nice... only li'l quirk is that the QUIT option is within reach where a user can intentionally or accidentally stop the timer
definitely a good start in the right direction!
thanks for your efforts!
TKD
Okay to Clerify Some Things
Okay guys,
Topic 1: Email
Email is a bit trickey with a program this size, windows (for security reasons) makes it pretty difficult to send an email without user intervention, so what I was left to do was communicate directly with the receiving SMTP server. This means the server that grabs your email from the internet. Most of those servers will only devliver email to addresses on their network, they don't "relay" messages, as this is how SPAM is created.
So email may work for some of you, and not others, make sure that you use the link I listed in the readme post to find out the MX record for your email domain. This will identify your receiving SMTP server. Like I said, some with work and others won't..mine does.
http://www.webmaster-toolkit.com/mx-record-lookup.shtml
One final note: If you don't collect user inforamtion, there is no email attempt, period. This is reguardless of the setting in the INI file. SO, collect user information if you want an emailed invoice. You can however, collect user information and disable the email, thus the reason for the email toggle setting in the INI file.
Topic 2: Reboot
I should have been more specific in my description of this, what I mean was system level ability to remote restart, and the ablility to logon/logoff without losing connection.
I am currently working on the ability to reboot and auto-reconnect. This is tricky b/c the 7zip.sfx.exe is designed to delete all files when the execution is complete. To add restart, and reconnect to the equasion, files would actually have to be installed to the host computer, then removed. I really wanted to avoid this, but there is no way arround that fact.
Topic 3: Links
The links are availible by clicking the purple button on the timer. You click the link and then it should download and auto-execute the program. This is also designed to be used with self extracting archive exe's. I use mine for Virus Scanner, and Spyware removal. NOTE: you can only run one tool at a time.
Hope you guys find this useful, let me know.
Topic 1: Email
Email is a bit trickey with a program this size, windows (for security reasons) makes it pretty difficult to send an email without user intervention, so what I was left to do was communicate directly with the receiving SMTP server. This means the server that grabs your email from the internet. Most of those servers will only devliver email to addresses on their network, they don't "relay" messages, as this is how SPAM is created.
So email may work for some of you, and not others, make sure that you use the link I listed in the readme post to find out the MX record for your email domain. This will identify your receiving SMTP server. Like I said, some with work and others won't..mine does.
http://www.webmaster-toolkit.com/mx-record-lookup.shtml
One final note: If you don't collect user inforamtion, there is no email attempt, period. This is reguardless of the setting in the INI file. SO, collect user information if you want an emailed invoice. You can however, collect user information and disable the email, thus the reason for the email toggle setting in the INI file.
Topic 2: Reboot
I should have been more specific in my description of this, what I mean was system level ability to remote restart, and the ablility to logon/logoff without losing connection.
I am currently working on the ability to reboot and auto-reconnect. This is tricky b/c the 7zip.sfx.exe is designed to delete all files when the execution is complete. To add restart, and reconnect to the equasion, files would actually have to be installed to the host computer, then removed. I really wanted to avoid this, but there is no way arround that fact.
Topic 3: Links
The links are availible by clicking the purple button on the timer. You click the link and then it should download and auto-execute the program. This is also designed to be used with self extracting archive exe's. I use mine for Virus Scanner, and Spyware removal. NOTE: you can only run one tool at a time.
Hope you guys find this useful, let me know.
Last edited by cheaha on 2005-04-06 19:16, edited 1 time in total.
Suggestion for invoice...
Instead of emailing the invoice, how about posting a file on an ftp server? that would be perfect for a workaround for those who don't have the email capability you referred to.
Thanks again for donating the supplemental app... there's great potential once everything is working well on it!
-TKD
Thanks again for donating the supplemental app... there's great potential once everything is working well on it!
-TKD
Resource Hacker maybe?
You should be able to use this on the .sfx (edit: or even the final .exe, come to think of it - do it on the .sfx if you'd want to make it the default icon for all your SFX's).ChrisH wrote:how can i give the sc.exe the icon1.ico with 7-zip instead of the standard icon of ms or what it is?
http://www.users.on.net/johnson/resourcehacker/
I'm about 99% sure it will work. It opens in ResHack anyway, and I see the icon - so it shouldn't be hard to replace.
There may be a more "proper" way of doing this, but this should do the trick =)
-Ares
Last edited by Ares on 2005-04-07 15:14, edited 3 times in total.
SC Launcher ver 1.0
With SC Launcher is there still the timeout of 5 minutes after which SC dies, or does the launcher keep the SC still alive ?
My problem is that timeout of 5 minutes is too low
Thanks for any reply
My problem is that timeout of 5 minutes is too low
Thanks for any reply
MARS
Re: SC Launcher ver 1.0
go check your thread.MARS wrote:With SC Launcher is there still the timeout of 5 minutes after which SC dies, or does the launcher keep the SC still alive ?
My problem is that timeout of 5 minutes is too low
Thanks for any reply
Re: SC Launcher ver 1.0
go check your thread?? what does that mean?Ipsec wrote:go check your thread.MARS wrote:With SC Launcher is there still the timeout of 5 minutes after which SC dies, or does the launcher keep the SC still alive ?
My problem is that timeout of 5 minutes is too low
Thanks for any reply
Cheeha I really like this add on. I need the timer feature AND the people I help are not smart enought to be able to download and unzip something. One question. I use RC19.5 for both server and view. I run window ME on the machine I am probably going ot be doing the support from. ME runs fine with the regular Ultraview. Do I HAVE to upgrade to RC20?
The page at
http://sc.uvnc.com/index.php?section=19
seems a little unclear to me.
Here is what it says.
If I have to upgrade, I have to. It is just going to require doing some uninstalls and reinstalls at work and registry edits to get the FTImpersonation key correct. I would just like to avoid that if I could.
Thanks.
The page at
http://sc.uvnc.com/index.php?section=19
seems a little unclear to me.
Here is what it says.
then further down it says:UltraVncSC based on RC20+accept incoming connection
Require special Viewer (TO TEST) or Viewer RC203
SC updated for win98, alpha blending disabled on 9.x
It just seems a bit unclear to me.UltraVncSC based on RC20 (OK)
If I have to upgrade, I have to. It is just going to require doing some uninstalls and reinstalls at work and registry edits to get the FTImpersonation key correct. I would just like to avoid that if I could.
Thanks.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Use the top, RC20 has a win98 Black screen bug (alpha blending)
You need viewer RC205 or RC203
A viewer require no installation as it is just 1 exe.
But you can easy have the 2 viewers together on a system
Just give them other names.
viewerRC195.exe viewer RC205.exe
Viewers don't use registry (except for the last used list)
You need viewer RC205 or RC203
A viewer require no installation as it is just 1 exe.
But you can easy have the 2 viewers together on a system
Just give them other names.
viewerRC195.exe viewer RC205.exe
Viewers don't use registry (except for the last used list)
Re: SC Launcher ver 1.0
he started two conversations about the same thingShaba1 wrote:go check your thread?? what does that mean?Ipsec wrote:go check your thread.MARS wrote:With SC Launcher is there still the timeout of 5 minutes after which SC dies, or does the launcher keep the SC still alive ?
My problem is that timeout of 5 minutes is too low
Thanks for any reply
i responded in the other.. not both.
I told him to check his thread.. thats what "Go check your thread means" its nothing with the actual program itself.. lol
[topic=2883][/topic]
Last edited by ipsec on 2005-05-21 03:10, edited 1 time in total.
Very Good Job !
Hi, Cheaha:
I'm trying your Launcher 1.0 application and works fine till now.
It's possible add some feature to translate the customer info form and the goodbye form to other languages??
p.e. in setup.ini file
Otherwise, It would be possible you publish the vb6 code?
(I know that it is too much to request to you but....)
What about Nat2Nat Integration with SC?
Thanks for your Launcher. I'ts a great job.
I'm trying your Launcher 1.0 application and works fine till now.
It's possible add some feature to translate the customer info form and the goodbye form to other languages??
p.e. in setup.ini file
Otherwise, It would be possible you publish the vb6 code?
(I know that it is too much to request to you but....)
What about Nat2Nat Integration with SC?
Thanks for your Launcher. I'ts a great job.
Yeah
Devloupment continued, and I have now added reboot capibilities and a new methiod of launch that works with NT, 2000, and XP. If there is enough interest I will dive back into the code and make it generic for you guys. (all settings in INI).
I would like to be kept abreast of this topic. I think that this is the most useful of the specialized SC versions for me. The only thing I would need is that it work on 98 and ME and also some instructions on how to test it on the same machine to make sure everything worked. OF course NAT2NAT would be the ultimate support tool. $10 is coming your way via pay pal my next payday.
Okay
Okay,
I'm glad that there is still some interest. Launcher has gotten much more powerful than before. It can now reboot and auto-reconnect, it also has the ability to run as a system level process in NT, 2000, and XP.
As for 9x and ME support, "it's in there", you just can't run it as a sytem level process.
My only issue is time, after the inital release, I made some modifications that were my company specific (graphics mainly), I'll need to pull those out and make it so that it can specified via the INI file.
For you newbie's out there, in version 1 ALL of the settings are availible for your editing in the INI file. It's really pretty self explanitory, just read the example INI file.
Thanks for the donation, I'll be getting you a early copy of the next release.
I'm glad that there is still some interest. Launcher has gotten much more powerful than before. It can now reboot and auto-reconnect, it also has the ability to run as a system level process in NT, 2000, and XP.
As for 9x and ME support, "it's in there", you just can't run it as a sytem level process.
My only issue is time, after the inital release, I made some modifications that were my company specific (graphics mainly), I'll need to pull those out and make it so that it can specified via the INI file.
For you newbie's out there, in version 1 ALL of the settings are availible for your editing in the INI file. It's really pretty self explanitory, just read the example INI file.
Thanks for the donation, I'll be getting you a early copy of the next release.
cheaha
I have questions on your launcher.
#1 what EXACTLY to those urls at the bottom of the text file do.?? Do the automatically download programs. Or do they indicate to the person running the server that he has to click those links
#2 IF they automatically download programs would it be possible to have them download NSC.exe and run it with already set up setting.
My main problem with SC is that I work off public 802.11 access points. So even when I can open a port (on an unprotected access point/router) I really do not think I should do that to someone elses equipment. So the access point on my side would block the incoming connection from the SC server.
I have questions on your launcher.
#1 what EXACTLY to those urls at the bottom of the text file do.?? Do the automatically download programs. Or do they indicate to the person running the server that he has to click those links
#2 IF they automatically download programs would it be possible to have them download NSC.exe and run it with already set up setting.
My main problem with SC is that I work off public 802.11 access points. So even when I can open a port (on an unprotected access point/router) I really do not think I should do that to someone elses equipment. So the access point on my side would block the incoming connection from the SC server.
ever here of autoit.?? With that program you have the ability to scrip the mouse movement and clicks that are require to install anything. And you can make it into and exe. This woudl be perfect for programs like a AV or spyware dectector that would require the user to intall.cheaha wrote:The Links are links to tools that you might use to provide support. They will download and auto-execute any file you specify in the URL. I use self extracting zip/rar files, to download and auto execute helper programs.
Remote Support System v1.1 - SC on Steroids
This thread and its discussed software was been rolled into a new product. It offers many new features, check it out here: [topic=3387][/topic]
How install the 'Plugin' in Ultravnc
Hi, sir
I want to knew that how the "Plugin' install in the "UltravncSC"[/b]
I want to knew that how the "Plugin' install in the "UltravncSC"[/b]