Skip to content

Commit dff4567

Browse files
committed
feat: update signtool.exe to10.0.22621.2428
this version supports the /dlib and /dxml arguments required for azure signing.
1 parent e722a51 commit dff4567

12 files changed

Lines changed: 197 additions & 0 deletions
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
3+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
4+
5+
<assemblyIdentity
6+
name="Microsoft.Windows.Build.Appx.AppxPackaging.dll"
7+
version="0.0.0.0"/>
8+
9+
<file name="AppxPackaging.dll">
10+
<comClass
11+
clsid="{5842a140-ff9f-4166-8f5c-62f5b7b0c781}"
12+
threadingModel="Both"
13+
description="AppxFactory class"/>
14+
<comClass
15+
clsid="{DC664FDD-D868-46EE-8780-8D196CB739F7}"
16+
threadingModel="Both"
17+
description="AppxEncryptionFactory class"/>
18+
<comClass
19+
clsid="{378E0446-5384-43B7-8877-E7DBDD883446}"
20+
threadingModel="Both"
21+
description="AppxBundleFactory class"/>
22+
<comClass
23+
clsid="{48DE828C-730C-49AF-AE84-759C609911EE}"
24+
threadingModel="Both"
25+
description="AppxNoValidationFactory class"/>
26+
<comClass
27+
clsid="{F004F2CA-AEBC-4B0D-BF58-E516D5BCC0AB}"
28+
threadingModel="Both"
29+
description="AppxPackageEditor class"/>
30+
<comClass
31+
clsid="{7F00FA1E-9820-47B1-9C4F-8701F1432177}"
32+
threadingModel="Both"
33+
description="AppxPackagingLayoutReader class"/>
34+
<comClass
35+
clsid="{0CF07551-EEF2-420C-B5AB-7E4FEB2249CF}"
36+
threadingModel="Both"
37+
description="AppxFactoryInternal class"/>
38+
<comClass
39+
clsid="{50CA0A46-1588-4161-8ED2-EF9E469CED5D}"
40+
threadingModel="Both"
41+
description="AppxPackagingDiagnosticEventSinkManager class"/>
42+
</file>
43+
44+
<dependency>
45+
<dependentAssembly>
46+
<assemblyIdentity
47+
name="Microsoft.Windows.Build.Appx.OpcServices.dll"
48+
version="0.0.0.0"/>
49+
</dependentAssembly>
50+
</dependency>
51+
52+
</assembly>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
3+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
4+
5+
<assemblyIdentity
6+
name="Microsoft.Windows.Build.Appx.AppxSip.dll"
7+
version="0.0.0.0"/>
8+
9+
<file name="AppxSip.dll"/>
10+
11+
<dependency>
12+
<dependentAssembly>
13+
<assemblyIdentity
14+
name="Microsoft.Windows.Build.Appx.AppxPackaging.dll"
15+
version="0.0.0.0"/>
16+
</dependentAssembly>
17+
</dependency>
18+
19+
</assembly>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
3+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
4+
5+
<assemblyIdentity
6+
name="Microsoft.Windows.Build.Appx.OpcServices.dll"
7+
version="0.0.0.0"/>
8+
9+
<file name="OpcServices.dll">
10+
<comClass
11+
clsid="{6B2D6BA0-9F3E-4f27-920B-313CC426A39E}"
12+
threadingModel="Both"
13+
description="OpcFactory class"/>
14+
</file>
15+
16+
</assembly>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
2+
3+
<assemblyIdentity
4+
name="Microsoft.Windows.Build.Signing.mssign32.dll"
5+
version="0.0.0.0"
6+
/>
7+
8+
<file name="mssign32.dll">
9+
</file>
10+
11+
</assembly>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
2+
3+
<assemblyIdentity
4+
name="Microsoft.Windows.Build.Signing.wintrust.dll"
5+
version="0.0.0.0"
6+
/>
7+
8+
<file name="wintrust.dll">
9+
</file>
10+
11+
</assembly>

vendor/appxsip.dll

361 KB
Binary file not shown.

vendor/mssign32.dll

138 KB
Binary file not shown.

vendor/opcservices.dll

1.78 MB
Binary file not shown.

vendor/signtool.exe

246 KB
Binary file not shown.

vendor/signtool.exe.manifest

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3+
4+
<assemblyIdentity
5+
name=" "
6+
version="0.0.0.0"
7+
/>
8+
9+
<dependency>
10+
<dependentAssembly>
11+
<assemblyIdentity
12+
name="Microsoft.Windows.Build.Signing.mssign32.dll"
13+
version="0.0.0.0"
14+
/>
15+
</dependentAssembly>
16+
</dependency>
17+
18+
<dependency>
19+
<dependentAssembly>
20+
<assemblyIdentity
21+
name="Microsoft.Windows.Build.Signing.wintrust.dll"
22+
version="0.0.0.0"
23+
/>
24+
</dependentAssembly>
25+
</dependency>
26+
27+
<dependency>
28+
<dependentAssembly>
29+
<assemblyIdentity
30+
name="Microsoft.Windows.Build.Appx.AppxSip.dll"
31+
version="0.0.0.0"
32+
/>
33+
</dependentAssembly>
34+
</dependency>
35+
</assembly>

0 commit comments

Comments
 (0)