Skip to content

Commit

Permalink
procexp: new verb
Browse files Browse the repository at this point in the history
  • Loading branch information
rhabacker authored and austin987 committed Apr 30, 2024
1 parent 391fe74 commit 2f4fc26
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/verbs/apps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ollydbg200 OllyDbg (ollydbg.de, 2010) [downloadable]
ollydbg201 OllyDbg (ollydbg.de, 2013) [downloadable]
openwatcom Open Watcom C/C++ compiler (can compile win16 code!) (Watcom, 2010) [downloadable]
origin EA Origin (EA, 2011) [downloadable]
procexp Process Explorer (Microsoft, 2023) [downloadable]
protectionid Protection ID (CDKiLLER & TippeX, 2016)
psdk2003 MS Platform SDK 2003 (Microsoft, 2003) [downloadable]
psdkwin71 MS Windows 7.1 SDK (Microsoft, 2010) [downloadable]
Expand Down
18 changes: 18 additions & 0 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -16941,6 +16941,24 @@ _EOF_

#----------------------------------------------------------------

w_metadata procexp apps \
title="Process Explorer" \
publisher="Steve P. Miller" \
year="2006" \
media="download" \

load_procexp()
{
w_download https://download.sysinternals.com/files/ProcessExplorer.zip c50bddaaacb26c5654f845962f9ee34db6ce26b62f94a03bb59f3b5a6eea1922
w_try_unzip "${W_TMP}" "${W_CACHE}"/procexp/ProcessExplorer.zip
if [ "${W_ARCH}" = "win64" ] ; then
w_try cp "${W_TMP}"/procexp64.exe "${W_WINDIR_UNIX}"
fi
w_try cp "${W_TMP}"/procexp.exe "${W_WINDIR_UNIX}"
}

#----------------------------------------------------------------

w_metadata protectionid apps \
title="Protection ID" \
publisher="CDKiLLER & TippeX" \
Expand Down

0 comments on commit 2f4fc26

Please sign in to comment.