Friday, June 17, 2016

Policy Plus - ADML loading

A couple days ago, I wrote the ADMX loader for Policy Plus. Today I wrote the ADML (language-specific resources) file loader. It's fairly straightforward: it loads the XML document and extracts the string table and presentation table. The official ADML documentation was helpful, with only a few mistakes in whether certain attributes or elements are required.

You can read the AdmlFile.vb code on GitHub.

No comments:

Post a Comment