I'll look into screen recording since you're not the first one to ask for such a thing. I do recall it being difficult with the repeater in the mix but we'll see.
On my recent test builds I've been able to remove unneeded resources from the winvnc.exe file greatly diminishing its size. My test InstantSupport.exe is 1.1mb.
Thanks for the compliment!
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
The code I have right now is a garbled mess as I was just testing a theory here and there. It's been a while since I've looked at it so I was thinking of just tossing it out the window and starting fresh again.
Now that summer is over I'm starting to get more time for my projects and ChunkVNC is getting close to being a priority again.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Excellent! In the mean time I have been learning a lot about AutoIt and the best practice in reducing the file size, also started to get into WM_NOTIFY and WM_COPYDATA!
Thanks for the tip, I didn't realize this option even existed!
I'll do some testing and hopefully implement this because it would be a great feature to not have to close other VNC servers.
Thanks again.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
1) Run tightvnc server as local user and connected a viewer to it.
2) Modified InstantSupport to use the -multi switch for it's repeater connection.
The UltraVNC server being started with the -multi switch never makes the outgoing connection to the repeater.
It does seem to suppress any messages stating that another VNC server is running.
The UltraVNC server process that InstantSupport spawns stays open while the TightVNC server is running. It seems to react normally.
It doesn't seem to matter whether TightVNC has a viewer connected, just simply having it running prevents the UltraVNC server from making the outgoing connection.
I've tried this on Vista32 and XP.
I was hoping -multi would allow the UltraVNC server to make an outgoing connection to the repeater while another VNC server is running.
Correct me if I'm wrong, the reason I must have looked over this command is that I thought the VNC protocol only allowed one server per user session?
On a positive note, I did find out that the sending the -kill command closes both VNC servers.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
First of all, congratulations for the software, I've been using it a few months and truly is fantastic. One option could be added would be the end to make the application in remote and count the time that has been connected with our client. I mean, once we provide the connection code in the log to save time and sign-off once again add to this log to account for time used. Sorry for my English, I use a translator.
Thanks for the suggestion, I'm not sure how I feel about time tracking support at the moment. I might add it in the future but for now you'll just have to look at the clock.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
I was going to do away with the 8 char limited VNC password all together. Instead I will just automate the SecureVNC password creation. Much more secure this way and no need for all the extra dependencies.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
So you don't actually use that as your primary development vehicle? How up to date is it? Should forkers/contributors just be downloading your latest versions?
Downloading the latest release is the best bet, there is really old code in google that was just me testing some ideas but I doubt it would be useful for anyone.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!