Skip to content

Commit

Permalink
Merge pull request #18 from microsoft/Update1906.1
Browse files Browse the repository at this point in the history
renamed redist folders and added x86 redist
  • Loading branch information
shakersMSFT authored Jul 17, 2019
2 parents 35d7a53 + 8385a91 commit 3aa441a
Show file tree
Hide file tree
Showing 52 changed files with 294 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file added Redist.x64/AppxSip.dll
Binary file not shown.
Binary file added Redist.x64/ComparePackage.exe
Binary file not shown.
Binary file added Redist.x64/MakeAppx.exe
Binary file not shown.
Binary file added Redist.x64/MakePri.exe
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added Redist.x64/OpcServices.dll
Binary file not shown.
Binary file added Redist.x64/PackageEditor.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions Redist/README.md → Redist.x64/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Redistributable binaries and tools from Windows 10 SDK
# Redistributable binaries and tools from Windows 10 SDK

This section of the MSIX Toolkit includes binaries and tools from the Windows 10 SDK that are essential while working with MSIX packages.
This section of the MSIX Toolkit includes binaries and tools from the Windows 10 SDK that are essential while working with MSIX packages. Binaries are x64 and part of the Windows 10 1903 SDK.

## License

Expand Down
File renamed without changes.
Binary file added Redist.x64/signtool.exe
Binary file not shown.
35 changes: 35 additions & 0 deletions Redist.x64/signtool.exe.manifest
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 added Redist.x64/wintrust.dll
Binary file not shown.
53 changes: 53 additions & 0 deletions Redist.x64/wintrust.dll.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[0]
DLL=msisip.dll
GUID={000C10F1-0000-0000-C000-000000000046}
CryptSIPDllCreateIndirectData=MsiSIPCreateIndirectData
CryptSIPDllGetSignedDataMsg=MsiSIPGetSignedDataMsg
CryptSIPDllIsMyFileType2=MsiSIPIsMyTypeOfFile
CryptSIPDllPutSignedDataMsg=MsiSIPPutSignedDataMsg
CryptSIPDllRemoveSignedDataMsg=MsiSIPRemoveSignedDataMsg
CryptSIPDllVerifyIndirectData=MsiSIPVerifyIndirectData


[1]
DLL=AppxSip.dll
GUID={0AC5DF4B-CE07-4DE2-B76E-23C839A09FD1}
CryptSIPDllCreateIndirectData=AppxSipCreateIndirectData
CryptSIPDllGetSignedDataMsg=AppxSipGetSignedDataMsg
CryptSIPDllIsMyFileType2=AppxSipIsFileSupportedName
CryptSIPDllPutSignedDataMsg=AppxSipPutSignedDataMsg
CryptSIPDllRemoveSignedDataMsg=AppxSipRemoveSignedDataMsg
CryptSIPDllVerifyIndirectData=AppxSipVerifyIndirectData


[2]
DLL=AppxSip.dll
GUID={0F5F58B3-AADE-4B9A-A434-95742D92ECEB}
CryptSIPDllCreateIndirectData=AppxBundleSipCreateIndirectData
CryptSIPDllGetSignedDataMsg=AppxBundleSipGetSignedDataMsg
CryptSIPDllIsMyFileType2=AppxBundleSipIsFileSupportedName
CryptSIPDllPutSignedDataMsg=AppxBundleSipPutSignedDataMsg
CryptSIPDllRemoveSignedDataMsg=AppxBundleSipRemoveSignedDataMsg
CryptSIPDllVerifyIndirectData=AppxBundleSipVerifyIndirectData


[3]
DLL=AppxSip.dll
GUID={CF78C6DE-64A2-4799-B506-89ADFF5D16D6}
CryptSIPDllCreateIndirectData=EappxSipCreateIndirectData
CryptSIPDllGetSignedDataMsg=EappxSipGetSignedDataMsg
CryptSIPDllIsMyFileType2=EappxSipIsFileSupportedName
CryptSIPDllPutSignedDataMsg=EappxSipPutSignedDataMsg
CryptSIPDllRemoveSignedDataMsg=EappxSipRemoveSignedDataMsg
CryptSIPDllVerifyIndirectData=EappxSipVerifyIndirectData


[4]
DLL=AppxSip.dll
GUID={D1D04F0C-9ABA-430D-B0E4-D7E96ACCE66C}
CryptSIPDllCreateIndirectData=EappxBundleSipCreateIndirectData
CryptSIPDllGetSignedDataMsg=EappxBundleSipGetSignedDataMsg
CryptSIPDllIsMyFileType2=EappxBundleSipIsFileSupportedName
CryptSIPDllPutSignedDataMsg=EappxBundleSipPutSignedDataMsg
CryptSIPDllRemoveSignedDataMsg=EappxBundleSipRemoveSignedDataMsg
CryptSIPDllVerifyIndirectData=EappxBundleSipVerifyIndirectData
Binary file added Redist.x86/AppxPackaging.dll.mui
Binary file not shown.
Binary file added Redist.x86/ComparePackage.exe
Binary file not shown.
Binary file added Redist.x86/Microsoft.ComparePackage.Lib.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Redist.x86/Microsoft.PackageEditor.Lib.dll
Binary file not shown.
Binary file added Redist.x86/Microsoft.Packaging.SDKUtils.dll
Binary file not shown.
52 changes: 52 additions & 0 deletions Redist.x86/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest
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>
19 changes: 19 additions & 0 deletions Redist.x86/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest
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 Redist.x86/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest
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 Redist.x86/Microsoft.Windows.Build.Signing.mssign32.dll.manifest
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 Redist.x86/Microsoft.Windows.Build.Signing.wintrust.dll.manifest
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 added Redist.x86/PackageEditor.exe
Binary file not shown.
7 changes: 7 additions & 0 deletions Redist.x86/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Redistributable binaries and tools from Windows 10 SDK

