UltraVNC and windows 7
Hi
Ive just setup a script to install UltraVNC v 1.0.9.6 and when it installs, it hangs on the downloading optional files section.
If i was to run the setup file manually, it works fine. Has anyone else come accross this?
Thanks
Ive just setup a script to install UltraVNC v 1.0.9.6 and when it installs, it hangs on the downloading optional files section.
If i was to run the setup file manually, it works fine. Has anyone else come accross this?
Thanks
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
dyehardfan
13 years ago
Posted by:
lowanna
13 years ago
Hey Guys
I am having the exact same issue here. just need to know the ini switch to use to not ask for optional downloads
ultravnc.ini
[Setup]
Lang=en
Dir=C:\Program Files\UltraVNC
Group=UltraVNC
NoIcons=0
SetupType=full
Components=ultravnc_server,ultravnc_viewer
Tasks=installservice,startservice,installmirror
I am having the exact same issue here. just need to know the ini switch to use to not ask for optional downloads
ultravnc.ini
[Setup]
Lang=en
Dir=C:\Program Files\UltraVNC
Group=UltraVNC
NoIcons=0
SetupType=full
Components=ultravnc_server,ultravnc_viewer
Tasks=installservice,startservice,installmirror
Posted by:
jabelltulsa
13 years ago
This may not be the issue, but the install loads a driver that may be causing a pop-up to install an untrusted blah blah blah ... the trick for me was to load the certificate for the driver first before install. I'll attach the cert and batch file (I think I have both certs from 10961 and 1056)
Rename the installcert file to .BAT and the other two to .CER (the forum would not accept those file types)
First steps of my script:
Log “VNC is being installed†to “outputâ€Â.Edit
Launch “$(KACE_DEPENDENCY_DIR)\InstallUVNCCerts.bat†with params “â€Â.Edit
----- Now continue on with your normal script steps.
Hope this helps.
Rename the installcert file to .BAT and the other two to .CER (the forum would not accept those file types)
First steps of my script:
Log “VNC is being installed†to “outputâ€Â.Edit
Launch “$(KACE_DEPENDENCY_DIR)\InstallUVNCCerts.bat†with params “â€Â.Edit
----- Now continue on with your normal script steps.
Hope this helps.
Posted by:
jabelltulsa
13 years ago
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.