I've created a package using CCP 1.9 for a standalone Acrobat Pro DC.
With the previous version (Acrobat XI), we programmatically set this to ON or OFF using this registry:
[HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\11.0\Originals]
"bBrowserIntegration"=dword:00000001
or
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000- C000-000000000046}]
"AcroPDF.PDF.1"=hex(0):00,00
Now this methods is irreversible - It always open in browser. Is there a new way to programmatically set this to ON or OFF?