I have a Windows 7 SP1 system that is a part of a domain. I've imported the domain GPO chrome .admxfile and then created the Chrome GPO policy for 'ExtensionInstallForceList' property by using http://dev.chromium.org/administrators/policy-list-3#ExtensionInstallForcelist as the reference.
To verify that this crx is installed successfully, I packed the extension using the 'Pack Extension' button on Chrome browser that appears in the Developer mode and then I drag-n-drop the '.crx' file to the Chrome browser on the same machine.
I followed instructions as seen here: https://developer.chrome.com/extensions/external_extensions
First, publish the extension in the Chrome Web Store, or package a .crx file and make sure that it installs successfully.
Here is how it looked like:
I used the ID from the above window for the updates.xml file. I even modified the manifest.json file of my extension before packing to add the parameter 'Update_Url' as specified on the page: https://developer.chrome.com/extensions/autoupdate
Then I used a local HTTPS server (prepared using IIS 8.0 on a Windows 2012 server and a self-signed SSL certificate) to place the packed extension '.crx' file as well as the updates.xml file.
Also found that the web.config file in the root path of the IIS server specified the following properties:
application/xml for the update manifestapplication/octet-stream for the CRX file So the (incorrect value here for demo purpose only) GPO settings that I used were:
eelojgpfkmaaabbbccneneemcahoehjo;https://<some.ip.address>:9443/crxSee attached snapshot for reference:

In my IIS server, I've enabled Directory browsing and then chose the root path of the server to point to the parent folder of 'crx'. I am able to access the updates.xml file present inside crx using this above URL.
The list of GPO policies I have in place now (at the time of taking the snapshot it was a Tomcat HTTP server. Later I've tried using IIS HTTPS server too but it still hasn't worked):
For the GPO setting for 'Forced list extension installation', I tried by specifying the path upto updates.xml and also tried by specifying only the path to the folder that contains the updates.xml; however extension didn't install either way.
Can someone please help me point out exactly what is missing?
--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+unsubscribe@chromium.org.
☆PhistucK
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discu...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+unsubscribe@chromium.org.