Skip to content

Commit cc0d5f9

Browse files
committed
Removed empty value prefix element. Changed some labels from WAUC to WAUaaS
1 parent 7ba89e0 commit cc0d5f9

2 files changed

Lines changed: 7 additions & 20 deletions

File tree

ADMX/WinGet-AutoUpdate-Configurator.admx

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.04" xsi:schemaLocation="" schemaVersion="1.0" xmlns="http://www.microsoft.com/GroupPolicy/PolicyDefinitions">
1+
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.6" schemaVersion="1.0" xmlns="http://www.microsoft.com/GroupPolicy/PolicyDefinitions">
22
<policyNamespaces>
33
<target prefix="WinGet-AutoUpdate-Configurator" namespace="WinGet-AutoUpdate-Configurator.Configuration.Policies"/>
44
</policyNamespaces>
@@ -32,7 +32,7 @@
3232
<parentCategory ref="Configuration"/>
3333
<supportedOn ref="SupportedOn"/>
3434
<elements>
35-
<list id="List" key="SOFTWARE\Policies\weatherlights.com\Winget-AutoUpdate\List" valuePrefix=""/>
35+
<list id="List" key="SOFTWARE\Policies\weatherlights.com\Winget-AutoUpdate\List"/>
3636
</elements>
3737
</policy>
3838

@@ -171,17 +171,6 @@
171171
</disabledValue>
172172
</policy>
173173

174-
<policy name="Winget-AutoUpdate-ReinstallOnRefresh" class="Machine" displayName="$(string.ReinstallOnRefreshdisplayName)" explainText="$(string.ReinstallOnRefreshexplainText)" key="SOFTWARE\Policies\weatherlights.com\Winget-AutoUpdate" valueName="ReinstallOnRefresh">
175-
<parentCategory ref="Configuration"/>
176-
<supportedOn ref="SupportedOn"/>
177-
<enabledValue>
178-
<decimal value="1"/>
179-
</enabledValue>
180-
<disabledValue>
181-
<decimal value="0"/>
182-
</disabledValue>
183-
</policy>
184-
185174
<policy name="Winget-AutoUpdate-InstallUserContext" class="Machine" displayName="$(string.InstallUserContextdisplayName)" explainText="$(string.InstallUserContextexplainText)" key="SOFTWARE\Policies\weatherlights.com\Winget-AutoUpdate" valueName="InstallUserContext">
186175
<parentCategory ref="Configuration"/>
187176
<supportedOn ref="SupportedOn"/>

ADMX/en-us/WinGet-AutoUpdate-Configurator.adml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
3-
<displayName>WinGet-AutoUpdate-Configurator</displayName>
4-
<description>WinGet-AutoUpdate-Configurator</description>
2+
<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.6" schemaVersion="1.0">
3+
<displayName>WinGet-AutoUpdate-aaS</displayName>
4+
<description>WinGet-AutoUpdate-aaS</description>
55
<resources>
66
<stringTable>
7-
<string id="WAUC">Winget-AutoUpdate-Configurator</string>
7+
<string id="WAUC">Winget-AutoUpdate-aaS</string>
88
<string id="Configuration">Configuration</string>
99
<string id="Mods">Mods</string>
1010
<string id="SupportedOn">Windows 10 and Windows 11</string>
@@ -51,8 +51,6 @@ If you do not configure or disable this policy Winget-Autoupdate will not run on
5151

5252
If you enable or not configure this policy Winget-Autoupdate will not run after installation. If you disable this policy Winget-AutoUpdate will run after each installation.</string>
5353

54-
<string id="ReinstallOnRefreshdisplayName">Reinstall on Policy Update</string>
55-
<string id="ReinstallOnRefreshexplainText">When enabled the Winget-Autoupdate-Configurator will reinstall WAU everytime when a policy is changed. This can be used to remove shortcuts.</string>
5654

5755
<string id="InstallUserContextdisplayName">Install in usercontext</string>
5856
<string id="InstallUserContextexplainText">Install WAU with system and user context executions. This can be used to update software that is only installed within the user profile.</string>
@@ -83,7 +81,7 @@ Please leave this unconfigured or disabled if you use the Modification Configura
8381
<textBox refId="UpdatesAtTime"><label>Time</label><defaultValue>6am</defaultValue></textBox>
8482
</presentation>
8583
<presentation id="ModsPathPresentation">
86-
<textBox refId="ModsPath"><label>Path</label><defaultValue></defaultValue></textBox>
84+
<textBox refId="ModsPath"><label>Path</label><defaultValue/></textBox>
8785
</presentation>
8886
<presentation id="ListPresentation">
8987
<listBox refId="List">List</listBox>

0 commit comments

Comments
 (0)