UltraVNC 1.0.2 Does not support Vista
The version of UltraVNC included with the KBOX appliance shows only a black screen when attempting to control vista clients.
I have uploaded the latest version of VNC to the dependencies for the script and changed the executable path. It is, therefore, installing the new version, but the password is not established on the server, and the other desired customizations(No system tray icon and such) do not take effect.
How can I update the version of VNC that is installed with the KBOX and still manage to configure the installation properly?
I have uploaded the latest version of VNC to the dependencies for the script and changed the executable path. It is, therefore, installing the new version, but the password is not established on the server, and the other desired customizations(No system tray icon and such) do not take effect.
How can I update the version of VNC that is installed with the KBOX and still manage to configure the installation properly?
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
KACE SEs
15 years ago
Step One:
Step Two:
Ultravnc.ini
UltraVNC_105_Setup_W32.exe
Step Three:
Reference:
How to Determine the KBOT Script Number A KBOT, or Script, is an action that you can create in the KBOX and deploy to your machines. It is valueable during troubleshooting to know what number your script is.
To do this find the script in the list of scripts and right-click on it. Then choose "copy link location" (or the equivalent for your browser) and paste that somewhere.
You will get something like this:
http://kbox/adminui/kbot.php?ID=21
The script number in this example is 21
This is the same number that will appear in kbots_cache files, localexecutation.dat and other resources when troubleshooting kbots.
Regards,
Ted
- Install VNC on a test machine (Vista or XP)
- Configure all settings including password
- All settings will be stored in a file called "ultravnc.ini" in "C:\Program Files\UltraVNC"
Step Two:
- Modify the UltraVNC Script in the KBOX to contain the following dependencies:
Ultravnc.ini
UltraVNC_105_Setup_W32.exe
Step Three:
- Modify the Task Section to contain the following:
- On Success:
- Run a batch file
- Script Name = InstallVNC
- Batch File Contents:
mkdir "c:\program files\ultravnc"
REM Copy File from kace directory and put into vnc directory
copy "c:\program files\kace\kbox\packages\kbots\1245\ultravnc.ini" "c:\program files\ultravnc"
REM 1245 is the script number and will mostly be different on your kbox
- Be sure to include the full path where the ultravnc.ini file will resides when the script is executed
- To determine the script number (1245), use the following FAQ: How to determine the Script Number?
- For the picture example, it showed that the script number is 1245
- Program Files\Kace\kbox\packages\kbots\1245
- Launch Program (need to modify this line to launch the new UltraVNC_105_Setup_W32.exe)
- Directory = $(KACE_DEPENDENCY_DIR
- File = UltraVNC_105_Setup_W32.exe (note: file name will vary depending on the version of VNC)
- Parameters = /loadinf="$(KACE_DEPENDENCY_DIR)\ultravnc.inf" /verysilent
Reference:
How to Determine the KBOT Script Number A KBOT, or Script, is an action that you can create in the KBOX and deploy to your machines. It is valueable during troubleshooting to know what number your script is.
To do this find the script in the list of scripts and right-click on it. Then choose "copy link location" (or the equivalent for your browser) and paste that somewhere.
You will get something like this:
http://kbox/adminui/kbot.php?ID=21
The script number in this example is 21
This is the same number that will appear in kbots_cache files, localexecutation.dat and other resources when troubleshooting kbots.
Regards,
Ted
Posted by:
kdasanmartino
15 years ago
Posted by:
kdasanmartino
15 years ago
Posted by:
chrisgrim
15 years ago
I believe that the user interaction is caused because of the change to post 1.0.2 VNC installers where they actually go out to the internet to download the latest files from the web site. In version 5.0 of the KBOX, we have repackaged the VNC installer to avoid this. Trial KBOX is not upgradable currently, but we should be able to post the repackaged VNC to be able to have you set it up with the trial so that it is completely silent. Let me check into it.
Posted by:
kdasanmartino
15 years ago
Posted by:
chrisgrim
15 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.