/build/static/layout/Breadcrumb_cap_w.png

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 8k  |  Created: 07/28/2005

Average Rating: 0
Acrobat has 14 inventory records, 51 Questions, 7 Blogs and 39 links. Please help add to this by sharing more!

Deployment Tips (8)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 2 ratings
Most Commonly Reported Deployment Method
Repackaged (to a setup.msi)

Deployment Tip Summary

You may also use RebootYesNo=No as property to avoid inopportune reboots.
123
Command Line

You may also use RebootYesNo=No as property to avoid inopportune reboots.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
120
Note
7.10 culative patch is available from http://www.adobe.com/support/downloads/detail.jsp?ftpID=3948

Extract the AcPr710.msp from the AcroProUpd710_all_cum.exe using WinZip. This will update any prior version of 7.x. It also requires a reboot for whatever reason. I've suppressed it in the command lines.

You can apply it to PC's that already have 7.x installed with the following command line:

msiexec /p c:\packages\AcPr710.msp REINSTALLMODE=OMUS RINSTALL=All REBOOT=ReallySuppress /qn

To confirm the installation check the version of c:\Program Files\Adobe\Acrobat\Acrobat_SL.exe it should be 7.1.0.643
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
119
Note
To Prevent EULA and Registration window from popping up post install add these registry keys. (Note this is for the TLP version of Adobe Acrobat Pro/Std install)

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\7.0\AdobeViewer]
"EULA"=dword:00000001
"Registered"=dword:00000002
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
119
Note
see below for update installation image.

msiexec /a AcroPro.msi /p Ac705PrP_efgj.msp

To install the 7.0.7 patch to the source location:

msiexec /a AcroPro.msi /p Acro707.msp

The command above patches all the files in the admin installation, allowing you to install 7.0.7 without needing to apply patches later on.

To patch an already existing installation of Acrobat 7.0 - 7.0.8:

msiexec /p Ac705PrP_efgj.msp;Acro707.msp;Acro708.msp REINSTALLMODE=omus REINSTALL=all REBOOT=REALLYSUPPRESS /qn
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Note

To apply the 7.05 update, download the appropriate .exe for Standard or Pro. You can then extract the .msp file using Winzip. This will extract other files as well, but you only need the .msp. (For Standard, it will be Ac705StVP_efgj.msp.) You can then use the "msiexec /p Ac705StVP_efgj.msp REINSTALLMODE=OMUS REINSTALL=ALL" command-line to apply the update.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Security
Settings for the "Adobe PDF" printer and Distiller are saved as "*.jobfile" in a central folder "%ALLUSERSPROFILE%\Documents\Adobe PDF\Settings".

If a system is locked down by setting "readonly" on this folder, users will not be able to customize and save their changed settings there.

This is one fixed folder for all users and can be changed by altering the following registry values:

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Distiller\7.0]
"JobOptionsFolder"="path as Reg_SZ"

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\PDF Settings]
@="path as Reg_SZ"

If one decides to privatize this folder, it may point to a different location (on a homedrive for example). If this folder does not exist or does not contain some preinstalled jobfiles, errors will occur.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Note
VBScript Code for install
Code begins below:
'=================
'Begin Code

strComputer = "."
ALL_USERS = True
strInstallPath = "C:\Acrobat708"
AcrobatMSIParams = "TRANSFORMS=""Adobe Reader 7.0.8.mst"""

Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")

Set objSoftware = objWMIService.Get("Win32_Product")
errReturn = objSoftware.Install(strInstallPath & "\Adobe Reader 7.0.8.msi",AcrobatMSIParams, ALL_USERS)
If Err.Number <> 0 Then
WScript.echo "error"
end If

'End VBScript code
'=======================
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Note

Download Adode Tuner from the Adode web site, add the serial number and create the MST with Tuner. Then you can make any additinal changes using Wise InstallTuner (I'm using v6.01).

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (14)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Acrobat

Version

7.0.1

Contact

Customer Support

Comments

Adobe Acrobat 7.0.1 and Reader 7.0.1 Update

Uninstall String

MsiExec.exe /I{AC76BA86-0000-7EC8-7489-000000000701}

Questions & Answers (51)

Questions & Answers related to Adobe Acrobat

0
ANSWERS
2
ANSWERS
2
ANSWERS
1
ANSWERS
3
ANSWERS
0
ANSWERS
1
ANSWERS
1
ANSWERED
2
ANSWERS
1
ANSWERS
1
ANSWERS
2
ANSWERS
2
ANSWERS
4
ANSWERS
2
ANSWERS
4
ANSWERED
1
ANSWERED
4
ANSWERED
2
ANSWERS

Reviews (0)

Reviews related to Adobe Acrobat

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