So I think I might be getting somewhere with this. So far I have this:
Custom update with the following steps:
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
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"
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