Hi,
Windows 7x86, Administrator, UAC is disabled.
When installing uvnc mirror Driver, I get a popup window:
---------------------
Windows Security
Would you like to install this device software?
Name: UVNC BVBA Display adapters
Publisher: uvnc bvba
---------------------
Is there a way to install the driver without the window from popping up?
I am trying to automate the install of the mirror driver.
Using gpedit is not an option since it requires having to touch the machine.
TIA.
[mod=494,1296865448]added solved to title
solution: open Certificates MMC and then find the certificate and export it[/mod]
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
[solved]Windows 7 x86 Mirror Driver Windows Security Popup
[solved]Windows 7 x86 Mirror Driver Windows Security Popup
Last edited by cloq on 2011-02-05 00:25, edited 2 times in total.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
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.
(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.
-
- Posts: 4
- Joined: 2011-01-31 22:16
- Location: Hattiesburg, MS
Re: Windows 7 x86 Mirror Driver Windows Security Popup
Could you go into a little more detail about extracting the cert from the winvnc.exe?Rudi De Vos wrote: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.
edit: Nevermind, I figured it out. You have to open the Certificates MMC and then find the certificate and export it.
This worked like a charm, I just added it to the installation script before the actual installation.
Now I just need to figure out what the registry keys that UVNC changes on first CAD to remote machine so I can include those in my installer as well and I'll call it a day.
Last edited by dyehardfan on 2011-02-01 23:20, edited 2 times in total.
Re: Windows 7 x86 Mirror Driver Windows Security Popup
@Rudi De Vos and @dyehardfan
Brilliant. It worked.
Thanks!
Brilliant. It worked.
Thanks!
Re: [solved]Windows 7 x86 Mirror Driver Windows Security Pop
Can someone make a step by step guide, so I don't have to spend 3 hours of research?
Re: [solved]Windows 7 x86 Mirror Driver Windows Security Pop
I asked Rudi about this some time ago, a little more detail is listed here:
[topic=17562][/topic]
and some SCCM information here if anyone needs it:
[topic=17587][/topic]
[topic=17562][/topic]
and some SCCM information here if anyone needs it:
[topic=17587][/topic]