Ok, maybe I am dense, but I still can't, after reading a ton of posts and trying dozens of things, get a silent install going with no downloads. There are several solutions out there but they come with their own sets of problems and/or limitations, and I don't care to trade one problem for another.
The only solution that seems complete is Rudi's suggestion to download inno and bin.zip and customize the setup. After a modicum of research and playing around, I have a modification I am happy with: [post=60911][/post]
However, I can't compile the .iss file. Nor can I find a bin.zip, or anything resembling that for the current release. The files I have found do not have all of the requisite .bmp's and .dll's required to compile the .iss file.
Can someone point me in the right direction?
Thanks,
David
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
Silent Setup
Re: Silent Setup
Bins for the current version can be downloaded from here:
http://www.uvnc.com/download/1064/1064full.html
The bins include .iss files that you can modify to meet your needs. I made a silent install that includes the mirror driver, ultravnc.ini, background.bmp, and my rc4.key. I used the existing UltraVNC_Server_S component group so I could call it with the /verysilent switch.
If you can't compile the .iss file, you may have a syntax error or similar problem. You would need to look at the error message or lines in question to debug that.
Hope this helps!
http://www.uvnc.com/download/1064/1064full.html
The bins include .iss files that you can modify to meet your needs. I made a silent install that includes the mirror driver, ultravnc.ini, background.bmp, and my rc4.key. I used the existing UltraVNC_Server_S component group so I could call it with the /verysilent switch.
If you can't compile the .iss file, you may have a syntax error or similar problem. You would need to look at the error message or lines in question to debug that.
Hope this helps!