Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adobe Reader 10.1.4 .msi file SCCM

New Here ,
Aug 27, 2012 Aug 27, 2012

Hi Guys,

I have created adobe reader 10.1.4 .msi file from       adobe reader10.1.4.EXE file

then I have customized it through Adobe Customization Wizard.

Then I am trying it to deploy on 150 computers

IN SCCM ,

I am using below command

AcroRead.msi TRANSFORMS="AdobeReader10.1.4.mst"  /qn

It works fine but in control panel -> Programs and features--> it says , it has installed  Adobe Reader 10.1.0

It should say 10.1.4

Can guys please help me

8.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Aug 28, 2012 Aug 28, 2012

The quarterly EXEs are actually just zipped chained installers. So when you unzip the EXE you get the 10.1 MSI and the 10.1.4 MSP. At deployment time, you have to chain them back together as described in the Wizard doc or Admin Guide.

Here's an example from the Admin Guide:

msiexec.exe /i "[UNC PATH]\AdbeRdr1000_lang_ID.msi" PATCH="[UNCPATH]\AdbeRdrUpd1010_en_US.msp" TRANSFORMS="1036.mst"

hth

Ben

Translate
New Here ,
Aug 27, 2012 Aug 27, 2012

This command, i used to create .msi file from .exe file (10.1.4)

C:\Documents and Settings\administrator.LIV\Desktop>AdbeRdr1014_en_US.exe -nos_o"\sms01\Source$\Adobe Reader X 10.1.4" -nos_ne

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 27, 2012 Aug 27, 2012

Is this problem occuring because last .msi file that Adobe released was 10.1.0 and they haven't released for 10.1.4

so when i try creating .msi file from .exe file although it creates .msi file but it's 10.1.0 .msi file

not 10.1.4 .msi file

?????

Help me out if u guys have any ideas

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 28, 2012 Aug 28, 2012
LATEST

The quarterly EXEs are actually just zipped chained installers. So when you unzip the EXE you get the 10.1 MSI and the 10.1.4 MSP. At deployment time, you have to chain them back together as described in the Wizard doc or Admin Guide.

Here's an example from the Admin Guide:

msiexec.exe /i "[UNC PATH]\AdbeRdr1000_lang_ID.msi" PATCH="[UNCPATH]\AdbeRdrUpd1010_en_US.msp" TRANSFORMS="1036.mst"

hth

Ben

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 27, 2012 Aug 27, 2012
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines