admx-basealt/en-US/basealtpackages.adml
2020-05-27 13:30:33 +04:00

49 lines
1.9 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- (c) 2020 BaseALT, Ltd. -->
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions" revision="1.0" schemaVersion="1.0">
<displayName>ALT packages definitions</displayName>
<description>This file contains the install and remove packages definitions used by ALT operating system.</description>
<resources>
<stringTable>
<string id="ALT_Packages">Packages control</string>
<string id="ALT_Packages_Help">Software installation settings from packages repository.</string>
<string id="packages_install">Software install</string>
      <string id="packages_install_help">This policy defines the list of packages to be installed
Space-separated list of packages:
      </string>
<string id="packages_remove">Software removal</string>
      <string id="packages_remove_help">This policy defines the list of packages to be removed
Space-separated list of packages:
      </string>
      <string id="packages_upgrade">Automatic software upgrade</string>
      <string id="packages_upgrade_help">This policy defines automatic update behavior
Undefined - Do nothing
Disabled - Don't update OS automatically
Enabled - Update OS automatically
      </string>
</stringTable>
<presentationTable>
       <presentation id="packages_install">
<text>List of packages to install:</text>
<textBox refId="InstallPackages">
<label/>
</textBox>
      </presentation>
      <presentation id="packages_remove">
<text>List of packages to remove:</text>
<textBox refId="RemovePackages">
<label/>
</textBox>
      </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>