Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Automated Install Problems (ACL)

Should you have problems with the MS logon plugin, here's the place to look for help or report issues
Post Reply
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Automated Install Problems (ACL)

Post by JDaus »

Hi all ... been trying to sort this one out for a while now.

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
UltraVNC-102-Setup.inf

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
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
UltraVNC-102-Setup.txt

Code: Select all

allow	0x00000003	BUILTIN\Administrators
allow	0x00000003	.\user
Im sure its something im doing wrong (with ACL?), but for the life of me, i cannot work out what.

Any help much appreciated
Jim

[mod=494,1186912355]moved from General help to MS Logon ...[/mod]
Last edited by JDaus on 2007-08-12 09:52, edited 2 times in total.
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
Post Reply