Hi there,
According to the
Chromium Policy List, I should be able to remove a force-installed extension by sending a new ExtensionInstallForceList that doesn't include that extension. For some reason, this isn't working for me. I'm using MCX in Mac OS X, and finding that the new extensions from the list get installed, but the old ones don't go away. To be more specific, if I run:
Extension 1 will get installed. If I then run:
and verify that the ExtensionInstallForceList property has, in fact, been overwritten:
# Output:
# Key: ExtensionInstallForcelist
# State: always
# Value: (
# )
Extension 2 gets installed as expected, but Extension 1 doesn't get removed.
Any ideas what I might be doing wrong? Does Google Chrome work differently from Chromium in this way?
Thanks,
Arthur