After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.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 is 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