Skip to main content
Participant
February 21, 2018
Question

How to install silently, with "Never check for updates" selected

  • February 21, 2018
  • 1 reply
  • 3664 views

I figured out that by running install_flash_player_28_active_x.exe with the -install switch, it performs a clean, silent install.  Only problem is that it installs with the "Allow Adobe to install updates" option enabled.  I need to deploy it with the "Never check for updates" option selected.  How do I do that?  I searched the admin guide and this forum and haven't found the answer.

This topic has been closed for replies.

1 reply

_maria_
Community Manager
Community Manager
February 21, 2018

Use the mms.cfg file settings to disable updates, by add the following entries:

AutoUpdateDisable=1

SilentAutoUpdateEnable=0

Save the file at:

32-bit OS: C:\Windows\System32\Macromed\Flash

64-bit OS: C:\Windows\SysWOW64\Macromed\Flash

You'll want to deploy the file to the clients immediately after installation completes.

<edit>
Silent installation installs Flash Player with update option 'Notify me to install updates', not 'Allow Adobe to install updates'.

Participant
February 21, 2018

Thank you for the reply!  Yes, it does turn off the updates.  It still leaves the "Adobe Flash Player Update Service" installed.  If I use the control panel applet to change to Never, that service is removed.  Is there a better way?

P.S.  You are right, vanilla silent install does set it for 'Notify me to install updates'.  Of course that's still not what we need.

_maria_
Community Manager
Community Manager
February 21, 2018

Yes, it does turn off the updates.  It still leaves the "Adobe Flash Player Update Service"

Disabling updates via mms.cfg file doesn't delete the task/service so that they're available should you want to enable updates again via mms.cfg file.  The mms.cfg file is a data file that doesn't trigger the deletion/creation of the task/service like the NCP does.

Whether or not an update check happens is based on the mms.cfg file settings.  The Background Update mechanism queries the mms.cfg entries to check the update options.  If Background Update is disabled nothing happens.