-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update signtool.exe to10.0.22621.2428
this version supports the /dlib and /dxml arguments required for azure signing.
- Loading branch information
Showing
12 changed files
with
197 additions
and
0 deletions.
There are no files selected for viewing
52 changes: 52 additions & 0 deletions
52
vendor/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
|
||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.AppxPackaging.dll" | ||
version="0.0.0.0"/> | ||
|
||
<file name="AppxPackaging.dll"> | ||
<comClass | ||
clsid="{5842a140-ff9f-4166-8f5c-62f5b7b0c781}" | ||
threadingModel="Both" | ||
description="AppxFactory class"/> | ||
<comClass | ||
clsid="{DC664FDD-D868-46EE-8780-8D196CB739F7}" | ||
threadingModel="Both" | ||
description="AppxEncryptionFactory class"/> | ||
<comClass | ||
clsid="{378E0446-5384-43B7-8877-E7DBDD883446}" | ||
threadingModel="Both" | ||
description="AppxBundleFactory class"/> | ||
<comClass | ||
clsid="{48DE828C-730C-49AF-AE84-759C609911EE}" | ||
threadingModel="Both" | ||
description="AppxNoValidationFactory class"/> | ||
<comClass | ||
clsid="{F004F2CA-AEBC-4B0D-BF58-E516D5BCC0AB}" | ||
threadingModel="Both" | ||
description="AppxPackageEditor class"/> | ||
<comClass | ||
clsid="{7F00FA1E-9820-47B1-9C4F-8701F1432177}" | ||
threadingModel="Both" | ||
description="AppxPackagingLayoutReader class"/> | ||
<comClass | ||
clsid="{0CF07551-EEF2-420C-B5AB-7E4FEB2249CF}" | ||
threadingModel="Both" | ||
description="AppxFactoryInternal class"/> | ||
<comClass | ||
clsid="{50CA0A46-1588-4161-8ED2-EF9E469CED5D}" | ||
threadingModel="Both" | ||
description="AppxPackagingDiagnosticEventSinkManager class"/> | ||
</file> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.OpcServices.dll" | ||
version="0.0.0.0"/> | ||
</dependentAssembly> | ||
</dependency> | ||
|
||
</assembly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
|
||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.AppxSip.dll" | ||
version="0.0.0.0"/> | ||
|
||
<file name="AppxSip.dll"/> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.AppxPackaging.dll" | ||
version="0.0.0.0"/> | ||
</dependentAssembly> | ||
</dependency> | ||
|
||
</assembly> |
16 changes: 16 additions & 0 deletions
16
vendor/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
|
||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.OpcServices.dll" | ||
version="0.0.0.0"/> | ||
|
||
<file name="OpcServices.dll"> | ||
<comClass | ||
clsid="{6B2D6BA0-9F3E-4f27-920B-313CC426A39E}" | ||
threadingModel="Both" | ||
description="OpcFactory class"/> | ||
</file> | ||
|
||
</assembly> |
11 changes: 11 additions & 0 deletions
11
vendor/Microsoft.Windows.Build.Signing.mssign32.dll.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.mssign32.dll" | ||
version="0.0.0.0" | ||
/> | ||
|
||
<file name="mssign32.dll"> | ||
</file> | ||
|
||
</assembly> |
11 changes: 11 additions & 0 deletions
11
vendor/Microsoft.Windows.Build.Signing.wintrust.dll.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.wintrust.dll" | ||
version="0.0.0.0" | ||
/> | ||
|
||
<file name="wintrust.dll"> | ||
</file> | ||
|
||
</assembly> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name=" " | ||
version="0.0.0.0" | ||
/> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.mssign32.dll" | ||
version="0.0.0.0" | ||
/> | ||
</dependentAssembly> | ||
</dependency> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.wintrust.dll" | ||
version="0.0.0.0" | ||
/> | ||
</dependentAssembly> | ||
</dependency> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.AppxSip.dll" | ||
version="0.0.0.0" | ||
/> | ||
</dependentAssembly> | ||
</dependency> | ||
</assembly> |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.