Flash Player Scripting
I am using a KScript to uninstall all old versions of flash with the .exe uninstaller. Works great.
I am then installing the latest version of flash, msi version, with the same script. The question is how can I prevent the flash player update service from running? I do not want auto-updates.
This is how I am installing latest version of flash.
Launch c:\windows\system32\msiexec.exe with params “/i \install_flash_player_23_active_x.msi/qn /NORESTART
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
anonymous_9363
8 years ago
Add a file MMS.CFG to the package using a transform.
The content of the file should be:
SilentAutoUpdateEnable=0
AutoUpdateDisable=1
As you might expect, this stuff is extensively documented here at IT Ninja and elsewhere.