File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -9907,6 +9907,28 @@ load_pdh()
9907
9907
9908
9908
#----------------------------------------------------------------
9909
9909
9910
+ w_metadata peverify dlls \
9911
+ title="MS peverify (from .NET 2.0 SDK)" \
9912
+ publisher="Microsoft" \
9913
+ year="2006" \
9914
+ media="download" \
9915
+ file1="../dotnet20sdk/setup.exe" \
9916
+ installed_file1="$W_SYSTEM32_DLLS_WIN/peverify.exe"
9917
+
9918
+ load_peverify()
9919
+ {
9920
+ w_download_to dotnet20sdk https://download.microsoft.com/download/c/4/b/c4b15d7d-6f37-4d5a-b9c6-8f07e7d46635/setup.exe 1d7337bfbb2c65f43c82d188688ce152af403bcb67a2cc2a3cc68a580ecd8200
9921
+
9922
+ # Seems to require dotnet20; at least doesn't work if dotnet40 is installed instead
9923
+ w_call dotnet20
9924
+
9925
+ w_try_cabextract --directory="${W_TMP}" "${W_CACHE}/dotnet20sdk/setup.exe" -F netfxsd1.cab
9926
+ w_try_cabextract --directory="${W_TMP}" "${W_TMP}/netfxsd1.cab" -F FL_PEVerify_exe_____X86.3643236F_FC70_11D3_A536_0090278A1BB8
9927
+ w_try mv "${W_TMP}/FL_PEVerify_exe_____X86.3643236F_FC70_11D3_A536_0090278A1BB8" "${W_SYSTEM32_DLLS}/peverify.exe"
9928
+ }
9929
+
9930
+ #----------------------------------------------------------------
9931
+
9910
9932
w_metadata physx dlls \
9911
9933
title="PhysX" \
9912
9934
publisher="Nvidia" \
You can’t perform that action at this time.
0 commit comments