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

Adobe Reader DC with customization mst file cannot distribute via SCCM 2012

Guest
Jan 17, 2016 Jan 17, 2016

Adobe Reader DC with customization mst file cannot distribute via SCCM 2012.

Without customization is okay 

0. msiexec /i "AcroRead.msi" /q

All here are failed

1. msiexec /a "AcroPro.msi" /p AcroRdrDCUpd1501020056.msp TRANSFORMS="NoOnline_RemoveOld.mst"

2. msiexec /a “AcroRead.msi” /qn TRANSFORMS="NoOnline_RemoveOld.mst"

3. msiexec /i “AcroRead.msi” /qn TRANSFORMS="NoOnline_RemoveOld.mst"

  

4. AdbeArCleaner.exe /silent /Product=1 /CleanLevel=1  msiexec.exe /i \"AcroRead.msi" /qn TRANSFORMS=AcroRead.mst

Please, anyone know how to do it ?  Just gave me a workable command for distribution of Adobe Reader DC with customization file via SCCM 2012 is okay. Thanks.

@

1.2K
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
Explorer ,
Feb 04, 2016 Feb 04, 2016
LATEST

msiexec /i "AcroRead.msi" /q TRANSFORMS="AcroRead.mst" /L* "%temp%\Acrobat Reader DC install.log"

this is what i use

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