Thanks for the reply brogers_1.
That page will no doubt serve others who stumble across this page.
Now, for the record, if one searches for "EULA" on the page you linked, it will take them to AdobeViewer (PDF Viewer Settings) page here: http://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Windows/AdobeViewer.html?zoom_hi ghlight=EULA
And that confirms that Acrobat uses 'EULAAcceptedForBrowser'. Although the path isn't specified there, its presumably:
- On a 64-bit machine:
- HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\10.0\AdobeViewer
- HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\10.0\AdobeViewer
- On a 32-bit machine:
- HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\10.0\AdobeViewer
- HKEY_CURRENT_USER\SOFTWARE\Adobe\Adobe Acrobat\10.0\AdobeViewer
Since this is a 64-bit machine, here's an export of the former registry location:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\10.0\AdobeViewer]
"EULAAcceptedForBrowser"=dword:00000001
"bLaunched"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\10.0\AdobeViewer]
"EULAAcceptedForBrowser"=dword:00000001
"bLaunched"=dword:00000001
Despite having set that, when I launch Acrobat, I get the Software License Agreement screen.
To be sure I even went as far as adding the above settings to the 32-bit location, but the problem persists.
So, if I'm missing something, kindly point it out!