Collection of command-line tools: sysinternals, windows resource kit, support tools, curl, wget, imdisk and others.
Size: 48 MB
Authors: Bryce Cogswell, Mark Russinovich, Microsoft Corporation and others
Versions:
1.0,
1.1,
1.2,
1.3,
1.4,
1.5,
1.6,
1.7,
1.8,
1.9,
1.10,
1.11,
1.12,
1.13,
2.0
Default path: %HOMEDRIVE%\Programs\tools
pbox install tools
Show pbox.xml
<pbox version="1.0">
<name>tools</name>
<title>Command-line tools collection</title>
<version>2.0</version>
<group>utility</group>
<group>os</group>
<archs>32</archs>
<homedir>%HOMEDRIVE%\Programs\tools</homedir>
<install>
<copy>.\files</copy>
<path>${homedir}\misc</path>
<path>${homedir}\support-tools</path>
<path>${homedir}\sysinternals</path>
<path>${homedir}\windows-resource-kit</path>
</install>
<uninstall>
<remove>${homedir}</remove>
<unpath>${homedir}\misc</unpath>
<unpath>${homedir}\support-tools</unpath>
<unpath>${homedir}\sysinternals</unpath>
<unpath>${homedir}\windows-resource-kit</unpath>
</uninstall>
</pbox>