I have a problem getting ACL to work for my auotmated install script. I have been forced to use NON ACL to get things working for the time being.
I have the following files for my automated install.
UltraVNC-102-Setup.bat
Code: Select all
set curpath=%~dp0
cd %curpath%
echo installing UltraVNC 1.0.2 ...
"%curpath%"\UltraVNC-102-Setup.exe /dir="%ProgramFiles%\VNC" /loadinf="%curpath%\UltraVNC-102-Setup.inf" /silent
call "C:\Program Files\VNC\repeater.exe" -install
net start repeater_service
Code: Select all
[Setup]
Lang=en
Group=Questek CareView\VNC
NoIcons=0
Components=server,server\driver,dsm,viewer,repeater
Tasks=installservice,startservice,properties,cleanreg,associate
AclFile=UltraVNC-102-Setup.txt
PropertiesFile=UltraVNC-102-Setup.reg
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ORL]
[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3]
"AllowLoopback"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default]
"QueryAccept"=dword:00000001
"Password"=hex:aa,bb,cc,dd,ee,ff,00,11
"AllowShutdown"=dword:00000000
"AllowProperties"=dword:00000001
"AllowEditClients"=dword:00000000
Code: Select all
allow 0x00000003 BUILTIN\Administrators
allow 0x00000003 .\user
Any help much appreciated
Jim
[mod=494,1186912355]moved from General help to MS Logon ...[/mod]