Maybe you want to disable functions so that the user can’t get to them.
here are 6 Regkeys in case you don’t want to repackage the whole msi.
HKEY_CURRENT_USERSoftwareAdobeAdobe Acrobat9.0OriginalsiTrustedMode DWORD = 1
HKEY_CURRENT_USERSoftwareAdobeAdobe Acrobat9.0OriginalsbAllowOpenFile DWORD = 0
with this Regkey set to zero you deactivate the option that non PDF attachments can be opened.
HKEY_CURRENT_USERSoftwareAdobeAdobe Acrobat9.0JSPrefsbEnableJS DWORD = 0
with this regkey set to zero you turn of Acrobat Java Script
HKEY_CURRENT_USERSoftwareAdobeAdobe Acrobat9.0JSPrefsbEnableGlobalSecurity DWORD = 0
with this regkey set to zero you deactivate the option security for global objects.
HKEY_CURRENT_USERSoftwareAdobeAdobe Acrobat9.0TrustManagercDefaultLaunchURLPermsiURLPerms REG_DWORD 1
HKEY_LOCAL_MACHINESOFTWAREPoliciesAdobeAdobe Acrobat9.0FeatureLockDownbUsageMessurement Numeric = 0