UVNC script after 5.3 upgrade
I just recently upgraded to 5.3. Now when trying to push UVNC install all it does is push the registry changes. No executable starts. I rebuilt the script using the KACE wizard for UVNC
Here is the script. Anyone have any ideas?
On Success
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!Password†to “hex:25,73,85,ba,9e,91,d5,daâ€Â.Edit
Set “HKLM\SOFTWARE\ORL\WinVNC3!MSLogonRequired†to “0â€Â.Edit
Set “HKLM\SOFTWARE\ORL\WinVNC3!NewMSLogon†to “0â€Â.Edit
Set “HKLM\SOFTWARE\ORL\WinVNC3!DisableTrayIcon†to “1â€Â.Edit
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowEditClients†to “0â€Â.Edit
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowProperties†to “0â€Â.Edit
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowShutdown†to “0â€Â.Edit
Launch “SYS\cmd.exe†with params “/C â€Âmkdir “C:\Program Files\UltraVNCâ€Â“â€Â.Edit
Launch “SYS\cmd.exe†with params “/C â€Âcopy “$(KACE_DEPENDENCY_DIR)\ultravnc.ini†“C:\Program Files\UltraVNC\ultravnc.ini†/Y“â€Â.Edit
Launch “SYS\cmd.exe†with params “/C â€Âcopy “$(KACE_DEPENDENCY_DIR)\rc4.key†“C:\Program Files\UltraVNC\rc4.key†/Y“â€Â.Edit
Launch “SYS\cmd.exe†with params “/C â€Âcopy “$(KACE_DEPENDENCY_DIR)\acl.txt†“C:\Program Files\UltraVNC\acl.txt†/Y“â€Â.Edit
Launch “$(KACE_DEPENDENCY_DIR)\UltraVNC_1.0.5.6_Setup.exe†with params “/loadinf=â€Â$(KACE_DEPENDENCY_DIR)\ultravnc.inf“ /verysilentâ€Â.Edit
Launch “C:\Program Files\UltraVNC\MSLogonACL.exe†with params “/i /o â€ÂC:\Program Files\UltraVNC\acl.txt“â€Â.Edit
Here is the script. Anyone have any ideas?
On Success
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!Password†to “hex:25,73,85,ba,9e,91,d5,daâ€Â.Edit
Set “HKLM\SOFTWARE\ORL\WinVNC3!MSLogonRequired†to “0â€Â.Edit
Set “HKLM\SOFTWARE\ORL\WinVNC3!NewMSLogon†to “0â€Â.Edit
Set “HKLM\SOFTWARE\ORL\WinVNC3!DisableTrayIcon†to “1â€Â.Edit
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowEditClients†to “0â€Â.Edit
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowProperties†to “0â€Â.Edit
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowShutdown†to “0â€Â.Edit
Launch “SYS\cmd.exe†with params “/C â€Âmkdir “C:\Program Files\UltraVNCâ€Â“â€Â.Edit
Launch “SYS\cmd.exe†with params “/C â€Âcopy “$(KACE_DEPENDENCY_DIR)\ultravnc.ini†“C:\Program Files\UltraVNC\ultravnc.ini†/Y“â€Â.Edit
Launch “SYS\cmd.exe†with params “/C â€Âcopy “$(KACE_DEPENDENCY_DIR)\rc4.key†“C:\Program Files\UltraVNC\rc4.key†/Y“â€Â.Edit
Launch “SYS\cmd.exe†with params “/C â€Âcopy “$(KACE_DEPENDENCY_DIR)\acl.txt†“C:\Program Files\UltraVNC\acl.txt†/Y“â€Â.Edit
Launch “$(KACE_DEPENDENCY_DIR)\UltraVNC_1.0.5.6_Setup.exe†with params “/loadinf=â€Â$(KACE_DEPENDENCY_DIR)\ultravnc.inf“ /verysilentâ€Â.Edit
Launch “C:\Program Files\UltraVNC\MSLogonACL.exe†with params “/i /o â€ÂC:\Program Files\UltraVNC\acl.txt“â€Â.Edit
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
afincher
13 years ago
Looks correct to me. I've duplicated the "wizard" provided script & modified it to have the newer version of uVNC.
Mine (working):
I know I've had issues because Microsoft Forefront (our antivirus) was blocking the exe from running.
Mine (working):
On Success
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!Password†to “**************â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3!MSLogonRequired†to “0â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3!NewMSLogon†to “0â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3!DisableTrayIcon†to “0â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowEditClients†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowProperties†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowShutdown†to “1â€Â.
Launch “SYS\cmd.exe†with params “/C â€Âmkdir “C:\Program Files\UltraVNCâ€Â“â€Â.
Launch “SYS\cmd.exe†with params “/C â€Âcopy “$(KACE_DEPENDENCY_DIR)\ultravnc.ini†“C:\Program Files\UltraVNC\ultravnc.ini†/Y“â€Â.
Launch “$(KACE_DEPENDENCY_DIR)\UltraVNC_1.0.9.6.1_Setup.exe†with params “/loadinf=â€Â$(KACE_DEPENDENCY_DIR)\ultravnc.inf“ /verysilentâ€Â.
I know I've had issues because Microsoft Forefront (our antivirus) was blocking the exe from running.
Posted by:
trentderby
13 years ago
Posted by:
Palmjx
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.