Internal Error 2602: Applying Acrobat 8.1.6 msp to admin install
I'm attempting to apply the latest Adobe Acrobat 8.1.6 msp to our Acrobat 8 Standard admin install (currently at 8.1.5). During the application of the patch, I get this error:
Adobe Acrobat 8.1.6 - Setup
Internal Error 2602. File, A_FD_AcrobatFNP_dll_814.rtp.
http://img192.imageshack.us/img192/876/acrobatupdateerror.gif
The strange thing is, after the error gets dismissed, the msp is just gone. Deleted. I have tried a couple times. I also get the same error. I have tried it on our Acrobat 9 Pro install too. Does anyone have and ideas?
My next step is to try creating a fresh admin install but these MSPs take forever to install.
Adobe Acrobat 8.1.6 - Setup
Internal Error 2602. File, A_FD_AcrobatFNP_dll_814.rtp.
http://img192.imageshack.us/img192/876/acrobatupdateerror.gif
The strange thing is, after the error gets dismissed, the msp is just gone. Deleted. I have tried a couple times. I also get the same error. I have tried it on our Acrobat 9 Pro install too. Does anyone have and ideas?
My next step is to try creating a fresh admin install but these MSPs take forever to install.
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
parid
15 years ago
http://forums.adobe.com/message/2031083
I found this thread over on the adobe forums. Looks like other people have been having problems applying the 8.1.6 patch to 8.1.4 or 8.1.5 Admin Installs. It works on 8.1.3 though. So I created a new fresh 8.0.0 install patch it to 8.1.0 then 8.1.1 then 8.1.2 then 8.1.3 then directly to 8.1.6. Worked.
I found this thread over on the adobe forums. Looks like other people have been having problems applying the 8.1.6 patch to 8.1.4 or 8.1.5 Admin Installs. It works on 8.1.3 though. So I created a new fresh 8.0.0 install patch it to 8.1.0 then 8.1.1 then 8.1.2 then 8.1.3 then directly to 8.1.6. Worked.
Posted by:
Norpy
10 years ago
Download Acrobat Pro or Standard. Extract the content from the setup.exe so that you get a AcroPro.msi or AcroStan.msi (C:\Adobe\AcroPro.msi)
Then download all the updates you need and put them in the folder you just created. "C:\Adobe\AcrobatUpd910_all_incr.msp" + "C:\Adobe\AcrobatUpd912_all_incr.msp" etc
Open a CMD windows with the location "C:\Adobe". You can shift-rightclick on the "C:\Adobe" and choose "Open command window here" or just CD to the right location.
1. You first need to extract the AcroPro.msi
1.1 msiexec /a AcroPro.msi /qb targetdir="C:\Adobe\Extracted"
2. After the extraction is done, now you can start installing patches
2.1 msiexec /a "C:\Adobe\Extracted\AcroPro.msi" /p C:\Adobe\AcrobatUpd910_all_incr.msp /qr
2.2 msiexec /a "C:\Adobe\Extracted\AcroPro.msi" /p C:\Adobe\AcrobatUpd912_all_incr.msp /qr
2.3 Keep on applying patches till there are no more. Remember to check the right sequence to apply them.
https://helpx.adobe.com/acrobat/kb/update-patch-acrobat-reader-7.html
3.0 You administrative installation is now finished. Rename the "Extracted" folder to something that makes sense and copy it to the location you want. Remember to copy in the setup.ini from the "C:\Adobe\" folder to the C:\Adobe\Extracted\" if you want to use the "Adobe Customization Wizard"
This all can be scripted and this is how I've done it:
Copy the patches and the script into the root of the extracted setup.exe (same location as AcroPro.msi)
______________________________________________________________________________________
:: Extracts the contents from the original .msi to a location.
msiexec /a "%~dp0AcroPro.msi" /qb targetdir="%~dp0Extracted\"
:: Needs to be with the .msi so that the "adobe Cust Wizard" will work.
xcopy /y "%~dp0setup.ini" "%~dp0Extracted\"
:: Add as many lines as necessary to apply all patches
msiexec /a "%~dp0Extracted\AcroPro.msi" /p "%~dp0AcrobatUpd910_all_incr.msp" /qr
msiexec /a "%~dp0Extracted\AcroPro.msi" /p "%~dp0AcrobatUpd912_all_incr.msp" /qr
____________________________________________________________________________________
Posted by:
PackageExpert
15 years ago
Posted by:
parid
15 years ago
Posted by:
PackageExpert
15 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.