Skip to main content
Participant
March 21, 2010
Answered

Stop Reader MUI 9.3 install including Adobe.com and AIR

  • March 21, 2010
  • 1 reply
  • 1740 views

I am trying to deploy Adobe Reader 9.3.1 WITHOUT Adobe.com and AIR componets. I have used the customisation tool to manage the install however this tool does not allow you to exclude Adobe.com and AIR from being installed. In the customisation tool it suggests to exclude Adobe.com and AIR to run the install setup.exe from the Reader9 folder. The problem is that statement is true if using the normal Reader but the MUI install does not have a Reader9 folder. Everything is in together.

I did find reference to downloading versions of Adobe products that are designed for enterprise deployments and do not include Adobe.com and AIR however I am not sure if one exists for the MUI install.

Does anyone know how to stop Adobe.com and AIR from installing with the MUI Reader?

This topic has been closed for replies.
Correct answer SimonATS

Add

DISABLE_AIR_SHARE=YES

to your command line.

1 reply

SimonATSCorrect answer
Legend
July 9, 2010

Add

DISABLE_AIR_SHARE=YES

to your command line.

Nety001Author
Participant
July 11, 2010

Thanks for the reply. I will also add this to the AppDeploy website.