Quantcast
Channel: Wsus Package Publisher
Viewing all articles
Browse latest Browse all 3825

New Post: Deploy custom update with Flash update modifications

$
0
0
So I think I might be getting somewhere with this. So far I have this:

Custom update with the following steps:
  • Stop service AdobeFlashPLayerUpdateSvc
  • Pause 3 seconds
  • disable service AdobeFlashPLayerUpdateSvc
  • Add a registry key - I'm setting a new key in HKLM\Software so I can track my deployments and make it easier with my installed/installable rules used later
  • Add registry value - As above, for the value I'm using "FlashCustomisationVer" Value "1"
  • Modify registry value - Again same as above - not had time to test what happens if its already there so played it safe
  • Delete file - C:\Windows\SysWOW64\Macromed\Flash\mms.cfg
  • Pause 5 seconds
  • Create file - C:\Windows\SysWOW64\Macromed\Flash\mms.cfg - Content "AutoUpdateDisable=1"
What I still need to see is if I can remove that scheduled task Flash adds but I'm hoping the above will be enough, also I wanted to add a 2nd line into the new cfg file but if you just create a new line in the custom update editor there no new line in the file and its append. I'll test this more when I get a chance.

My installed/installable rules are then just:
RegSz Key - my custom key > Comparison EqualTo Data=1 with RegType32=Ture
RegSz Key - my custom key > Comparison EqualTo Data=1 with Reverse Rule=Ture, RegType32=Ture

Hopefully this might help someone else, if anyone has any ideas on improvements they would be greatly received.

Thanks
Mark

Viewing all articles
Browse latest Browse all 3825

Trending Articles