Hi,
I'm working on a unattended Install too, but I made a VBS to do it ...
Regarding Registry Keys, here's what I found :
In [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\] , you have to create a value named SoftwareSASGeneration and put it to " dword:00000001 "
If your OS is ...
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
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
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
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 4 matches
- 2011-02-09 12:52
- Forum: Olders
- Topic: Best Practices - Unattended Install?
- Replies: 7
- Views: 17437
- 2011-02-09 02:51
- Forum: Olders
- Topic: Best Practices - Unattended Install?
- Replies: 7
- Views: 17437
Re: Best Practices - Unattended Install?
Alright, well since no one chimed in I'll share what I was able to come up with.
I am using a nested script, below is the file structure and the scripts that I am employing to silently install UVNC v1.0.95:
*File Structure:
[UVNC_Install]
|_Install.bat
|_[UltraVNC]
|_SecureVNCPlugin.dsm ...
I am using a nested script, below is the file structure and the scripts that I am employing to silently install UVNC v1.0.95:
*File Structure:
[UVNC_Install]
|_Install.bat
|_[UltraVNC]
|_SecureVNCPlugin.dsm ...
- 2011-02-01 22:06
- Forum: Olders
- Topic: [solved]Windows 7 x86 Mirror Driver Windows Security Popup
- Replies: 5
- Views: 29519
Re: Windows 7 x86 Mirror Driver Windows Security Popup
It's possible by importing first the uvnc certificat by certutil
(TrustedPublisher)
Then you can install the driver without pupop.
google for
certutil.exe -addstore "TrustedPublisher" mycert.cer
The cert can be extracted from the winvnc exe.
Could you go into a little more detail about ...
(TrustedPublisher)
Then you can install the driver without pupop.
google for
certutil.exe -addstore "TrustedPublisher" mycert.cer
The cert can be extracted from the winvnc exe.
Could you go into a little more detail about ...
- 2011-01-31 22:52
- Forum: Olders
- Topic: Best Practices - Unattended Install?
- Replies: 7
- Views: 17437
Best Practices - Unattended Install?
I am currently using v. 1.08 as I can inject the ultravnc.ini file and rebuild the installer. That doesn't seem to be the case for 1.0.95, so what is everyone doing to complete an unattended installation?