Kace 1000 UltraVNC deployment in a .zip file
Hi,
We have a Kace 1000 running and I prepared a script for deploying UltraVNC. Locally it is working fine and also when it runs from a share.
Aso soon as I want to run it thru Kace it doesn't work at all.
I have packed everything in a .zip file.
The script which Kace should run is a .bat file.
@echo off
If exist "%ProgramFiles%\uvnc bvba\UltraVNC\1201.txt" (
Goto END
) else (
Goto SETUP )
:SETUP
"%programfiles%\uvnc bvba\UltraVNC\unins000.exe" /verysilent /norestart
"UltraVNC_1_2_01_X64_Setup.exe" /verysilent
"%programfiles%\uvnc bvba\UltraVNC\winvnc.exe" -install
copy "ultravnc.ini" "%programfiles%\uvnc bvba\UltraVNC\ultravnc.ini" /y
copy "1201.txt" "%programfiles%\uvnc bvba\UltraVNC\1201.txt" /y
rmdir /s /q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\UltraVNC"
:END
Exit
Can someone tell me why it's not starting this command script? Other packages are running well.
Thanks for your help or ideas.
- Marc
Answers (0)
Be the first to answer this question