Skip to content

Commit e3961e2

Browse files
committed
peverify: new verb
1 parent 742e121 commit e3961e2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/winetricks

+22
Original file line numberDiff line numberDiff line change
@@ -9907,6 +9907,28 @@ load_pdh()
99079907

99089908
#----------------------------------------------------------------
99099909

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+
99109932
w_metadata physx dlls \
99119933
title="PhysX" \
99129934
publisher="Nvidia" \

0 commit comments

Comments
 (0)