Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.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

Post Reply
cloq
Posts: 2
Joined: 2011-02-01 18:48

[solved]Windows 7 x86 Mirror Driver Windows Security Popup

Post by cloq »

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]
Last edited by cloq on 2011-02-05 00:25, edited 2 times in total.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6831
Joined: 2004-04-23 10:21
Contact:

Re: Windows 7 x86 Mirror Driver Windows Security Popup

Post by Rudi De Vos »

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.
dyehardfan
Posts: 4
Joined: 2011-01-31 22:16
Location: Hattiesburg, MS

Re: Windows 7 x86 Mirror Driver Windows Security Popup

Post by dyehardfan »

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.
Could you go into a little more detail about extracting the cert 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.
cloq
Posts: 2
Joined: 2011-02-01 18:48

Re: Windows 7 x86 Mirror Driver Windows Security Popup

Post by cloq »

@Rudi De Vos and @dyehardfan

Brilliant. It worked.

Thanks!
ken
8
8
Posts: 11
Joined: 2009-04-06 21:29

Re: [solved]Windows 7 x86 Mirror Driver Windows Security Pop

Post by ken »

Can someone make a step by step guide, so I don't have to spend 3 hours of research?
bridge
8
8
Posts: 26
Joined: 2008-09-05 11:46

Re: [solved]Windows 7 x86 Mirror Driver Windows Security Pop

Post by bridge »

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]
Post Reply