Skip to main content
AdobeKeegan
Participant
May 17, 2014
Question

Unable to use a patched Adobe Reader 11.07 in Adobe customization wizard

  • May 17, 2014
  • 1 reply
  • 3075 views

After using the guideline from this post: Unable to install 11007 update via msi package

I am unable to use the customization wizard since the updated files contains no setup.ini, setup.exe, data.cab and ABCPY.ini.
This have changed since 11.06.

How can i make an updated build and then use the customization wizard?

11.06 metod:

AdbeRdr_nb_NO.exe -nos_o"C:\adobe" -nos_ne

msiexec /a AcroRead.msi /p AdbeRdrUpd11006.msp     -update files in same folder as above

folder contains: unpacked install and ABCPY.ini, AcroRead.msi, setup.exe, setup.ini and data1.cab

then use Adobe customization wizard

11.07 metod:

AdbeRdr_nb_NO.exe -nos_o"C:\adobe" -nos_ne

msiexec /a AcroRead.msi - here I am getting an error trying to use same folder as above, using new folder ok

msiexec /a AcroRead.msi /p AdbeRdrUpd11007.msp - again error in using same folder as above, making a 3 folder ok
folder contains: unpacked install and AcroRead.msi only.

Installs fine, but unable to use customization wizard.

This topic has been closed for replies.

1 reply

EnterpriseHelp
Inspiring
May 19, 2014

Hi,

I'm not completely clear on what you are attempting, but nothing has changed from 06 to 07.

You can only use the Wizard once per install. That is you can't pile customizations on top of customizations with each update. If you want to customize the MSI, you should be starting over with a full installer with a new MSI (which it looks like you are) in a new folder.

hth,

Ben

AdobeKeegan
Participant
May 19, 2014

Hi brogers_1!

I want to take the latest Adobe Reader 11 version and then integrate the latest patch(11.07).

Then I want to modify the install in Adobe Customizations wizard.

With 11.06 this was no problem.

I did this:

AdbeRdr_nb_NO.exe -nos_o"C:\adobe" -nos_ne  - to extract the install

msiexec /a AcroRead.msi /p AdbeRdrUpd11006.msp     -integrate the update in the base install.

folder contains: unpacked install and ABCPY.ini, AcroRead.msi, setup.exe, setup.ini and data1.cab

then use Adobe customization wizard

With 11.07 when i try the same procedure the install fail with message of missing a acroext.exe file.

as posted here: https://forums.adobe.com/thread/1474695

You have to use this command: msiexec /a AcroRead.msi - but then you get a folder without files required for adobe customization wizard

EnterpriseHelp
Inspiring
May 19, 2014

If you've already modified the install with an MST, you cannot do it again. Is that what you are trying to do?

Also, the other thread you mentions specifies the correct method for updating an AIP. Are you following those instructions and the steps in the Admin Guide?