This section of the MSIX Toolkit includes binaries and tools from the Windows 10 SDK that are essential while working with MSIX packages. Binaries are x86 and part of the Windows 10 1903 SDK.

## License

The redistributable rights and license terms for the binaries and tools that are part of this GitHub repo are [here](https://aka.ms/WinSDKLicenseURL)
Binary file added Redist.x86/appxpackaging.dll
Binary file not shown.
Binary file added Redist.x86/appxsip.dll
Binary file not shown.
Binary file added Redist.x86/makeappx.exe
Binary file not shown.
Binary file added Redist.x86/makepri.exe
Binary file not shown.
Binary file added Redist.x86/mssign32.dll
Binary file not shown.
Binary file added Redist.x86/opcservices.dll
Binary file not shown.
Binary file added Redist.x86/signtool.exe
Binary file not shown.
35 changes: 35 additions & 0 deletions Redist.x86/signtool.exe.manifest
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 added Redist.x86/wintrust.dll
Binary file not shown.
53 changes: 53 additions & 0 deletions Redist.x86/wintrust.dll.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[0]
DLL=msisip.dll
GUID={000C10F1-0000-0000-C000-000000000046}
CryptSIPDllCreateIndirectData=MsiSIPCreateIndirectData
CryptSIPDllGetSignedDataMsg=MsiSIPGetSignedDataMsg
CryptSIPDllIsMyFileType2=MsiSIPIsMyTypeOfFile
CryptSIPDllPutSignedDataMsg=MsiSIPPutSignedDataMsg
CryptSIPDllRemoveSignedDataMsg=MsiSIPRemoveSignedDataMsg
CryptSIPDllVerifyIndirectData=MsiSIPVerifyIndirectData


[1]
DLL=AppxSip.dll
GUID={0AC5DF4B-CE07-4DE2-B76E-23C839A09FD1}
CryptSIPDllCreateIndirectData=AppxSipCreateIndirectData
CryptSIPDllGetSignedDataMsg=AppxSipGetSignedDataMsg
CryptSIPDllIsMyFileType2=AppxSipIsFileSupportedName
CryptSIPDllPutSignedDataMsg=AppxSipPutSignedDataMsg
CryptSIPDllRemoveSignedDataMsg=AppxSipRemoveSignedDataMsg
CryptSIPDllVerifyIndirectData=AppxSipVerifyIndirectData


[2]
DLL=AppxSip.dll
GUID={0F5F58B3-AADE-4B9A-A434-95742D92ECEB}
CryptSIPDllCreateIndirectData=AppxBundleSipCreateIndirectData
CryptSIPDllGetSignedDataMsg=AppxBundleSipGetSignedDataMsg
CryptSIPDllIsMyFileType2=AppxBundleSipIsFileSupportedName
CryptSIPDllPutSignedDataMsg=AppxBundleSipPutSignedDataMsg
CryptSIPDllRemoveSignedDataMsg=AppxBundleSipRemoveSignedDataMsg
CryptSIPDllVerifyIndirectData=AppxBundleSipVerifyIndirectData


[3]
DLL=AppxSip.dll
GUID={CF78C6DE-64A2-4799-B506-89ADFF5D16D6}
CryptSIPDllCreateIndirectData=EappxSipCreateIndirectData
CryptSIPDllGetSignedDataMsg=EappxSipGetSignedDataMsg
CryptSIPDllIsMyFileType2=EappxSipIsFileSupportedName
CryptSIPDllPutSignedDataMsg=EappxSipPutSignedDataMsg
CryptSIPDllRemoveSignedDataMsg=EappxSipRemoveSignedDataMsg
CryptSIPDllVerifyIndirectData=EappxSipVerifyIndirectData


[4]
DLL=AppxSip.dll
GUID={D1D04F0C-9ABA-430D-B0E4-D7E96ACCE66C}
CryptSIPDllCreateIndirectData=EappxBundleSipCreateIndirectData
CryptSIPDllGetSignedDataMsg=EappxBundleSipGetSignedDataMsg
CryptSIPDllIsMyFileType2=EappxBundleSipIsFileSupportedName
CryptSIPDllPutSignedDataMsg=EappxBundleSipPutSignedDataMsg
CryptSIPDllRemoveSignedDataMsg=EappxBundleSipRemoveSignedDataMsg
CryptSIPDllVerifyIndirectData=EappxBundleSipVerifyIndirectData
Binary file removed Redist/AppxSip.dll
Binary file not shown.
Binary file removed Redist/MakeAppx.exe
Binary file not shown.
Binary file removed Redist/MakePri.exe
Binary file not shown.
Binary file removed Redist/OpcServices.dll
Binary file not shown.

0 comments on commit 3aa441a

Please sign in to comment.