
SecurityTo lock menuitems use the following way:1. Go to: download the Menu/Toolbar Item Report3.
Adobe Acrobat Xi Pro Download Trial
Extract this file and copy the file PDFScriptMenuItemReport.js to C:Program FilesAdobeAcrobat 10.0AcrobatJavascripts4. Full game monor. Open one.pdf file5. Use the menu item or the button 'Customize Quick Tools' to load 'Menu list' in your menu bar6. Now you can load this new menu item to create one menu item reportHere you'll find all menu items which can be lock. The lock code will be placed in the file 'hidemenu.js' in the folder C:Program FilesAdobeAcrobat 10.0AcrobatJavascriptssee this example to lock 'product registration'://HideMenu.js// Help - Product Registrationapp.hideMenuItem('AMTDynamic1');Thanks a lot. NoteUse DISABLEDESKTOPSHORTCUT property (set to anything you want) to, yes, disable desktop shortcuts.DISABLECACHE (again, set to anything) to disable caching of the package.ISXSERIALNUMBER is (as mentioned previously) used for the serial number.Check the property table for the various EULA properties and reset as required.To get the full lockdown I had to use:HKEYLOCALMACHINESOFTWAREPoliciesAdobeAdobe Acrobat10.0FeatureLockDownRather than:HKEYLOCALMACHINESOFTWAREPoliciesAdobeAcrobat Reader10.0FeatureLockDownAs noted in some articles online. NoteHere is the command line that I used:@echo offmsiexec.exe /i 'servernamelocationacropro.msi” EULAACCEPT=NO REGISTRATIONSUPPRESS=YES SUITEMODE=1 INSTALLLEVEL=101 ASDISABLELEGACYCOLOR=1 IGNOREAAM=1 TRANSFORMS=enGB.mst /qnmsiexec.exe /p “servernamelocationAcrobatUpd1011.msp” /qnThis brings down the update too, also I did have problems when running with normal users as it writes to C:Program Data so you need to relax the following permisisons:C:ProgramDataAdobeC:Program FilesCommon FilesAdobeI gave them modify rights and it works, also you need to have a reboot for this to work.
ScriptAltiris 6.9 Deployment - Customize.mst with Adobe Customization Wizard X.REM Adobe Acrobat Professional 10 Install@echo offset src=c:appssrcacrobat10set startdir=%CD%echo #-echo # Copy src localecho #-echo.if exist%src% (rd /s /q%src%)mkdir%src%xcopy /qey 'servernameSrcFilesAdobeAdobe Acrobat 10 Professional'%src%echo #-echo # Installecho #-echo.c:cd%src%start /w /i AcroPro.msi TRANSFORMS='AcroPro.mst' /qn /L.v c:acrobat.logcd%startdir%. Note1) Using an MSI editor open AcroPro.msi (or AcroStan.msi if you are installing Standard)2) In the 'Property' table change:a. To suppress online registrationREGISTRATIONSUPPRESS YESb) To do a full installationSetupType CompleteIsSetupTypeMin Completec) Automatically accept EULAEULAACCEPT YESd) Set default PDF reader to Acrobat Pro (to set to Acrobat Reader the value is 'Read')DEFAULTVERB Open3) In the 'Property' table add:a.
Adobe Acrobat Professional 10.0 Software Update
Add your product serial numberISXSERIALNUMBER xxxxxxxxxxxxxxxb. Add user nameUSERNAME xxxxx xxxxxxxxc. Add organization/company nameCOMPANYNAME xxxxxxxxxxxxx xxx4) Save it by creating another MSI, for example AcroPromod.msi5) Run installationmsiexec /i AcroPromod.msi /qb /promptrestart.