/build/static/layout/Breadcrumb_cap_w.png

Problems with Acrobat X Pro Update Patch Deployment

The package contains msi and msp file. I have tried using the administrative Install but fails in a network. So I decided to go with the separate packages. I have sucessfully Installed the msi file without a patch and another package with a patch. When I try to deploy it in a network it fails but using the command line it works fine.

Command line: msiexec.exe /p "path of the Patch file" /qn (works fine)

I need to deploy the package via network which command I have to use?

I need to use the parameters in 'ini file' section to deploy.


0 Comments   [ + ] Show comments

Answers (6)

Answer Summary:
create separate installers for msi and msp. run the msi first and then msp
Posted by: jagadeish 11 years ago
Red Belt
3

Why don't you apply patch (.msp) on your base msi in your local machine itself and then try to install the patched msi..

msiexec /a <Local Drive>\MyMSI.msi /p <Local Drive>\MyPatch.msp TARGETDIR=<Local Drive>\MyFolder

or

msiexec /a <Local Drive>\MyMSI.msi TARGETDIR=<Local Drive>\MyFolder

and then

msiexec /p <Local Drive>\MyPatch.msp /a <Local Drive>\MyFolder\MyMSI.msi

 


Comments:
  • this doesn't work good with Acrobat and it is difficult to patch later MSPs - piyushnasa 11 years ago
  • piyushnasa, I wonder how you handle the customizations for this kind? like, adding some registries some settings, change of shortcuts, etc? Do you use MST to make changes to the base MSI or you have another MSI for the customization thingy?
    By the way, if you need to run this patch to install to users, you may need to use this:
    msiexec /p patch.msp REINSTALL=ALL REINSTALLMODE=omus
    Running the patch without the 2 extra properties will not patch an existing installation. It will only update the locally cached copy of the MSI database. That is what I think. - dj_xest 11 years ago
    • I need to install the patch through the network please find the details below
      INI file section
      EXEFile=
      AddCommand= - Packaging123 11 years ago
  • EXEFile=msiexec.exe
    AddCommand= /p "path of the Patch file" REINSTALL=ALL REINSTALLMODE=omus /qn - dj_xest 11 years ago
    • The above command not working. - Packaging123 11 years ago
  • Please find the error details below
    'This patch package could not be opened contact the application vendor to verify that is a valid windows installer package' - Packaging123 11 years ago
  • 'This patch package could not be opened contact the application vendor to verify that is a valid windows installer package' - This error could be related to a path or wrong syntax or very long path. Always add a log syntax to verify what is going on of course.
    Can you try a batch file and see if its going to work? Put this line in the batch file on the same location with your msp.

    msiexec.exe /p "yourpatch.msp" REINSTALL=ALL REINSTALLMODE=omus /qn - dj_xest 11 years ago
Posted by: dj_xest 11 years ago
5th Degree Black Belt
2

I want to reiterate what has jagadeish said. That is also what I do and customize it using the Adobe Customization Wizard X. For a complete information on how to do that and manage your patches, you can take some time reading some stuffs from Adobe website itself.

http://helpx.adobe.com/acrobat/kb/enterprise-administration-acrobat-products.html

Posted by: piyushnasa 11 years ago
Red Belt
1

Ask the deployment guys to create 2 separate packages in the tool like in SCCM we can create 2 different packages. One will install the MSI and the other will install the MSP with the command line as you have mentioned above.

They would then have to chain these installs.

Posted by: henrik80 11 years ago
Second Degree Blue Belt
0

How do you deploy it in your network when it fails? Do you get any error message?

Posted by: adilrathore 11 years ago
4th Degree Black Belt
0

Are you using any deployment tool like SCCM, KACE or Altiris to deploy this patch?

 


Comments:
  • I am using the vendor Installer and using Wise tool - Packaging123 11 years ago
 
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