Forum Discussion
jenks1300
Dec 23, 2019Copper Contributor
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
Thijs Lecomte
Dec 23, 2019Bronze 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
- 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
- Pankaj_Sharma1610Mar 08, 2021Copper ContributorHi Thijs
I followed your instructions but doesnt seem to work - jhilla777Feb 17, 2021Copper 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?