2011-06-26 10:27:08 +02:00
|
|
|
|
; #########################################################################################
|
|
|
|
|
; # MICROSOFT LEGAL STATEMENT FOR SAMPLE SCRIPTS/CODE
|
|
|
|
|
; #########################################################################################
|
|
|
|
|
; # This Sample Code is provided for the purpose of illustration only and is not
|
|
|
|
|
; # intended to be used in a production environment.
|
|
|
|
|
; #
|
|
|
|
|
; # THIS SAMPLE CODE AND ANY RELATED INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY
|
|
|
|
|
; # OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
|
|
|
|
|
; # WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
|
; #
|
|
|
|
|
; # We grant You a nonexclusive, royalty-free right to use and modify the Sample Code
|
|
|
|
|
; # and to reproduce and distribute the object code form of the Sample Code, provided
|
|
|
|
|
; # that You agree:
|
|
|
|
|
; # (i) to not use Our name, logo, or trademarks to market Your software product
|
|
|
|
|
; # in which the Sample Code is embedded;
|
|
|
|
|
; # (ii) to include a valid copyright notice on Your software product in which
|
|
|
|
|
; # the Sample Code is embedded; and
|
|
|
|
|
; # (iii) to indemnify, hold harmless, and defend Us and Our suppliers from and
|
|
|
|
|
; # against any claims or lawsuits, including attorneys<79> fees, that arise
|
|
|
|
|
; # or result from the use or distribution of the Sample Code.
|
|
|
|
|
; #########################################################################################
|
|
|
|
|
; //***************************************************************************
|
|
|
|
|
; // ===============================
|
|
|
|
|
; // Elevation PowerToys for Windows
|
|
|
|
|
; // ===============================
|
|
|
|
|
; //
|
|
|
|
|
; // Sysinternals Suite INF Installer
|
|
|
|
|
; //
|
|
|
|
|
; // File: Install_SysinternalsSuite.inf
|
|
|
|
|
; //
|
|
|
|
|
; // Purpose: Installs the Sysinternals Suite
|
|
|
|
|
; //
|
2015-11-22 10:33:38 +01:00
|
|
|
|
; // Updated: October 26, 2015
|
2011-06-26 10:27:08 +02:00
|
|
|
|
; //
|
|
|
|
|
; // INF File Generation Script version: 1.0.0
|
|
|
|
|
; //
|
|
|
|
|
; //***************************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Version]
|
|
|
|
|
Signature="$Windows NT$"
|
|
|
|
|
|
|
|
|
|
[SysinternalsSuiteInstall]
|
|
|
|
|
CopyFiles = SysinternalsSuite.Files.Inf
|
|
|
|
|
CopyFiles = SysinternalsSuite.Files.ProgramFiles
|
|
|
|
|
AddReg = SysinternalsSuite.AddReg
|
|
|
|
|
UpdateInis = SysinternalsSuite.Links
|
|
|
|
|
|
|
|
|
|
[DefaultInstall]
|
|
|
|
|
CopyFiles = SysinternalsSuite.Files.Inf
|
|
|
|
|
CopyFiles = SysinternalsSuite.Files.ProgramFiles
|
|
|
|
|
AddReg = SysinternalsSuite.AddReg
|
|
|
|
|
UpdateInis = SysinternalsSuite.Links
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[DefaultUnInstall]
|
|
|
|
|
DelFiles = SysinternalsSuite.Files.Inf
|
|
|
|
|
DelFiles = SysinternalsSuite.Files.ProgramFiles
|
|
|
|
|
DelReg = SysinternalsSuite.DelReg
|
|
|
|
|
AddReg = SysinternalsSuite.Once.UnInst.Reg
|
|
|
|
|
UpdateInis = SysinternalsSuite.Links.Remove
|
|
|
|
|
|
|
|
|
|
[SourceDisksNames]
|
|
|
|
|
55="Windows Sysinternals Suite","",1
|
|
|
|
|
|
|
|
|
|
[SourceDisksFiles]
|
|
|
|
|
Install_SysinternalsSuite.inf=55
|
|
|
|
|
|
|
|
|
|
[DestinationDirs]
|
|
|
|
|
SysinternalsSuite.Files.Inf = 17
|
|
|
|
|
SysinternalsSuite.Files.ProgramFiles = 16422,Sysinternals Suite
|
|
|
|
|
SysinternalsSuite.Files.ProgramFiles.ShellRunas = 16422,Sysinternals Suite
|
|
|
|
|
|
|
|
|
|
[SysinternalsSuite.Files.Inf]
|
|
|
|
|
Install_SysinternalsSuite.inf
|
|
|
|
|
|
|
|
|
|
[SysinternalsSuite.Files.ProgramFiles]
|
2015-11-22 10:33:38 +01:00
|
|
|
|
accesschk.exe
|
|
|
|
|
AccessEnum.exe
|
|
|
|
|
AdExplorer.chm
|
|
|
|
|
ADExplorer.exe
|
|
|
|
|
ADInsight.chm
|
|
|
|
|
ADInsight.exe
|
|
|
|
|
adrestore.exe
|
|
|
|
|
Autologon.exe
|
|
|
|
|
autoruns.chm
|
|
|
|
|
Autoruns.exe
|
|
|
|
|
autorunsc.exe
|
|
|
|
|
Bginfo.exe
|
|
|
|
|
Cacheset.exe
|
|
|
|
|
Clockres.exe
|
|
|
|
|
Contig.exe
|
|
|
|
|
Coreinfo.exe
|
|
|
|
|
ctrl2cap.amd.sys
|
|
|
|
|
ctrl2cap.exe
|
|
|
|
|
ctrl2cap.nt4.sys
|
|
|
|
|
ctrl2cap.nt5.sys
|
|
|
|
|
dbgview.chm
|
|
|
|
|
Dbgview.exe
|
|
|
|
|
Desktops.exe
|
|
|
|
|
Disk2vhd.chm
|
|
|
|
|
disk2vhd.exe
|
|
|
|
|
diskext.exe
|
|
|
|
|
Diskmon.exe
|
|
|
|
|
DISKMON.HLP
|
|
|
|
|
DiskView.exe
|
|
|
|
|
DMON.SYS
|
|
|
|
|
du.exe
|
|
|
|
|
efsdump.exe
|
|
|
|
|
Eula.txt
|
|
|
|
|
FindLinks.exe
|
|
|
|
|
handle.exe
|
|
|
|
|
hex2dec.exe
|
|
|
|
|
junction.exe
|
|
|
|
|
ldmdump.exe
|
|
|
|
|
Listdlls.exe
|
|
|
|
|
livekd.exe
|
|
|
|
|
LoadOrd.exe
|
|
|
|
|
logonsessions.exe
|
|
|
|
|
movefile.exe
|
|
|
|
|
ntfsinfo.exe
|
|
|
|
|
pagedfrg.exe
|
|
|
|
|
pagedfrg.hlp
|
|
|
|
|
pendmoves.exe
|
|
|
|
|
pipelist.exe
|
|
|
|
|
PORTMON.CNT
|
|
|
|
|
portmon.exe
|
|
|
|
|
PORTMON.HLP
|
|
|
|
|
procdump.exe
|
|
|
|
|
procexp.chm
|
|
|
|
|
procexp.exe
|
|
|
|
|
procmon.chm
|
|
|
|
|
Procmon.exe
|
|
|
|
|
PsExec.exe
|
|
|
|
|
psfile.exe
|
|
|
|
|
PsGetsid.exe
|
|
|
|
|
PsInfo.exe
|
|
|
|
|
pskill.exe
|
|
|
|
|
pslist.exe
|
|
|
|
|
PsLoggedon.exe
|
|
|
|
|
psloglist.exe
|
|
|
|
|
pspasswd.exe
|
|
|
|
|
psping.exe
|
|
|
|
|
PsService.exe
|
|
|
|
|
psshutdown.exe
|
|
|
|
|
pssuspend.exe
|
|
|
|
|
Pstools.chm
|
|
|
|
|
psversion.txt
|
|
|
|
|
RAMMap.exe
|
|
|
|
|
readme.txt
|
|
|
|
|
RegDelNull.exe
|
|
|
|
|
regjump.exe
|
|
|
|
|
RootkitRevealer.chm
|
|
|
|
|
RootkitRevealer.exe
|
|
|
|
|
ru.exe
|
|
|
|
|
sdelete.exe
|
|
|
|
|
ShareEnum.exe
|
|
|
|
|
ShellRunas.exe
|
|
|
|
|
sigcheck.exe
|
|
|
|
|
streams.exe
|
|
|
|
|
strings.exe
|
|
|
|
|
sync.exe
|
|
|
|
|
Sysmon.exe
|
|
|
|
|
Tcpvcon.exe
|
|
|
|
|
tcpview.chm
|
|
|
|
|
Tcpview.exe
|
|
|
|
|
TCPVIEW.HLP
|
|
|
|
|
Vmmap.chm
|
|
|
|
|
vmmap.exe
|
|
|
|
|
Volumeid.exe
|
|
|
|
|
whois.exe
|
|
|
|
|
Winobj.exe
|
|
|
|
|
WINOBJ.HLP
|
|
|
|
|
ZoomIt.exe
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[SysinternalsSuite.Once.UnInst.Reg]
|
|
|
|
|
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,SysinternalsSuite,,"%11%\cmd.exe /c rd /s /q ""%16422%\Sysinternals Suite"""
|
|
|
|
|
|
|
|
|
|
[SysinternalsSuite.AddReg]
|
|
|
|
|
HKLM,%UDHERE%,DisplayName,,"%DisplayName%"
|
|
|
|
|
HKLM,%UDHERE%,DisplayVersion,,"%DisplayVersion%"
|
|
|
|
|
HKLM,%UDHERE%,UninstallString,,"rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %17%\Install_SysinternalsSuite.inf"
|
|
|
|
|
|
|
|
|
|
[SysinternalsSuite.DelReg]
|
|
|
|
|
HKLM,%UDHERE%
|
|
|
|
|
|
|
|
|
|
[SysinternalsSuite.Links]
|
|
|
|
|
setup.ini, progman.groups,,""group1="%16407%\%SysinternalsSuiteGroup%\"""
|
|
|
|
|
setup.ini, group1,,"""%SysinternalsSuiteCmdPrompt%"",""""""%11%\cmd.exe"""" /k cd /d """"%16422%\%SysinternalsSuiteGroup%"""""",,,,""%16422%\%SysinternalsSuiteGroup%"",""%SysinternalsSuiteCmdPrompt%"""
|
|
|
|
|
setup.ini, group1,,"""%SysinternalsSuiteURL%"",""""""%16422%\Internet Explorer\iexplore.exe"""" """"http://www.microsoft.com/technet/sysinternals/utilities/sysinternalssuite.mspx"""""",""%16422%\Internet Explorer\iexplore.exe"",1,,""%HOMEDRIVE%%HOMEPATH%"",""%SysinternalsSuiteURL%"""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group1,,"""%DiskmonDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Diskmon.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%DiskmonDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%BginfoDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Bginfo.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%BginfoDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%ProcmonDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Procmon.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%ProcmonDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%ADInsightDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\ADInsight.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%ADInsightDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%VMMapDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\VMMap.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%VMMapDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%AdExplorerDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\AdExplorer.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%AdExplorerDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%ZoomItDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\ZoomIt.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%ZoomItDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%AutologonDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Autologon.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%AutologonDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%LoadOrdDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\LoadOrd.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%LoadOrdDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%WinobjDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Winobj.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%WinobjDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%procexpDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\procexp.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%procexpDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%TcpviewDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Tcpview.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%TcpviewDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%DiskViewDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\DiskView.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%DiskViewDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%AutorunsDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Autoruns.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%AutorunsDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%RamMapDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\RamMap.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%RamMapDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%DbgviewDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Dbgview.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%DbgviewDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%RootkitRevealerDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\RootkitRevealer.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%RootkitRevealerDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%AccessEnumDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\AccessEnum.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%AccessEnumDesc%"""
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup.ini, progman.groups,,""group2="%16407%\%SysinternalsSuiteGroup%\%SysinternalsSuiteDocs%\"""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group2,,"""%ProcexpDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Procexp.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%AutorunsDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Autoruns.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%RootkitRevealerDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\RootkitRevealer.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%Disk2vhdDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Disk2vhd.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%WinobjDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Winobj.hlp"""""""
|
|
|
|
|
setup.ini, group2,,"""%procmonDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\procmon.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%ADInsightDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\ADInsight.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%TcpviewDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Tcpview.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%DiskmonDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Diskmon.hlp"""""""
|
|
|
|
|
setup.ini, group2,,"""%VMMapDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\VMMap.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%AdExplorerDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\AdExplorer.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%DbgviewDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Dbgview.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%PsToolsDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\PsTools.chm"""""""
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[SysinternalsSuite.Links.Remove]
|
|
|
|
|
setup.ini, progman.groups,,""group1="%16407%\%SysinternalsSuiteGroup%"""
|
|
|
|
|
setup.ini, group1,,"""%SysinternalsSuiteCmdPrompt%"""
|
|
|
|
|
setup.ini, group1,,"""%SysinternalsSuiteURL%""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group1,,"""%DiskmonDesc%""
|
|
|
|
|
setup.ini, group1,,"""%BginfoDesc%""
|
|
|
|
|
setup.ini, group1,,"""%ProcmonDesc%""
|
|
|
|
|
setup.ini, group1,,"""%ADInsightDesc%""
|
|
|
|
|
setup.ini, group1,,"""%VMMapDesc%""
|
|
|
|
|
setup.ini, group1,,"""%AdExplorerDesc%""
|
|
|
|
|
setup.ini, group1,,"""%ZoomItDesc%""
|
|
|
|
|
setup.ini, group1,,"""%AutologonDesc%""
|
|
|
|
|
setup.ini, group1,,"""%LoadOrdDesc%""
|
|
|
|
|
setup.ini, group1,,"""%WinobjDesc%""
|
|
|
|
|
setup.ini, group1,,"""%procexpDesc%""
|
|
|
|
|
setup.ini, group1,,"""%TcpviewDesc%""
|
|
|
|
|
setup.ini, group1,,"""%DiskViewDesc%""
|
|
|
|
|
setup.ini, group1,,"""%AutorunsDesc%""
|
|
|
|
|
setup.ini, group1,,"""%RamMapDesc%""
|
|
|
|
|
setup.ini, group1,,"""%DbgviewDesc%""
|
|
|
|
|
setup.ini, group1,,"""%RootkitRevealerDesc%""
|
|
|
|
|
setup.ini, group1,,"""%AccessEnumDesc%""
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup.ini, progman.groups,,""group2="%16407%\%SysinternalsSuiteGroup%\%SysinternalsSuiteDocs%\"""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group2,,"""%ProcexpDesc%""
|
|
|
|
|
setup.ini, group2,,"""%AutorunsDesc%""
|
|
|
|
|
setup.ini, group2,,"""%RootkitRevealerDesc%""
|
|
|
|
|
setup.ini, group2,,"""%Disk2vhdDesc%""
|
|
|
|
|
setup.ini, group2,,"""%WinobjDesc%""
|
|
|
|
|
setup.ini, group2,,"""%procmonDesc%""
|
|
|
|
|
setup.ini, group2,,"""%ADInsightDesc%""
|
|
|
|
|
setup.ini, group2,,"""%TcpviewDesc%""
|
|
|
|
|
setup.ini, group2,,"""%DiskmonDesc%""
|
|
|
|
|
setup.ini, group2,,"""%VMMapDesc%""
|
|
|
|
|
setup.ini, group2,,"""%AdExplorerDesc%""
|
|
|
|
|
setup.ini, group2,,"""%DbgviewDesc%""
|
|
|
|
|
setup.ini, group2,,"""%PsToolsDesc%""
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Strings]
|
|
|
|
|
DisplayName = "Sysinternals Suite (Uninstall only)"
|
2015-11-22 10:33:38 +01:00
|
|
|
|
DisplayVersion = "October 26, 2015"
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
SysinternalsSuiteGroup = "Sysinternals Suite"
|
|
|
|
|
SysinternalsSuiteCmdPrompt = "Sysinternals Suite Command Prompt"
|
|
|
|
|
SysinternalsSuiteURL = "Sysinternals Suite Web Page"
|
2015-11-22 10:33:38 +01:00
|
|
|
|
DiskmonDesc = "DiskMon for Windows"
|
|
|
|
|
BginfoDesc = "Bginfo"
|
|
|
|
|
ProcmonDesc = "Process Monitor"
|
|
|
|
|
ADInsightDesc = "Insight for Active Directory"
|
|
|
|
|
VMMapDesc = "VMMap"
|
|
|
|
|
AdExplorerDesc = "Active Directory Explorer"
|
|
|
|
|
ZoomItDesc = "ZoomIt"
|
|
|
|
|
AutologonDesc = "Autologon for Windows"
|
|
|
|
|
LoadOrdDesc = "LoadOrder"
|
|
|
|
|
WinobjDesc = "WinObj"
|
|
|
|
|
procexpDesc = "Process Explorer"
|
|
|
|
|
TcpviewDesc = "TCPView for Windows"
|
|
|
|
|
DiskViewDesc = "DiskView"
|
|
|
|
|
AutorunsDesc = "AutoRuns for Windows"
|
|
|
|
|
RamMapDesc = "RamMap"
|
|
|
|
|
DbgviewDesc = "DebugView for Windows"
|
|
|
|
|
RootkitRevealerDesc = "RootkitRevealer"
|
|
|
|
|
AccessEnumDesc = "AccessEnum"
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SysinternalsSuiteDocs = "Documentation"
|
2015-11-22 10:33:38 +01:00
|
|
|
|
ProcexpDesc = "Process Explorer Help"
|
|
|
|
|
AutorunsDesc = "AutoRuns for Windows Help"
|
|
|
|
|
RootkitRevealerDesc = "RootkitRevealer Help"
|
|
|
|
|
Disk2vhdDesc = "Disk2vhd Help"
|
|
|
|
|
WinobjDesc = "WinObj Help"
|
|
|
|
|
procmonDesc = "Process Monitor Help"
|
|
|
|
|
ADInsightDesc = "Insight for Active Directory Help"
|
|
|
|
|
TcpviewDesc = "TCPView for Windows Help"
|
|
|
|
|
DiskmonDesc = "DiskMon for Windows Help"
|
|
|
|
|
VMMapDesc = "VMMap Help"
|
|
|
|
|
AdExplorerDesc = "Active Directory Explorer Help"
|
|
|
|
|
DbgviewDesc = "DebugView for Windows Help"
|
|
|
|
|
PsToolsDesc = "PsTools Help"
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UDHERE = "Software\Microsoft\Windows\CurrentVersion\Uninstall\SysinternalsSuite"
|