Hello,
We have recently deployed Flash player 11.5.502.146 through GPO.
Now we want to use the autoupdate feature with an internal repository, so we've followed the instructions from the Flash player Admin Guide and Tyrone Wyatt's Web Log.
Here is the mms.cfg we deployed on clients computers :
AutoUpdateDisable=0
AutoUpdateInterval=0
SilentAutoUpdateEnable=1
SilentAutoUpdateVerboseLogging=1
SilentAutoUpdateServerDomain=internal_repository_fqdn
Our repository seems to work as intended, as shown in flashinstall.log from our clients computers (no errors) :
2013-2-27+8-50-5.795 [info] 1628 internal_repository_fqdn
2013-2-27+8-50-5.795 [info] 1629 internal_repository_fqdn
2013-2-27+8-50-5.795 [info] 1614
2013-2-27+8-50-5.795 [info] 1615
2013-2-27+8-50-5.795 [info] 1618
2013-2-27+8-50-5.795 [info] 1608
2013-2-27+8-50-5.795 [info] 1612
2013-2-27+8-50-5.795 [info] 1620
But now,the update is done after we reboot the computer but installation is not done silently, the user get a window who ask him to download the lastest update.
Is it the way that the background updater works ? Because by silent installation, I was understanding that the user would normally never be prompted and all the installations stuff should go in background.
Does anybody can explain it to me, or give me the right path to get things work without the need to prompt our users for each update?
Regards.