Skip to content

Commit a8ccc77

Browse files
committed
Include RZUpdate.exe (V1.7.1.0) binary
1 parent e18a2ab commit a8ccc77

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ Win10_Sources/rzTools/rufus-3.1p.exe
33
Win10_Sources/rzTools/RuckZuck.exe
44
Win10_Sources/rzTools/oscdimg.exe
55
Win10_Sources/Office/setup.exe
6-
Win10_Sources/sources/$OEM$/$Progs/zander tools/Tools/RZUpdate.exe
7-
Win10_Sources/sources/$OEM$/$Progs/zander tools/RZUpdate.exe
86
Win10_Sources/mOSD.cat
97
Win10_Sources/mOSD.exe
Binary file not shown.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<configSections>
4+
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5+
<section name="RZUpdate.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
6+
</sectionGroup>
7+
</configSections>
8+
<startup>
9+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
10+
</startup>
11+
<system.net>
12+
<defaultProxy enabled="true" useDefaultCredentials="true">
13+
</defaultProxy>
14+
</system.net>
15+
<applicationSettings>
16+
<RZUpdate.Properties.Settings>
17+
<setting name="Customerid" serializeAs="String">
18+
<value />
19+
</setting>
20+
<setting name="DisableBroadcast" serializeAs="String">
21+
<value>False</value>
22+
</setting>
23+
</RZUpdate.Properties.Settings>
24+
</applicationSettings>
25+
</configuration>

0 commit comments

Comments
 (0)