Adobe 8 cServerSettings

Status
Not open for further replies.

mscrx

Posts: 310   +2
ok, here is what I have:

- Adobe 8 Standard on 10 computers with the same configuration
- Reviewing setup with an url (intranet)

this setting can be made from inside the preferences or via registry keys.
this settings disappear whenever the users close adobe. thats why we push them with a simple batch on every logon.

batch:

@ECHO OFF
IF EXIST "%ProgramFiles%\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe" %WINDIR%\REG.EXE ADD "HKCU\Software\Adobe\Adobe Acrobat\8.0\Collab\cServerSettings" /V "tDAVFDF" /T REG_SZ /D "intranet.company.com/comments/" /F & GOTO END

the problem is that if the users closes adobe and re-opens it later the setting is gone until they log in again. I would like to find out why this setting always disappears and how to make permanent.

any ideas? I could make it a scheduled task that runs every minute but thats too cheap.
 
ok, I think I have a workaround for the problem of acrobat deleting the reg key when it closes.
I added special permission for the user which denies write and delete but, just to make sure, still allows to set the value.
does somebody know a scriptable way to automate this? I tried with regini but to no avail by now.
 
Status
Not open for further replies.
Back