Skip to content

Commit

Permalink
procexp: new verb
Browse files Browse the repository at this point in the history
  • Loading branch information
rhabacker committed Apr 4, 2024
1 parent f87bf9e commit cbbf36b
Show file tree
Hide file tree
Showing 2 changed files with 16 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 @@ -39,6 +39,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
15 changes: 15 additions & 0 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -16895,6 +16895,21 @@ _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
w_try_unzip "${W_TMP}" "${W_CACHE}"/procexp/ProcessExplorer.zip
w_try cp "${W_TMP}"/procexp*.exe "${W_DRIVE_C}/windows"
}

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

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

0 comments on commit cbbf36b

Please sign in to comment.