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
|
2019-09-24 18:15:11 +02:00
|
|
|
|
; # against any claims or lawsuits, including attorneys<79> fees, that arise
|
2011-06-26 10:27:08 +02:00
|
|
|
|
; # 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
|
|
|
|
|
; //
|
2019-09-24 18:15:11 +02:00
|
|
|
|
; // Updated: September 20, 2019
|
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
|
2019-09-24 18:15:11 +02:00
|
|
|
|
accesschk64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
AccessEnum.exe
|
|
|
|
|
AdExplorer.chm
|
|
|
|
|
ADExplorer.exe
|
|
|
|
|
ADInsight.chm
|
|
|
|
|
ADInsight.exe
|
|
|
|
|
adrestore.exe
|
|
|
|
|
Autologon.exe
|
|
|
|
|
autoruns.chm
|
|
|
|
|
Autoruns.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
Autoruns64.dll
|
|
|
|
|
Autoruns64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
autorunsc.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
autorunsc64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
Bginfo.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
Bginfo64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
Cacheset.exe
|
|
|
|
|
Clockres.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
Clockres64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
Contig.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
Contig64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
Coreinfo.exe
|
|
|
|
|
ctrl2cap.amd.sys
|
|
|
|
|
ctrl2cap.exe
|
|
|
|
|
ctrl2cap.nt4.sys
|
|
|
|
|
ctrl2cap.nt5.sys
|
2019-09-24 18:15:11 +02:00
|
|
|
|
Dbgview.chm
|
2015-11-22 10:33:38 +01:00
|
|
|
|
Dbgview.exe
|
|
|
|
|
Desktops.exe
|
|
|
|
|
Disk2vhd.chm
|
|
|
|
|
disk2vhd.exe
|
|
|
|
|
diskext.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
diskext64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
Diskmon.exe
|
|
|
|
|
DISKMON.HLP
|
|
|
|
|
DiskView.exe
|
|
|
|
|
DMON.SYS
|
|
|
|
|
du.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
du64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
efsdump.exe
|
|
|
|
|
Eula.txt
|
|
|
|
|
FindLinks.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
FindLinks64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
handle.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
handle64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
hex2dec.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
hex2dec64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
junction.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
junction64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
ldmdump.exe
|
|
|
|
|
Listdlls.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
Listdlls64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
livekd.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
livekd64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
LoadOrd.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
LoadOrd64.exe
|
|
|
|
|
LoadOrdC.exe
|
|
|
|
|
LoadOrdC64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
logonsessions.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
logonsessions64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
movefile.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
movefile64.exe
|
|
|
|
|
notmyfault.exe
|
|
|
|
|
notmyfault64.exe
|
|
|
|
|
notmyfaultc.exe
|
|
|
|
|
notmyfaultc64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
ntfsinfo.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
ntfsinfo64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
pagedfrg.exe
|
|
|
|
|
pagedfrg.hlp
|
|
|
|
|
pendmoves.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
pendmoves64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
pipelist.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
pipelist64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
PORTMON.CNT
|
|
|
|
|
portmon.exe
|
|
|
|
|
PORTMON.HLP
|
|
|
|
|
procdump.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
procdump64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
procexp.chm
|
|
|
|
|
procexp.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
procexp64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
procmon.chm
|
|
|
|
|
Procmon.exe
|
|
|
|
|
PsExec.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
PsExec64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
psfile.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
psfile64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
PsGetsid.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
PsGetsid64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
PsInfo.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
PsInfo64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
pskill.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
pskill64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
pslist.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
pslist64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
PsLoggedon.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
PsLoggedon64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
psloglist.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
psloglist64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
pspasswd.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
pspasswd64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
psping.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
psping64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
PsService.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
PsService64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
psshutdown.exe
|
|
|
|
|
pssuspend.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
pssuspend64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
Pstools.chm
|
|
|
|
|
psversion.txt
|
|
|
|
|
RAMMap.exe
|
|
|
|
|
readme.txt
|
|
|
|
|
RegDelNull.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
RegDelNull64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
regjump.exe
|
|
|
|
|
ru.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
ru64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
sdelete.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
sdelete64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
ShareEnum.exe
|
|
|
|
|
ShellRunas.exe
|
|
|
|
|
sigcheck.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
sigcheck64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
streams.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
streams64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
strings.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
strings64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
sync.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
sync64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
Sysmon.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
Sysmon64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
Tcpvcon.exe
|
|
|
|
|
tcpview.chm
|
|
|
|
|
Tcpview.exe
|
|
|
|
|
TCPVIEW.HLP
|
2019-09-24 18:15:11 +02:00
|
|
|
|
Testlimit.exe
|
|
|
|
|
Testlimit64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
Vmmap.chm
|
|
|
|
|
vmmap.exe
|
|
|
|
|
Volumeid.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
Volumeid64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
whois.exe
|
2019-09-24 18:15:11 +02:00
|
|
|
|
whois64.exe
|
2015-11-22 10:33:38 +01:00
|
|
|
|
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%"""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group1,,"""%ADExplorerDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\ADExplorer.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%ADExplorerDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%TcpviewDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Tcpview.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%TcpviewDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%DbgviewDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Dbgview.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%DbgviewDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%RAMMapDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\RAMMap.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%RAMMapDesc%"""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group1,,"""%ProcmonDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Procmon.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%ProcmonDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%ZoomItDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\ZoomIt.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%ZoomItDesc%"""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group1,,"""%Autoruns64Desc%"",""""""%16422%\%SysinternalsSuiteGroup%\Autoruns64.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%Autoruns64Desc%"""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group1,,"""%AutologonDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Autologon.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%AutologonDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%WinobjDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Winobj.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%WinobjDesc%"""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group1,,"""%LoadOrd64Desc%"",""""""%16422%\%SysinternalsSuiteGroup%\LoadOrd64.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%LoadOrd64Desc%"""
|
|
|
|
|
setup.ini, group1,,"""%AccessEnumDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\AccessEnum.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%AccessEnumDesc%"""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group1,,"""%DiskViewDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\DiskView.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%DiskViewDesc%"""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group1,,"""%CachesetDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Cacheset.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%CachesetDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%procexp64Desc%"",""""""%16422%\%SysinternalsSuiteGroup%\procexp64.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%procexp64Desc%"""
|
|
|
|
|
setup.ini, group1,,"""%ADInsightDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\ADInsight.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%ADInsightDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%DiskmonDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Diskmon.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%DiskmonDesc%"""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group1,,"""%AutorunsDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Autoruns.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%AutorunsDesc%"""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group1,,"""%Bginfo64Desc%"",""""""%16422%\%SysinternalsSuiteGroup%\Bginfo64.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%Bginfo64Desc%"""
|
|
|
|
|
setup.ini, group1,,"""%BginfoDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Bginfo.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%BginfoDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%LoadOrdDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\LoadOrd.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%LoadOrdDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%vmmapDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\vmmap.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%vmmapDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%ShareEnumDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\ShareEnum.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%ShareEnumDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%DesktopsDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Desktops.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%DesktopsDesc%"""
|
|
|
|
|
setup.ini, group1,,"""%procexpDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\procexp.exe"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""%procexpDesc%"""
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup.ini, progman.groups,,""group2="%16407%\%SysinternalsSuiteGroup%\%SysinternalsSuiteDocs%\"""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group2,,"""%VmmapDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Vmmap.chm"""""""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group2,,"""%AdExplorerDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\AdExplorer.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%DbgviewDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Dbgview.chm"""""""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group2,,"""%tcpviewDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\tcpview.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%Disk2vhdDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Disk2vhd.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%PstoolsDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\Pstools.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%procexpDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\procexp.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%autorunsDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\autoruns.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%pagedfrgDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\pagedfrg.hlp"""""""
|
|
|
|
|
setup.ini, group2,,"""%ADInsightDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\ADInsight.chm"""""""
|
|
|
|
|
setup.ini, group2,,"""%procmonDesc%"",""""""%16422%\%SysinternalsSuiteGroup%\procmon.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%""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group1,,"""%ADExplorerDesc%""
|
|
|
|
|
setup.ini, group1,,"""%TcpviewDesc%""
|
|
|
|
|
setup.ini, group1,,"""%DbgviewDesc%""
|
|
|
|
|
setup.ini, group1,,"""%RAMMapDesc%""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group1,,"""%ProcmonDesc%""
|
|
|
|
|
setup.ini, group1,,"""%ZoomItDesc%""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group1,,"""%Autoruns64Desc%""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group1,,"""%AutologonDesc%""
|
|
|
|
|
setup.ini, group1,,"""%WinobjDesc%""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group1,,"""%LoadOrd64Desc%""
|
|
|
|
|
setup.ini, group1,,"""%AccessEnumDesc%""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group1,,"""%DiskViewDesc%""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group1,,"""%CachesetDesc%""
|
|
|
|
|
setup.ini, group1,,"""%procexp64Desc%""
|
|
|
|
|
setup.ini, group1,,"""%ADInsightDesc%""
|
|
|
|
|
setup.ini, group1,,"""%DiskmonDesc%""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group1,,"""%AutorunsDesc%""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group1,,"""%Bginfo64Desc%""
|
|
|
|
|
setup.ini, group1,,"""%BginfoDesc%""
|
|
|
|
|
setup.ini, group1,,"""%LoadOrdDesc%""
|
|
|
|
|
setup.ini, group1,,"""%vmmapDesc%""
|
|
|
|
|
setup.ini, group1,,"""%ShareEnumDesc%""
|
|
|
|
|
setup.ini, group1,,"""%DesktopsDesc%""
|
|
|
|
|
setup.ini, group1,,"""%procexpDesc%""
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup.ini, progman.groups,,""group2="%16407%\%SysinternalsSuiteGroup%\%SysinternalsSuiteDocs%\"""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group2,,"""%VmmapDesc%""
|
2015-11-22 10:33:38 +01:00
|
|
|
|
setup.ini, group2,,"""%AdExplorerDesc%""
|
|
|
|
|
setup.ini, group2,,"""%DbgviewDesc%""
|
2019-09-24 18:15:11 +02:00
|
|
|
|
setup.ini, group2,,"""%tcpviewDesc%""
|
|
|
|
|
setup.ini, group2,,"""%Disk2vhdDesc%""
|
|
|
|
|
setup.ini, group2,,"""%PstoolsDesc%""
|
|
|
|
|
setup.ini, group2,,"""%procexpDesc%""
|
|
|
|
|
setup.ini, group2,,"""%autorunsDesc%""
|
|
|
|
|
setup.ini, group2,,"""%pagedfrgDesc%""
|
|
|
|
|
setup.ini, group2,,"""%ADInsightDesc%""
|
|
|
|
|
setup.ini, group2,,"""%procmonDesc%""
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Strings]
|
|
|
|
|
DisplayName = "Sysinternals Suite (Uninstall only)"
|
2019-09-24 18:15:11 +02:00
|
|
|
|
DisplayVersion = "September 20, 2019"
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
SysinternalsSuiteGroup = "Sysinternals Suite"
|
|
|
|
|
SysinternalsSuiteCmdPrompt = "Sysinternals Suite Command Prompt"
|
|
|
|
|
SysinternalsSuiteURL = "Sysinternals Suite Web Page"
|
2019-09-24 18:15:11 +02:00
|
|
|
|
ADExplorerDesc = "Active Directory Explorer"
|
|
|
|
|
TcpviewDesc = "TCPView for Windows"
|
|
|
|
|
DbgviewDesc = "DebugView for Windows"
|
|
|
|
|
RAMMapDesc = "RamMap"
|
2015-11-22 10:33:38 +01:00
|
|
|
|
ProcmonDesc = "Process Monitor"
|
|
|
|
|
ZoomItDesc = "ZoomIt"
|
2019-09-24 18:15:11 +02:00
|
|
|
|
Autoruns64Desc = "AutoRuns for Windows (64bit)"
|
2015-11-22 10:33:38 +01:00
|
|
|
|
AutologonDesc = "Autologon for Windows"
|
|
|
|
|
WinobjDesc = "WinObj"
|
2019-09-24 18:15:11 +02:00
|
|
|
|
LoadOrd64Desc = "LoadOrder (64bit)"
|
|
|
|
|
AccessEnumDesc = "AccessEnum"
|
2015-11-22 10:33:38 +01:00
|
|
|
|
DiskViewDesc = "DiskView"
|
2019-09-24 18:15:11 +02:00
|
|
|
|
CachesetDesc = "Cacheset"
|
|
|
|
|
procexp64Desc = "Process Explorer (64bit)"
|
|
|
|
|
ADInsightDesc = "Insight for Active Directory"
|
|
|
|
|
DiskmonDesc = "DiskMon for Windows"
|
2015-11-22 10:33:38 +01:00
|
|
|
|
AutorunsDesc = "AutoRuns for Windows"
|
2019-09-24 18:15:11 +02:00
|
|
|
|
Bginfo64Desc = "Bginfo (64bit)"
|
|
|
|
|
BginfoDesc = "Bginfo"
|
|
|
|
|
LoadOrdDesc = "LoadOrder"
|
|
|
|
|
vmmapDesc = "VMMap"
|
|
|
|
|
ShareEnumDesc = "ShareEnum"
|
|
|
|
|
DesktopsDesc = "Desktops for Windows"
|
|
|
|
|
procexpDesc = "Process Explorer"
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SysinternalsSuiteDocs = "Documentation"
|
2019-09-24 18:15:11 +02:00
|
|
|
|
VmmapDesc = "VMMap Help"
|
2015-11-22 10:33:38 +01:00
|
|
|
|
AdExplorerDesc = "Active Directory Explorer Help"
|
|
|
|
|
DbgviewDesc = "DebugView for Windows Help"
|
2019-09-24 18:15:11 +02:00
|
|
|
|
tcpviewDesc = "TCPView for Windows Help"
|
|
|
|
|
Disk2vhdDesc = "Disk2vhd Help"
|
|
|
|
|
PstoolsDesc = "PsTools Help"
|
|
|
|
|
procexpDesc = "Process Explorer Help"
|
|
|
|
|
autorunsDesc = "AutoRuns for Windows Help"
|
|
|
|
|
pagedfrgDesc = "PageDefrag for Windows Help"
|
|
|
|
|
ADInsightDesc = "Insight for Active Directory Help"
|
|
|
|
|
procmonDesc = "Process Monitor Help"
|
2011-06-26 10:27:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UDHERE = "Software\Microsoft\Windows\CurrentVersion\Uninstall\SysinternalsSuite"
|