Adobe Acrobat Reader – prepare msi for GPO

  1. Download the installation file:
https://get.adobe.com/reader/enterprise/

2. Extract MSI files:

cmd /c D:\Downloads\AcroRdrDC2300620320_en_US.exe -sfx_o"c:\soft\reader" -sfx_ne

3. Create administrative installation point:

cmd /c msiexec /a "c:\soft\reader\AcroRead.msi" TARGETDIR="c:\soft\reader_deployment"

4. Update administrative installation point

cmd /c msiexec /a "c:soft\reader_deployment\AcroRead.msi" /p "c:\soft\reader\AcroRdrDC2300620320_en_US.msp" TARGETDIR="c:\soft\reader_deployment"

Documentation:

  1. Acrobat Enterprise

Leave a Reply

Your email address will not be published. Required fields are marked *