-
1. Re: Creating mst for flash player 11.2.202.228 msi
RoryRut Apr 2, 2012 3:47 PM (in response to Rick-pri)Just create a transform manually. The only thing in the transform should be to install mms.cfg to the correct location. The mms.cfg file will contain the settings for the updates.
My problem right now is that 11.2.202.228 does not seem to grey out the 'change update settings' and 'Check Now' buttons with 'AutoUpdateDisable=1' in the mms.cfg file.
-
2. Re: Creating mst for flash player 11.2.202.228 msi
pwillener Apr 2, 2012 9:17 PM (in response to Rick-pri)http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html should contain most of the information you are looking for.
-
3. Re: Creating mst for flash player 11.2.202.228 msi
Rick-pri Apr 11, 2012 4:26 AM (in response to Rick-pri)I had to do this in two parts. Firstly I deployed the MSI of 11.2.202.228.
Then I created a startup script .bat file for the computers being deployed to which contained the following:
@echo off
xcopy "\\server\software\Adobe\Flash 11\mms.cfg" "C:\WINDOWS\System32\Macromed\Flash\" /o /y
xcopy "\\server\software\Adobe\Flash 11\mms.cfg" "C:\Windows\SysWOW64\Macromed\Flash\" /o /y
@echo on
The mms.cfg that is copied to the local machines contains the following:
AutoUpdateDisable=0
SilentAutoUpdateEnable=1
This seems to work as I have checked the machines deployed to as they now look like this:



