UVNC - uvnc bvba certificate
I had some problems using the scripting engine to get the UVNC certificate loaded. I found this article that will use a Computer Settings GPO to put the cert into Trusted Publishers.
http://www.bibble-it.com/2008/09/03/adding-trusted-publishers-certificate-with-group-policy
This problem effects Windows 7, and it can stop the installation of UVNC if you choose to install the video driver. You get a prompt asking you to allow the installation from an untrusted source. This fixes that problem.
I have attached the certificate in case you need it. (rename to .cer)
http://www.bibble-it.com/2008/09/03/adding-trusted-publishers-certificate-with-group-policy
This problem effects Windows 7, and it can stop the installation of UVNC if you choose to install the video driver. You get a prompt asking you to allow the installation from an untrusted source. This fixes that problem.
I have attached the certificate in case you need it. (rename to .cer)
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
dchristian
13 years ago
Posted by:
jabelltulsa
13 years ago
Thanks for the feedback, D. I had problems getting that command to run. I think my quotes were wrong, but I couldn't get it sorted.
The GPO worked like a champ.
I just realized that I put the 1.0.9.6.1 certificate in my last post. I'll attach the 1.0.5.6. As before, ren to txt
The GPO worked like a champ.
I just realized that I put the 1.0.9.6.1 certificate in my last post. I'll attach the 1.0.5.6. As before, ren to txt
Comments:
-
Hi,
I don't find the link to the certificate on the post.
Where can I find it and do you have one for the latest version 1.0.9.6.2 ? - smelfra 11 years ago
Posted by:
jabelltulsa
13 years ago
ORIGINAL: dchristian
You can install the cert as part of the script.
Try something like this:
certutil -f -addstore "TrustedPublisher" cert.cer
Yup did some refiguring, and this worked well.
Here is my install.bat file:
certutil -f -addstore "TrustedPublisher" Ultravnc1056.cer
certutil -f -addstore "TrustedPublisher" Ultravnc10961.cer
Run as a post install task with the two certs as dependencies. All working.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.