Forum Discussion

jenks1300's avatar
jenks1300
Copper Contributor
Dec 23, 2019

Adobe Acrobat Pro Deploying with Intune in Windows 10

I need some up to date instructions on deploying Adobe Acrobat Pro with Intune in Windows 10.

 

Thanks

5 Replies

  • I tried the same but doesnt work for me, did you manage to deploy pro in intune
  • Thijs Lecomte's avatar
    Thijs Lecomte
    Bronze Contributor
    Very down level instructions:

    - Download the Adobe Reader Pro installer
    - Unzip the exe to get the MSI
    - Use the Adobe Customization Tool to custimze the .mst file (this contains all the settings for your install)
    - Create a Win32 app package with as install commandlin msiexec /i AdobeInstaller.msi /qn TRANSFORMS=customfile.mst

    Please reply it you are stuck & I can provide more detailed instructions
    • jhilla777's avatar
      jhilla777
      Copper Contributor

      Thijs Lecomte Have you ever actually tried this?  I'm unable to get it to work.  Are you vaguely posting the commands as hypothetical and the command should be msiexec /i AcroPro.msi /qn TRANSFORMS=<specifictransformfilecreated>.mst or you really meant that command to be exact?