You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8981 lines
536 KiB
8981 lines
536 KiB
@*: Table of Contents:
|
|
@*: ------------------
|
|
@*: - String Definitions (Defines all strings used througout the inf)
|
|
@*: - OcManager Information (Gives the inf sections that OCManager needs)
|
|
@*:
|
|
@*:
|
|
@*:
|
|
@*:
|
|
@*: ***************************************************************************************************
|
|
@*: * *
|
|
@*: * Method List *
|
|
@*: * ------------------ *
|
|
@*: * *
|
|
@*: ***************************************************************************************************
|
|
@*:
|
|
@*: Methods
|
|
@*: -------
|
|
@*: Registry_MoveValue(Soure Key Root (HKLM/HKCU)|Source Path|Source Name|Target Key Root|Target Path|Target Name)
|
|
@*: Metabase_SetValue(Location|Id|Inheritable|User Type|Data Type|Len|Value)
|
|
@*:
|
|
@*: Conditionals
|
|
@*: ------------
|
|
@*: Metabase_IsAnotherSiteonPort80()
|
|
@*: Metabase_VerifyValue(Location|Id|Data Type|Data Length = 0|Value)
|
|
@*:
|
|
@*:
|
|
@*:
|
|
@*: ***************************************************************************************************
|
|
@*: * *
|
|
@*: * String Definitions *
|
|
@*: * ------------------ *
|
|
@*: * *
|
|
@*: ***************************************************************************************************
|
|
@*:
|
|
; [Strings] section is above this
|
|
;
|
|
; SKU specific
|
|
;
|
|
@p:
|
|
@p:[Version]
|
|
@p:Signature = "$Windows NT$"
|
|
@p:
|
|
@@!p:;
|
|
@@!p:; Do not localize
|
|
@@!p:;
|
|
@*:
|
|
@*: *********************************
|
|
@*: IIS 6 Specific String Definitions
|
|
@*: *********************************
|
|
@*:
|
|
@@!p:IIS_VERSION=6
|
|
@@!p:REG_VERSION_SETUPSTRING="IIS 6.0"
|
|
@@!p:REG_VERSION_VERSIONSTRING="Version 6.0"
|
|
@@!p:REG_VERSION_MAJOR=6
|
|
@@!p:REG_VERSION_MINOR=0
|
|
@@!p:REG_METABASE_VERSION_MAJOR=3
|
|
@@!p:REG_METABASE_VERSION_MINOR=0
|
|
@*:
|
|
@*: *********************************
|
|
@*: Other String Definitions
|
|
@*: *********************************
|
|
@*:
|
|
@@!p:REG_VERSION_PRODUCTSTRING="Microsoft Internet Information Services"
|
|
@@!p:REG_VERSION_PRODUCTGROUPSTRING="Microsoft Internet Information Services"
|
|
@@!p:REG_UNINSTALL="Software\Microsoft\Windows\CurrentVersion\Uninstall"
|
|
@@!p:REG_INETSTP="Software\Microsoft\InetStp"
|
|
@@!p:REG_INETMGR="Software\Microsoft\InetMgr"
|
|
@@!p:REG_EVENTLOG="SYSTEM\CurrentControlSet\Services\Eventlog"
|
|
@@!p:REG_SVCS_INETINFO="System\CurrentControlSet\Services\InetInfo"
|
|
@@!p:REG_SVCS_W3SVC="System\CurrentControlSet\Services\W3SVC"
|
|
@@!p:REG_SVCS_MSFTPSVC="System\CurrentControlSet\Services\MSFtpsvc"
|
|
@@!p:REG_SVCS_W3SSL="System\CurrentControlSet\Services\W3SSL"
|
|
@@!p:REG_SVCS_HTTP="System\CurrentControlSet\Services\HTTP"
|
|
@@!p:REG_SVCS_ASP="System\CurrentControlSet\Services\ASP"
|
|
@@!p:REG_KEYRING="Software\Microsoft\Keyring"
|
|
@@!p:REG_APPPATHS="Software\Microsoft\Windows\CurrentVersion\App Paths"
|
|
@@!p:REG_PASSPORT="Software\Microsoft\Passport"
|
|
@@!p:REG_CLSID="Software\Classes\CLSID"
|
|
@@!p:SCRIPTMAPS_INCLUDEDVERBS_ALL="OPTIONS,GET,HEAD,POST,PUT,DELETE,TRACE"
|
|
@@!p:DEBUG_SVC=0
|
|
@@!p:; Some standard defines
|
|
@@!p:REG_SZ = 0x00000000
|
|
@@!p:REG_SZ_NOCLOBBER = 0x00000002
|
|
@@!p:REG_MULTI_SZ = 0x00010000
|
|
@@!p:REG_EXPAND_SZ = 0x00020000
|
|
@@!p:REG_MULTI_SZ_APPEND = 0x00010008
|
|
@@!p:REG_DWORD = 0x00010001
|
|
@@!p:REG_DWORD_NOCLOBBER = 0x00010003
|
|
@@!p:REG_BINARY = 0x00000001
|
|
@@!p:SERVICE_BOOT_START = 0x0
|
|
@@!p:SERVICE_SYSTEM_START = 0x1
|
|
@@!p:SERVICE_AUTO_START = 0x2
|
|
@@!p:SERVICE_DEMAND_START = 0x3
|
|
@@!p:SERVICE_DISABLED = 0x4
|
|
|
|
[SetupInfo]
|
|
@p:OSBuildRequired=2267
|
|
@@!p:OSBuildRequired=2255
|
|
AppName=%DESC_APP%
|
|
StartMenuGroupName="Microsoft Internet Information Services"
|
|
@p:DebugLevel=0
|
|
@p:DebugValidateHeap=0
|
|
@@!p:DebugLevel=3 ;0-4
|
|
@@!p:DebugValidateHeap=1
|
|
FastDllInit=1
|
|
OneTick=2
|
|
;DisplayMsgbox=1
|
|
@*:
|
|
@*: ***************************************************************************************************
|
|
@*: * *
|
|
@*: * OCManager Information *
|
|
@*: * --------------------- *
|
|
@*: * *
|
|
@*: ***************************************************************************************************
|
|
@*:
|
|
[Optional Components]
|
|
iis
|
|
iis_common
|
|
iis_inetmgr
|
|
@p:iis_pwmgr
|
|
@@!p:iis_www_parent
|
|
iis_www
|
|
iis_ftp
|
|
@*: SAKit only works on 32 bit
|
|
@s!l:@i:sakit_web
|
|
@s:appsrv
|
|
@s:appsrv_console
|
|
@s:complusnetwork
|
|
@s:dtcnetwork
|
|
IIS_ASP
|
|
IIS_InternetDataConnector
|
|
IIS_ServerSideIncludes
|
|
IIS_WebDav
|
|
|
|
@s:[appsrv]
|
|
@s:OptionDesc = %SDESC_APPSRV%
|
|
@s:Tip = %LDESC_APPSRV%
|
|
@s:IconIndex = *
|
|
@s:SizeApproximation=10
|
|
|
|
@s:[appsrv_console]
|
|
@s:Parent = appsrv
|
|
@s:@3:Needs= iis_inetmgr, netfx
|
|
@s:@6:Needs= iis_inetmgr
|
|
@s:OptionDesc = %SDESC_APPSRV_CONSOLE%
|
|
@s:Tip = %LDESC_APPSRV_CONSOLE%
|
|
@s:IconIndex = *
|
|
@s:SizeApproximation=10
|
|
@s:UpgReg="Software\Microsoft\InetMgr"
|
|
@s:UpgReg1="Software\Microsoft\InetMgr"
|
|
@s:UpgReg4="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_inetmgr",1
|
|
@s:UpgReg5="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_inetmgr",1
|
|
@s:UpgReg51="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_inetmgr",1
|
|
@s:UpgReg60="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","webappsrv_console",1
|
|
|
|
@s:[complusnetwork]
|
|
@s:Parent = appsrv
|
|
@s:Needs= com, dtc
|
|
@s:OptionDesc = %SDESC_COMPLUS_NETWORK%
|
|
@s:Tip = %LDESC_COMPLUS_NETWORK%
|
|
@s:IconIndex = *
|
|
@s:SizeApproximation=10
|
|
|
|
@s:[dtcnetwork]
|
|
@s:Parent = appsrv
|
|
@s:Needs= com, dtc
|
|
@s:OptionDesc = %SDESC_DTC_NETWORK%
|
|
@s:Tip = %LDESC_DTC_NETWORK%
|
|
@s:IconIndex = *
|
|
@s:SizeApproximation=10
|
|
|
|
[iis]
|
|
@s:Parent = appsrv
|
|
@@!p:OptionDesc = %SDESC_IIS%
|
|
@@!p:Tip = %LDESC_IIS%
|
|
@@!p:IconIndex = *
|
|
@@!p:SizeApproximation=10
|
|
|
|
[iis_common]
|
|
Parent = iis
|
|
@s:Needs=wbem,complusnetwork
|
|
@w!p:Needs=wbem
|
|
@@!p:OptionDesc = %SDESC_IIS_COMMON%
|
|
@@!p:Tip = %LDESC_IIS_COMMON%
|
|
IconIndex = *
|
|
@@!p:TotalTicks = 50,8
|
|
UpgReg="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_common",1
|
|
UpgReg1="Software\Microsoft\InetStp"
|
|
UpgReg1_w95="System\CurrentControlSet\Services\InetInfo"
|
|
UpgReg4="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_common",1
|
|
UpgReg5="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_common",1
|
|
UpgReg51="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_common",1
|
|
UpgReg60="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_common",1
|
|
@l:Modes=0,1,2,3
|
|
@b:Modes=0,1,2,3
|
|
@@!p:SizeApproximation=1020000
|
|
|
|
[iis_inetmgr]
|
|
Parent = iis
|
|
@@!p:Needs=iis_common
|
|
@@!p:OptionDesc = %SDESC_IIS_INETMGR%
|
|
@@!p:Tip = %LDESC_IIS_INETMGR%
|
|
IconIndex = *
|
|
@@!p:TotalTicks = 2,8
|
|
UpgReg="Software\Microsoft\InetMgr"
|
|
UpgReg1="Software\Microsoft\InetMgr"
|
|
UpgReg4="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_inetmgr",1
|
|
UpgReg5="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_inetmgr",1
|
|
UpgReg51="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_inetmgr",1
|
|
@l:Modes=0,1,2,3
|
|
@b:Modes=0,1,2,3
|
|
@@!p:SizeApproximation=1340000
|
|
|
|
@@!p:[iis_www_parent]
|
|
@p:[iis_www]
|
|
Parent = iis
|
|
@@!p:OptionDesc = %SDESC_IIS_WWW%
|
|
@@!p:Tip = %LDESC_IIS_WWW%
|
|
@@!p:IconIndex = *
|
|
@@!p:UpgReg="System\CurrentControlSet\Services\W3SVC\Parameters","MajorVersion"
|
|
@@!p:UpgReg1_w95="System\CurrentControlSet\Services\W3SVC"
|
|
@l:Modes=0,1,2,3
|
|
@b:Modes=0,1,2,3
|
|
@@!p:SizeApproximation=10
|
|
|
|
@@!p:[iis_www]
|
|
@@!p:Parent = iis_www_parent
|
|
@@!p:@3:Needs = iis_inetmgr, com, netfx
|
|
@@!p:@6:Needs = iis_inetmgr, com
|
|
@@!p:OptionDesc = %SDESC_IIS_WWW%
|
|
@@!p:Tip = %LDESC_IIS_WWW%
|
|
IconIndex = *
|
|
@@!p:TotalTicks = 74,8
|
|
@@!p:UpgReg="System\CurrentControlSet\Services\W3SVC\Parameters","MajorVersion"
|
|
@p:UpgReg="System\CurrentControlSet\Services\W3SVC"
|
|
@@!p:UpgReg1="System\CurrentControlSet\Services\InetInfo\Parameters"
|
|
@p:UpgReg1="System\CurrentControlSet\Services\InetInfo"
|
|
UpgReg1_w95="System\CurrentControlSet\Services\W3SVC"
|
|
UpgReg4="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_www",1
|
|
UpgReg5="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_www",1
|
|
UpgReg51="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_www",1
|
|
@l:Modes=0,1,2,3
|
|
@b:Modes=0,1,2,3
|
|
@@!p:SizeApproximation=2000000
|
|
|
|
[IIS_ASP]
|
|
Parent = iis_www_parent
|
|
Needs = iis_www, iis_common, iis_inetmgr
|
|
OptionDesc = %SDESC_IIS_WWW_ASP%
|
|
Tip = %LDESC_IIS_WWW_ASP%
|
|
IconIndex = *
|
|
SizeApproximation=0
|
|
|
|
[IIS_InternetDataConnector]
|
|
Parent = iis_www_parent
|
|
Needs = iis_www, iis_common, iis_inetmgr
|
|
OptionDesc = %SDESC_IIS_WWW_IDC%
|
|
Tip = %LDESC_IIS_WWW_IDC%
|
|
IconIndex = *
|
|
SizeApproximation=0
|
|
|
|
[IIS_ServerSideIncludes]
|
|
Parent = iis_www_parent
|
|
Needs = iis_www, iis_common, iis_inetmgr
|
|
OptionDesc = %SDESC_IIS_WWW_SSI%
|
|
Tip = %LDESC_IIS_WWW_SSI%
|
|
IconIndex = *
|
|
SizeApproximation=0
|
|
|
|
[IIS_WebDav]
|
|
Parent = iis_www_parent
|
|
Needs = iis_www, iis_common, iis_inetmgr
|
|
OptionDesc = %SDESC_IIS_WWW_DAV%
|
|
Tip = %LDESC_IIS_WWW_DAV%
|
|
IconIndex = *
|
|
SizeApproximation=0
|
|
|
|
@p:[iis_pwmgr]
|
|
@p:Parent = iis
|
|
@p:IconIndex = *
|
|
@p:UpgReg="System\CurrentControlSet\Services\W3SVC"
|
|
@p:UpgReg1="System\CurrentControlSet\Services\InetInfo"
|
|
@p:UpgReg4="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_pwmgr",1
|
|
@p:UpgReg5="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_pwmgr",1
|
|
@p:UpgReg51="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_pwmgr",1
|
|
|
|
[iis_ftp]
|
|
Parent = iis
|
|
@@!p:Needs = iis_inetmgr
|
|
@@!p:OptionDesc = %SDESC_IIS_FTP%
|
|
@@!p:Tip =%LDESC_IIS_FTP%
|
|
IconIndex = *
|
|
@@!p:TotalTicks = 28,8
|
|
@@!p:UpgReg="System\CurrentControlSet\Services\MSFTPSVC\Parameters"
|
|
@p:UpgReg="System\CurrentControlSet\Services\MSFTPSVC"
|
|
UpgReg351="Software\Microsoft\FTPSVC"
|
|
UpgReg1="System\CurrentControlSet\Services\MSFTPSVC"
|
|
UpgReg1_w95="System\CurrentControlSet\Services\MSFTPSVC"
|
|
UpgReg4="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_ftp",1
|
|
UpgReg5="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_ftp",1
|
|
UpgReg51="Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_ftp",1
|
|
@@!p:;Modes=0,1,2,3
|
|
@@!p:SizeApproximation=106000
|
|
|
|
@*:
|
|
@*: This is the SAKit Web optional component
|
|
@*:
|
|
@s:[sakit_web]
|
|
@s:Parent = iis_www_parent
|
|
@s:Needs = iis_www
|
|
@s:OptionDesc = %SDESC_IIS_SAKIT_WEB%
|
|
@s:Tip = %LDESC_IIS_SAKIT_WEB%
|
|
@s:IconIndex = *
|
|
@s:TotalTicks = 2,4
|
|
@s:SizeApproximation=6000000
|
|
@s:
|
|
@p:[Set_Upgrade_Type_chk]
|
|
@p:0=100=92|101=1|102=UT_NONE|103=0|104=1
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=5|104=Set_Upgrade_Type_chk5|105=Set_Upgrade_Type_chk51
|
|
@p:[Set_Upgrade_Type_chk51]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MinorVersion|103=1|104=Set_Upgrade_Type_V51|105=Set_Upgrade_Type_chk5
|
|
@p:[Set_Upgrade_Type_chk5]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=5|104=Set_Upgrade_Type_V5|105=Set_Upgrade_Type_chk4
|
|
@p:[Set_Upgrade_Type_chk4]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=4|104=Set_Upgrade_Type_chk4_2|105=Set_Upgrade_Type_chk3
|
|
@p:[Set_Upgrade_Type_chk4_2]
|
|
@p:0=100=44|101=HKLM|102=SOFTWARE\Microsoft\InetStp\SetupString|103=K2 RTM|104=Set_Upgrade_Type_V4|105=Set_Upgrade_Type_chk3
|
|
@p:[Set_Upgrade_Type_chk3]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=3|104=Set_Upgrade_Type_V3|105=Set_Upgrade_Type_chk2
|
|
@p:[Set_Upgrade_Type_chk2]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=2|104=Set_Upgrade_Type_V2|105=Set_Upgrade_Type_chk1
|
|
@p:[Set_Upgrade_Type_chk1]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=1|104=Set_Upgrade_Type_V1|105=Set_Upgrade_Type_chk0
|
|
@p:[Set_Upgrade_Type_chk0]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=0|104=Set_Upgrade_Type_V1
|
|
@p:
|
|
@p:[Set_Upgrade_Type_V1]
|
|
@p:0=100=92|101=2|102=UT_10|103=0|104=0
|
|
|
|
@p:[Set_Upgrade_Type_V2]
|
|
@p:0=100=92|101=2|102=UT_20|103=0|104=0
|
|
@p:[Set_Upgrade_Type_V3]
|
|
@p:0=100=92|101=2|102=UT_30|103=0|104=0
|
|
@p:[Set_Upgrade_Type_V4]
|
|
@p:0=100=92|101=2|102=UT_40|103=1|104=0
|
|
@p:[Set_Upgrade_Type_V5]
|
|
@p:0=100=92|101=2|102=UT_50|103=1|104=0
|
|
@p:[Set_Upgrade_Type_V51]
|
|
@p:0=100=92|101=2|102=UT_51|103=1|104=0
|
|
@p:
|
|
@p:;
|
|
@p:; OCM STUFF
|
|
@p:;
|
|
@p:[OC_INIT_COMPONENT]
|
|
@p:[OC_FILE_BUSY]
|
|
@p:[OC_QUEUE_FILE_OPS.GUIMODE]
|
|
@p:0=100=5|102=remove_pws_40
|
|
@p:
|
|
@p:[OC_QUEUE_FILE_OPS.MIG95.GUIMODE]
|
|
@p:0=100=5|102=remove_pws_10
|
|
@p:0=100=5|102=remove_pws95_40
|
|
@p:
|
|
@p:[OC_ABOUT_TO_COMMIT_QUEUE.GUIMODE]
|
|
@p:[OC_COMPLETE_INSTALLATION.GUIMODE]
|
|
@p:0=100=18|101=%32768%\Metaback
|
|
@p:0=100=18|101=%32768%\IISAdmin
|
|
@p:0=100=18|101=%32768%
|
|
@p:
|
|
@p:[OC_CLEANUP.GUIMODE]
|
|
@p:;
|
|
@p:[OC_CLEANUP_WIN95_MIGRATE]
|
|
@p:0=100=6|102=remove_old_pws_win95_registry_inf
|
|
@p:
|
|
@p:;
|
|
@p:; sections
|
|
@p:;
|
|
@p:[remove_pws_40]
|
|
@p:; Remove service
|
|
@p:; Remove service dependencies
|
|
@p:; Remove files
|
|
@p:0=100=0|102=pws_40_uninstall_files
|
|
@p:; Remove registry
|
|
@p:0=100=6|102=pws_40_uninstall_inf
|
|
@p:; Remove Com+ Applications
|
|
@p:; Remove iusr
|
|
@p:; Remove iusr permissions
|
|
@p:; Remove dcom permissions
|
|
@p:; Remove Desktop items
|
|
@p:; Remove Startmenu items
|
|
@p:
|
|
@p:[remove_pws95_40]
|
|
@p:; Remove service
|
|
@p:; Remove service dependencies
|
|
@p:; Remove files
|
|
@p:0=100=0|102=pws95_40_uninstall_files
|
|
@p:; Remove registry
|
|
@p:0=100=6|102=pws_40_uninstall_inf
|
|
@p:; Remove Com+ Applications
|
|
@p:; Remove iusr
|
|
@p:; Remove iusr permissions
|
|
@p:; Remove dcom permissions
|
|
@p:; Remove Desktop items
|
|
@p:; Remove Startmenu items
|
|
@p:
|
|
@p:[remove_pws_10]
|
|
@p:; Remove files
|
|
@p:0=100=0|102=pws10_uninstall_files
|
|
@p:; Remove registry
|
|
@p:0=100=6|102=pws10_uninstall_inf
|
|
@p:; Remove Desktop items
|
|
@p:; Remove Startmenu items
|
|
@p:
|
|
@p:[pws95_40_uninstall_files]
|
|
@p:DelFiles=iis95_40_files_sys, \
|
|
@p: iis95_40_files_sys_setup, \
|
|
@p: iis95_40_files_inetsrv, \
|
|
@p: iis95_40_files_inetsrv_adminsamples, \
|
|
@p: iis95_40_files_inetsrv_iisadmpwd, \
|
|
@p: iis95_40_files_inetsrv_iisadmin_2, \
|
|
@p: iis95_40_files_inetsrv_iisadmin_2a, \
|
|
@p: iis95_40_files_inetsrv_iisadmin_2b, \
|
|
@p: iis95_40_files_inetsrv_iisadmin_2c, \
|
|
@p: iis95_40_files_inetsrv_iisadmin_2d, \
|
|
@p: iis95_40_files_inetsrv_iisadmin_2e, \
|
|
@p: iis_40_files_publish_jsbrowser, \
|
|
@p: iis_40_files_winhelp, \
|
|
@p: iis_40_files_help_common
|
|
@p:
|
|
@p:[pws_40_uninstall_files]
|
|
@p:DelFiles=iis_40_files_sys, \
|
|
@p: iis_40_files_sys_setup, \
|
|
@p: iis_40_files_inetsrv, \
|
|
@p: iis_40_files_inetsrv_adminsamples, \
|
|
@p: iis_40_files_inetsrv_iisadmpwd, \
|
|
@p: iis_40_files_inetsrv_iisadmin_2, \
|
|
@p: iis_40_files_inetsrv_iisadmin_2a, \
|
|
@p: iis_40_files_inetsrv_iisadmin_2b, \
|
|
@p: iis_40_files_inetsrv_iisadmin_2c, \
|
|
@p: iis_40_files_inetsrv_iisadmin_2d, \
|
|
@p: iis_40_files_inetsrv_iisadmin_2e, \
|
|
@p: iis_40_files_publish_jsbrowser, \
|
|
@p: iis_40_files_winhelp, \
|
|
@p: iis_40_files_help_common
|
|
@p:
|
|
@p:[pws_40_uninstall_inf]
|
|
@p:DelReg=iis40_unregister_values
|
|
@p:
|
|
@p:[pws10_uninstall_files]
|
|
@p:Delfiles=pws10_docs, \
|
|
@p: pws10_htmlascr, \
|
|
@p: pws10_htmla, \
|
|
@p: pws10_system, \
|
|
@p: pws10_sysdir, \
|
|
@p: pws10_windirinf, \
|
|
@p: pws10_osr2_docs, \
|
|
@p: pws10_osr2_htmlascr, \
|
|
@p: pws10_osr2_htmla, \
|
|
@p: pws10_osr2_system
|
|
@p:[pws10_uninstall_inf]
|
|
@p:DelReg=pws10_unregister_values
|
|
@p:
|
|
@p:[iis40_unregister_values]
|
|
@p:HKLM,"System\CurrentControlSet\Services\InetInfo"
|
|
@p:HKLM,"System\CurrentControlSet\Services\W3SVC"
|
|
@p:HKLM,"System\CurrentControlSet\Services\MSFTPSVC"
|
|
@p:HKLM,"System\CurrentControlSet\Services\ASP"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\Application\IISInfoCtrs"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\Application\W3Ctrs"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\Application\Active Server Pages"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\W3SVC"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\MSFTPSVC"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\IISMAP"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\IISLOG"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\WAM"
|
|
@p:; Remove system tray
|
|
@p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","PWSTray"
|
|
@p:; Remove iisadmin service info
|
|
@p:HKLM,"Software\CLASSES\AppID\inetinfo.exe"
|
|
@p:HKLM,"Software\CLASSES\CLSID\{A9E69610-B80D-11d0-B9B9-00A0C922E750}"
|
|
@p:HKLM,"Software\CLASSES\AppID\{A9E69610-B80D-11d0-B9B9-00A0C922E750}"
|
|
@p:; Remove admwprox
|
|
@p:HKLM,"Software\CLASSES\CLSID\{A9E69612-B80D-11d0-B9B9-00A0C922E750}"
|
|
@p:HKLM,"Software\CLASSES\Interface\{A9E69612-B80D-11d0-B9B9-00A0C922E750}"
|
|
@p:HKLM,"Software\CLASSES\CLSID\{70B51430-B6CA-11d0-B9B9-00A0C922E750}"
|
|
@p:HKLM,"Software\CLASSES\Interface\{70B51430-B6CA-11d0-B9B9-00A0C922E750}"
|
|
@p:HKLM,"Software\CLASSES\CLSID\{A9E69612-B80D-11d0-B9B9-00A0C922E750}"
|
|
@p:HKLM,"Software\CLASSES\Interface\{A9E69612-B80D-11d0-B9B9-00A0C922E750}"
|
|
@p:; Remove wamregps
|
|
@p:HKLM,"Software\CLASSES\CLSID\{29822AB7-F302-11D0-9953-00C04FD919C1}"
|
|
@p:HKLM,"Software\CLASSES\Interface\{29822AB7-F302-11D0-9953-00C04FD919C1}"
|
|
@p:; components
|
|
@p:HKLM,"Software\CLASSES\ASP.ObjectContext"
|
|
@p:HKLM,"Software\CLASSES\MSWC.AdRotator"
|
|
@p:HKLM,"Software\CLASSES\MSWC.BrowserType"
|
|
@p:HKLM,"Software\CLASSES\MSWC.NextLink"
|
|
@p:HKLM,"Software\CLASSES\MSWC.NextLink.1"
|
|
@p:HKLM,"Software\CLASSES\MSWC.MyInfo"
|
|
@p:; mts iis packages
|
|
@p:HKLM,"Software\CLASSES\CLSID\{99169CB0-A707-11d0-989D-00C04FD919C1}"
|
|
@p:;HKLM,"Software\Microsoft\Transaction Server\Components\{99169CB0-A707-11d0-989D-00C04FD919C1}"
|
|
@p:HKLM,"Software\CLASSES\IISWAM.W3SVC"
|
|
@p:
|
|
@p:[pws10_unregister_values]
|
|
@p:HKLM,"Enum\Network\MSWEBSVR"
|
|
@p:HKLM,"%REG_APPPATHS%\inetsw95.exe"
|
|
@p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","Microsoft WebServer"
|
|
@p:HKLM,"Software\Microsoft\Windows\CurrentVersion\RunServices","Microsoft WebServer"
|
|
@p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Personal Web Server"
|
|
@p:HKLM,"System\CurrentControlSet\Control\ServiceProvider\ServiceTypes\msftpsvc"
|
|
@p:HKLM,"System\CurrentControlSet\Control\ServiceProvider\ServiceTypes\w3svc"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\msftpsvc"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\w3svc"
|
|
@p:HKLM,"System\CurrentControlSet\Services\InetInfo"
|
|
@p:HKLM,"System\CurrentControlSet\Services\w3svc"
|
|
@p:HKLM,"System\CurrentControlSet\Services\msftpsvc"
|
|
@p:
|
|
@p:[remove_old_pws_win95_registry_inf]
|
|
@p:DelReg=remove_old_pws_win95_registry_values
|
|
@p:[remove_old_pws_win95_registry_values]
|
|
@p:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSIIS"
|
|
@p:
|
|
@@!p:; =====================================================
|
|
@@!p:; StartMenu
|
|
@@!p:; =====================================================
|
|
@@!p:
|
|
@@!p:[StartMenuItem_Inetmgr]
|
|
@@!p:ProfileItems = StartMenuItem_Inetmgr_inf
|
|
@@!p:[StartMenuItem_Inetmgr_inf]
|
|
@@!p:Name = %StartMenuItem_IIS6_Inetmgr%
|
|
@@!p:CmdLine = 11,inetsrv,iis.msc
|
|
@@!p:SubDir = %StartMenuItem_IIS6_AdminTools%
|
|
@@!p:WorkingDir = 11,inetsrv
|
|
@@!p:IconPath = 11,inetsrv,inetmgr.dll
|
|
@@!p:IconIndex = 0
|
|
@@!p:InfoTip = "@%11%\IISMui.dll,-2"
|
|
@@!p:DisplayResource ="%11%\IISMui.dll",1
|
|
@@!p:
|
|
@@!p:[UnInstall_StartMenuItem_Inetmgr]
|
|
@@!p:ProfileItems = UnInstall_StartMenuItem_Inetmgr_inf
|
|
@@!p:[UnInstall_StartMenuItem_Inetmgr_inf]
|
|
@@!p:Name = %StartMenuItem_IIS6_Inetmgr%,0x00000002
|
|
@@!p:Subdir = %StartMenuItem_IIS6_AdminTools%
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; About iis_common
|
|
@@!p:; =====================================================
|
|
@@!p:[iis_common_install]
|
|
@@!p:Copyfiles= \
|
|
@@!p:iis_product_files_sys, \
|
|
@@!p:iis_common_files_sys, \
|
|
@@!p:iis_common_files_sys_6, \
|
|
@@!p:iis_common_files_inetsrv, \
|
|
@@!p:iis_common_files_inetsrv_6, \
|
|
@@!p:iis_common_files_wmi_6,\
|
|
@@!p:iis_common_smtp_files_inetsrv, \
|
|
@@!p:iis_common_smtp_files_sys, \
|
|
@@!p:iis_common_nntp_files_inetsrv, \
|
|
@@!p:iis_common_nntp_files_sys
|
|
@@!p:DelFiles=iis_common_files_inetsrv_old,iis_product_files_sys_old
|
|
@@!p:SizeApproximation=1441792
|
|
@@!p:
|
|
@@!p:[iis_common_install_srv]
|
|
@@!p:Copyfiles= iis_common_files_winhelp_srv
|
|
@@!p:
|
|
@@!p:SizeApproximation=753664
|
|
@@!p:[iis_common_uninstall]
|
|
@@!p:Delfiles= \
|
|
@@!p:iis_product_files_sys, \
|
|
@@!p:iis_common_files_sys, \
|
|
@@!p:iis_common_files_sys_6, \
|
|
@@!p:iis_common_files_inetsrv, \
|
|
@@!p:iis_common_files_inetsrv_6, \
|
|
@@!p:iis_common_files_wmi_6, \
|
|
@@!p:iis_smtp_nntp_files_sys, \
|
|
@@!p:iis_smtp_nntp_files_inetsrv, \
|
|
@@!p:iis_common_smtp_files_inetsrv, \
|
|
@@!p:iis_common_smtp_files_sys, \
|
|
@@!p:iis_common_nntp_files_inetsrv, \
|
|
@@!p:iis_common_nntp_files_sys
|
|
@@!p:
|
|
@@!p:[iis_common_uninstall_srv]
|
|
@@!p:Delfiles= iis_common_files_winhelp_srv
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; About iis_core (hidden)
|
|
@@!p:; =====================================================
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:[iis_core_install]
|
|
@@!p:Copyfiles= \
|
|
@@!p:iis_core_files_sys, \
|
|
@@!p:iis_core_files_sys_counters, \
|
|
@@!p:iis_core_files_sys_no_remove, \
|
|
@@!p:iis_core_files_inetsrv, \
|
|
@@!p:iis_core_files_inetsrv_6, \
|
|
@s:iis_scripts_cluster_core, \
|
|
@@!p:iis_admsamp_files
|
|
@@!p:Delfiles=iis_core_files_inetsrv_remove
|
|
@@!p:
|
|
@@!p:[iis_core_IA64_install]
|
|
@@!p:Copyfiles= iis_SysWow64_info, iis_SysWow64_info_counters, iis_SysWow64_core_inetsrv
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:[iis_core_uninstall]
|
|
@@!p:Delfiles= \
|
|
@@!p:iis_core_files_sys, \
|
|
@@!p:iis_core_files_sys_counters, \
|
|
@@!p:iis_core_files_inetsrv, \
|
|
@@!p:iis_core_files_inetsrv_6, \
|
|
@s:iis_scripts_cluster_core, \
|
|
@@!p:iis_admsamp_files
|
|
@@!p:
|
|
@@!p:[iis_core_IA64_uninstall]
|
|
@@!p:Delfiles= iis_SysWow64_info, iis_SysWow64_info_counters, iis_SysWow64_core_inetsrv
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; About iis_inetmgr
|
|
@@!p:; =====================================================
|
|
@@!p:[iis_inetmgr_install]
|
|
@@!p:Copyfiles= \
|
|
@@!p:iis_inetmgr_files_sys, \
|
|
@@!p:iis_inetmgr_files_inetsrv, \
|
|
@s:iis_inetmgr_files_help, \
|
|
@w!p:iis_inetmgr_files_help_wks, \
|
|
@@!p:iis_inetmgr_smtp_files_inetsrv, \
|
|
@@!p:iis_inetmgr_smtp_files_helpmail, \
|
|
@@!p:iis_inetmgr_nntp_files_inetsrv, \
|
|
@@!p:iis_inetmgr_nntp_files_helpnews
|
|
@@!p:
|
|
@@!p:[iis_inetmgr_uninstall]
|
|
@@!p:Delfiles= \
|
|
@@!p:iis_inetmgr_files_sys, \
|
|
@@!p:iis_inetmgr_files_inetsrv, \
|
|
@s:iis_inetmgr_files_help, \
|
|
@w!p:iis_inetmgr_files_help_wks, \
|
|
@@!p:iis_inetmgr_files_winhelp, \
|
|
@@!p:iis_inetmgr_smtp_files_inetsrv, \
|
|
@@!p:iis_inetmgr_smtp_files_helpmail, \
|
|
@@!p:iis_inetmgr_nntp_files_inetsrv, \
|
|
@@!p:iis_inetmgr_nntp_files_helpnews
|
|
@@!p:; =====================================================
|
|
@@!p:; About iis_www
|
|
@@!p:; =====================================================
|
|
@@!p:[iis_www_root_install]
|
|
@@!p:Copyfiles=iis_www_files_wwwroot
|
|
@@!p:[iis_www_root_uninstall]
|
|
@@!p:Delfiles=iis_www_files_wwwroot
|
|
@@!p:
|
|
@@!p:[iis_www_install]
|
|
@@!p:Copyfiles= \
|
|
@@!p:iis_www_files_sys, \
|
|
@@!p:iis_www_files_sys_counters, \
|
|
@@!p:iis_www_files_sys_6_counters, \
|
|
@@!p:iis_www_files_inetsrv, \
|
|
@@!p:iis_www_files_inetsrv_6, \
|
|
@@!p:@i:iis_www_files_apppatch, \
|
|
@@!p:iis_scripts_cluster_www, \
|
|
@@!p:iis_www_files_inetsrv_iisadmpwd, \
|
|
@@!p:iis_www_files_custerr, \
|
|
@@!p:iis_admsamp_files_www
|
|
@@!p:
|
|
@@!p:[iis_www_install_AdminUI_Replacement]
|
|
@@!p:Copyfiles= iis_www_adminui_files, iis_www_adminui_files2
|
|
@@!p:
|
|
@s:[appsrv_console_install]
|
|
@s:CopyFiles = appsrv_console_files_sys
|
|
@@!p:
|
|
@@!p:[iis_www_IA64_install]
|
|
@@!p:Copyfiles= iis_SysWow64_inetsrv_w3svc_6,iis_SysWow64_inetsrv_w3svc_6_counters,iis_SysWow64_asp,iis_SysWow64_asp_counters
|
|
@@!p:
|
|
@@!p:[iis_www_uninstall]
|
|
@@!p:Delfiles= \
|
|
@@!p:iis_www_files_sys, \
|
|
@@!p:iis_www_files_sys_counters, \
|
|
@@!p:iis_www_files_sys_6_counters, \
|
|
@@!p:iis_www_files_inetsrv, \
|
|
@@!p:iis_www_files_inetsrv_old, \
|
|
@@!p:iis_www_files_inetsrv_6, \
|
|
@@!p:@i:iis_www_files_apppatch, \
|
|
@@!p:iis_scripts_cluster_www, \
|
|
@@!p:iis_www_files_inetsrv_datafiles, \
|
|
@@!p:iis_www_files_inetsrv_iisadmpwd, \
|
|
@@!p:iis_www_files_custerr, \
|
|
@@!p:iis_admsamp_files_www, \
|
|
@@!p:iis_www_adminui_files, \
|
|
@@!p:iis_www_adminui_files2
|
|
@@!p:
|
|
@s:[appsrv_console_uninstall]
|
|
@s:Delfiles = appsrv_console_files_sys
|
|
|
|
@@!p:[iis_www_IA64_uninstall]
|
|
@@!p:Delfiles= iis_SysWow64_inetsrv_w3svc_6,iis_SysWow64_inetsrv_w3svc_6_counters,iis_SysWow64_asp_counters
|
|
@@!p:; =====================================================
|
|
@@!p:; About sakit_web
|
|
@@!p:; =====================================================
|
|
@@!p:[sakit_web_install]
|
|
@@!p:CopyFiles=
|
|
@@!p:
|
|
@@!p:[sakit_web_uninstall]
|
|
@@!p:CopyFiles=
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; About iis_ftp
|
|
@@!p:; =====================================================
|
|
@@!p:[iis_ftp_install]
|
|
@@!p:Copyfiles=iis_ftp_files_sys, iis_ftp_files_sys_counters, iis_ftp_files_inetsrv_6, iis_scripts_cluster_ftp
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:[iis_ftp_IA64_install]
|
|
@@!p:Copyfiles=iis_SysWow64_ftp, iis_SysWow64_ftp_counters
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:[iis_ftp_uninstall]
|
|
@@!p:Delfiles=iis_ftp_files_sys, iis_ftp_files_sys_counters, iis_ftp_files_inetsrv_6, iis_scripts_cluster_ftp
|
|
@@!p:
|
|
@@!p:[iis_ftp_IA64_uninstall]
|
|
@@!p:Delfiles=iis_SysWow64_ftp, iis_SysWow64_ftp_counters
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; About complusnetwork
|
|
@@!p:; =====================================================
|
|
@@!p:[complusnetwork_install]
|
|
@@!p:CopyFiles=
|
|
@@!p:
|
|
@@!p:[complusnetwork_uninstall]
|
|
@@!p:DelFiles=
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; About dtcnetwork
|
|
@@!p:; =====================================================
|
|
@@!p:[dtcnetwork_install]
|
|
@@!p:CopyFiles=
|
|
@@!p:
|
|
@@!p:[dtcnetwork_uninstall]
|
|
@@!p:DelFiles=
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; About IIS_ASP
|
|
@@!p:; =====================================================
|
|
@@!p:[IIS_ASP_install]
|
|
@@!p:CopyFiles=
|
|
@@!p:
|
|
@@!p:[IIS_ASP_uninstall]
|
|
@@!p:DelFiles=
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; About IIS_InternetDataConnector
|
|
@@!p:; =====================================================
|
|
@@!p:[IIS_InternetDataConnector_install]
|
|
@@!p:CopyFiles=
|
|
@@!p:
|
|
@@!p:[IIS_InternetDataConnector_uninstall]
|
|
@@!p:DelFiles=
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; About IIS_ServerSideIncludes
|
|
@@!p:; =====================================================
|
|
@@!p:[IIS_ServerSideIncludes_install]
|
|
@@!p:CopyFiles=
|
|
@@!p:
|
|
@@!p:[IIS_ServerSideIncludes_uninstall]
|
|
@@!p:DelFiles=
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; About IIS_IIS_WebDav
|
|
@@!p:; =====================================================
|
|
@@!p:[IIS_WebDav_install]
|
|
@@!p:CopyFiles=
|
|
@@!p:
|
|
@@!p:[IIS_WebDav_uninstall]
|
|
@@!p:DelFiles=
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; 10 ===> Windows directory.
|
|
@@!p:; "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:; 18 ===> Windows\help directory (%windir%)
|
|
@@!p:; "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:; 20 ===> windows\fonts directory
|
|
@@!p:; "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:; 11 ===> system directory (%windir%\system on Win95, %windir%\system32 on NT)
|
|
@@!p:; "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
|
|
@@!p:; 12 ===> drivers directory (%windir%\system32\drivers on NT)
|
|
@@!p:; 32768 ===> inetsrv
|
|
@@!p:; "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
|
|
@@!p:; 32769 ===> inetpub\ftproot
|
|
@@!p:; 32770 ===> inetpub\wwwroot
|
|
@@!p:; 32771 ===> inetpub\iissamples
|
|
@@!p:; 32773 ===> inetpub
|
|
@@!p:; "D:(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
|
|
@@!p:; 32777 ===> Program Files
|
|
@@!p:; "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:; 32778 ===> WinDir\Java\TrustLib
|
|
@@!p:; "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
|
|
@@!p:; 32779 ===> WebPub
|
|
@@!p:; =====================================================
|
|
@@!p:; iis_common_install
|
|
@@!p:[iis_product_files_sys.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_common_files_sys.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_common_files_sys_6.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_common_files_inetsrv.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_common_files_inetsrv_6.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_common_files_wmi_6.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@*:[iis_common_files_wmi_51.Security]
|
|
@*:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_common_files_winhelp_srv.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:
|
|
@@!p:; iis_core_install
|
|
@@!p:[iis_core_files_sys.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_core_files_sys_counters.Security]
|
|
@@!p:"D:P(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_core_files_sys_no_remove.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_core_files_inetsrv.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_core_files_inetsrv_6.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_scripts_cluster_core.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:
|
|
@@!p:[iis_admsamp_files.Security]
|
|
@@!p:"D:(A;;GA;;;BA)"
|
|
@@!p:
|
|
@@!p:;iis_core_install_srv
|
|
@@!p:
|
|
@@!p:;iis_inetmgr_install
|
|
@@!p:[iis_inetmgr_files_sys.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_inetmgr_files_inetsrv.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_inetmgr_files_winhelp.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@s:[iis_inetmgr_files_help.Security]
|
|
@s:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@w!p:[iis_inetmgr_files_help_wks.Security]
|
|
@w!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:;iis_www_install
|
|
@@!p:[iis_www_files_wwwroot.Security]
|
|
@@!p:"D:(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_www_files_sys.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_www_files_sys_counters.Security]
|
|
@@!p:"D:P(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_www_files_sys_6_counters.Security]
|
|
@@!p:"D:P(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_www_files_inetsrv.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_www_adminui_files.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_www_adminui_files2.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_www_files_inetsrv_6.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_scripts_cluster_www.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:@i:[iis_www_files_apppatch.Security]
|
|
@@!p:@i:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_www_files_inetsrv_iisadmpwd.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_www_files_custerr.Security]
|
|
@@!p:"D:(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_admsamp_files_www.Security]
|
|
@@!p:"D:(A;;GA;;;BA)"
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:;iis_ftp_install
|
|
@@!p:[iis_ftp_files_sys.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_ftp_files_sys_counters.Security]
|
|
@@!p:"D:P(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_ftp_files_inetsrv_6.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_scripts_cluster_ftp.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:
|
|
@@!p:; SMTP and NNTP files for common and inetmgr
|
|
@@!p:[iis_inetmgr_smtp_files_inetsrv.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
|
|
@@!p:[iis_inetmgr_smtp_files_helpmail.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_common_smtp_files_inetsrv.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
|
|
@@!p:[iis_common_smtp_files_sys.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
|
|
@@!p:[iis_inetmgr_nntp_files_inetsrv.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
|
|
@@!p:[iis_inetmgr_nntp_files_helpnews.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_common_nntp_files_inetsrv.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
|
|
@@!p:[iis_common_nntp_files_sys.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
|
|
@@!p:
|
|
@@!p:; SysWow
|
|
@@!p:[iis_SysWow64_ftp.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_SysWow64_ftp_counters.Security]
|
|
@@!p:"D:P(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_SysWow64_info.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_SysWow64_core_inetsrv.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_SysWow64_info_counters.Security]
|
|
@@!p:"D:P(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_SysWow64_asp.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_SysWow64_asp_counters.Security]
|
|
@@!p:"D:P(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_SysWow64_inetsrv_w3svc_6.Security]
|
|
@@!p:"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
@@!p:[iis_SysWow64_inetsrv_w3svc_6_counters.Security]
|
|
@@!p:"D:P(A;;GA;;;BA)(A;;GA;;;SY)"
|
|
|
|
; =====================================================
|
|
; 10 ===> Windows directory.
|
|
; 18 ===> Windows\help directory (%windir%)
|
|
; 20 ===> windows\fonts directory
|
|
; 11 ===> system directory (%windir%\system on Win95, %windir%\system32 on NT)
|
|
; 12 ===> drivers directory (%windir%\system32\drivers on NT)
|
|
; 32768 ===> inetsrv
|
|
; 32769 ===> inetpub\ftproot
|
|
; 32770 ===> inetpub\wwwroot
|
|
; 32771 ===> inetpub\iissamples
|
|
; 32773 ===> inetpub
|
|
; 32774 ===> Old inetsrv dir
|
|
; 32775 ===> Old m_csPathOldPWSFiles
|
|
; 32776 ===> Old m_csPathOldPWSSystemFiles
|
|
; 32777 ===> Program Files
|
|
; 32778 ===> WinDir\Java\TrustLib
|
|
; 32779 ===> WebPub
|
|
; =====================================================
|
|
[DestinationDirs]
|
|
@@!p:iis_SysWow64_ftp = 16425
|
|
@@!p:iis_SysWow64_ftp_counters = 16425
|
|
@@!p:iis_SysWow64_info = 16425
|
|
@@!p:iis_SysWow64_core_inetsrv = 16425, inetsrv
|
|
@@!p:iis_SysWow64_info_counters = 16425
|
|
@@!p:iis_SysWow64_asp = 16425
|
|
@@!p:iis_SysWow64_asp_counters = 16425
|
|
@@!p:iis_SysWow64_inetsrv_w3svc_6 = 16425,inetsrv
|
|
@@!p:iis_SysWow64_inetsrv_w3svc_6_counters = 16425,inetsrv
|
|
@@!p:iis_common_files_sys = 11
|
|
@@!p:iis_common_files_sys_6 = 11
|
|
@@!p:iis_common_files_inetsrv = 32768
|
|
@@!p:iis_common_files_inetsrv_6 = 32768
|
|
@@!p:iis_common_files_inetsrv_old = 32768
|
|
@@!p:iis_common_files_wmi_6 = 11, wbem
|
|
@@!p:iis_common_files_winhelp_srv = 18, iisHelp\iis\winhelp
|
|
@@!p:iis_common_files_relnotes_iis = 18, iisHelp\iis\htm\core
|
|
@@!p:iis_product_files_sys=11
|
|
@@!p:iis_product_files_sys_old=11
|
|
@@!p:iis_product_files_setup=11, setup
|
|
@@!p:iis_core_files_sys = 11
|
|
@@!p:iis_core_files_sys_counters = 11
|
|
@@!p:iis_core_files_sys_no_remove = 11
|
|
@@!p:iis_core_files_inetsrv = 32768
|
|
@@!p:iis_core_files_inetsrv_6 = 32768
|
|
@@!p:iis_core_files_inetsrv_remove = 32768
|
|
@@!p:iis_inetmgr_files_sys = 11
|
|
@@!p:iis_inetmgr_files_inetsrv = 32768
|
|
@s:iis_inetmgr_files_help = 18
|
|
@w!p:iis_inetmgr_files_help_wks = 18
|
|
@@!p:iis_inetmgr_files_winhelp = 18, iisHelp\iis\winhelp
|
|
@@!p:iis_www_files_sys = 11
|
|
@@!p:iis_www_files_sys_counters = 11
|
|
@@!p:iis_www_files_sys_6_counters = 11
|
|
@@!p:iis_www_files_drivers = 12
|
|
@@!p:iis_www_files_inetsrv = 32768
|
|
@@!p:iis_www_adminui_files = 32768, iisadmin
|
|
@@!p:iis_www_adminui_files2 = 32768, iisadmin
|
|
@@!p:iis_scripts_cluster_www = 32768
|
|
@@!p:iis_scripts_cluster_ftp = 32768
|
|
@@!p:iis_scripts_cluster_core = 32768
|
|
@@!p:iis_www_files_inetsrv_old = 32768
|
|
@@!p:iis_www_files_inetsrv_6 = 32768
|
|
@@!p:@i:iis_www_files_apppatch = 10, apppatch
|
|
@@!p:iis_www_files_inetsrv_datafiles = 32768, Data
|
|
@@!p:iis_www_files_inetsrv_iisadmpwd = 32768, iisadmpwd
|
|
@@!p:iis_www_files_wwwroot = 32770
|
|
@@!p:iis_www_files_custerr = 18, iisHelp\common
|
|
@@!p:iis_smtp_nntp_files_sys = 11
|
|
@@!p:iis_smtp_nntp_files_inetsrv = 32768
|
|
@@!p:iis_ftp_files_sys = 11
|
|
@@!p:iis_ftp_files_sys_counters = 11
|
|
@@!p:iis_ftp_files_inetsrv_6 = 32768
|
|
@@!p:iis_admsamp_files = 32773, AdminScripts
|
|
@@!p:iis_admsamp_files_www = 32773, AdminScripts
|
|
@s:appsrv_console_files_sys = 11
|
|
@@!p:iis_inetmgr_smtp_files_inetsrv = 11, inetsrv
|
|
@@!p:iis_inetmgr_smtp_files_helpmail = 18, mail
|
|
@@!p:iis_common_smtp_files_inetsrv = 11, inetsrv
|
|
@@!p:iis_common_smtp_files_sys = 11
|
|
@@!p:iis_inetmgr_nntp_files_inetsrv = 11, inetsrv
|
|
@@!p:iis_inetmgr_nntp_files_helpnews = 18, news
|
|
@@!p:iis_common_nntp_files_inetsrv = 11, inetsrv
|
|
@@!p:iis_common_nntp_files_sys = 11
|
|
@@!p:
|
|
@@!p:; iis versions
|
|
@p:iis_40_files_sys = 11
|
|
@p:iis_40_files_sys_setup = 11,setup
|
|
@p:iis_40_files_inetsrv = 32768
|
|
@p:iis_40_files_inetsrv_adminsamples = 32768, adminsamples
|
|
@p:iis_40_files_inetsrv_iisadmpwd = 32768, iisadmpwd
|
|
@p:iis_40_files_inetsrv_iisadmin_2 = 32768, iisadmin
|
|
@p:iis_40_files_inetsrv_iisadmin_2a = 32768, iisadmin\Images
|
|
@p:iis_40_files_inetsrv_iisadmin_2b = 32768, iisadmin\jsbrowser
|
|
@p:iis_40_files_inetsrv_iisadmin_2c = 32768, iisadmin\website
|
|
@p:iis_40_files_inetsrv_iisadmin_2d = 32768, iisadmin\publish
|
|
@p:iis_40_files_inetsrv_iisadmin_2e = 32768, iisadmin\tour
|
|
@p:iis_40_files_publish_jsbrowser = 32768, iisadmin\publish\jsbrowser
|
|
@p:iis_40_files_winhelp = 18, pws\winhelp
|
|
@p:iis_40_files_help_common = 18, common
|
|
@p:iis_40_files_homepage = 32771, homepage
|
|
@p:iis_40_files_homepage_themes_1 = 32771, homepage\themes\journal
|
|
@p:iis_40_files_homepage_themes_2 = 32771, homepage\themes\looseleaf
|
|
@p:iis_40_files_homepage_themes_3 = 32771, homepage\themes\gunmetal
|
|
@p:
|
|
@p:iis95_40_files_sys = 10,system
|
|
@p:iis95_40_files_sys_setup = 10,System\setup
|
|
@p:iis95_40_files_inetsrv = 10, system\inetsrv
|
|
@p:iis95_40_files_inetsrv_adminsamples = 10, system\inetsrv\adminsamples
|
|
@p:iis95_40_files_inetsrv_iisadmpwd = 10, system\inetsrv\iisadmpwd
|
|
@p:iis95_40_files_inetsrv_iisadmin_2 = 10, system\inetsrv\iisadmin
|
|
@p:iis95_40_files_inetsrv_iisadmin_2a = 10, system\inetsrv\iisadmin\Images
|
|
@p:iis95_40_files_inetsrv_iisadmin_2b = 10, system\inetsrv\iisadmin\jsbrowser
|
|
@p:iis95_40_files_inetsrv_iisadmin_2c = 10, system\inetsrv\iisadmin\website
|
|
@p:iis95_40_files_inetsrv_iisadmin_2d = 10, system\inetsrv\iisadmin\publish
|
|
@p:iis95_40_files_inetsrv_iisadmin_2e = 10, system\inetsrv\iisadmin\tour
|
|
@p:
|
|
pws10_docs=32777, WebSvr\docs
|
|
pws10_htmlascr=32777,WebSvr\htmlascr
|
|
pws10_htmla=32777,WebSvr\htmla
|
|
pws10_system=32777,WebSvr\System
|
|
pws10_sysdir=10, System
|
|
pws10_windirinf=17
|
|
@p:
|
|
pws10_osr2_docs=32777, Personal Web Server\docs
|
|
pws10_osr2_htmlascr=32777,Personal Web Server\htmlascr
|
|
pws10_osr2_htmla=32777,Personal Web Server\htmla
|
|
pws10_osr2_system=32777,Personal Web Server\WebServer
|
|
@@!p:iis_old_keyring_inetsrv=32768
|
|
@@!p:iis_oldftp_files_sys=11
|
|
@@!p:iis_20_files_sys=11
|
|
@@!p:iis_20_files_inetsrv=32774
|
|
@@!p:iis_20_files_inetsrv_iisadmin=32774, iisadmin
|
|
@@!p:iis_20_files_inetsrv_iisadmin_htmldocs=32774, iisadmin\htmldocs
|
|
@@!p:iis_30_files_asp=32774,asp
|
|
@@!p:iis_30_files_asp_cmpnts=32774,asp\cmpnts
|
|
@@!p:iis_30_files_old_advworks= 32773,ASPSamp\AdvWorks
|
|
@@!p:iis_30_files_old_advworks_samples= 32773,ASPSamp\AdvWorks\Samples
|
|
@@!p:iis_30_files_old_advworks_controls= 32773,ASPSamp\AdvWorks\Controls
|
|
@@!p:iis_30_files_old_advworks_Equipment= 32773,ASPSamp\AdvWorks\Equipment
|
|
@@!p:iis_30_files_old_advworks_Excursions= 32773,ASPSamp\AdvWorks\Excursions
|
|
@@!p:iis_30_files_old_advworks_Internal= 32773,ASPSamp\AdvWorks\Internal
|
|
@@!p:iis_30_files_old_advworks_MM= 32773,ASPSamp\AdvWorks\Multimedia
|
|
@@!p:iis_30_files_old_advworks_MM_Audio= 32773,ASPSamp\AdvWorks\Multimedia\Audio
|
|
@@!p:iis_30_files_old_advworks_MM_Cat= 32773,ASPSamp\AdvWorks\Multimedia\Catalog
|
|
@@!p:iis_30_files_old_advworks_MM_Cat_Camping= 32773,ASPSamp\AdvWorks\Multimedia\Catalog\Camping
|
|
@@!p:iis_30_files_old_advworks_MM_Cat_Climbing= 32773,ASPSamp\AdvWorks\Multimedia\Catalog\Climbing
|
|
@@!p:iis_30_files_old_advworks_MM_Cat_Clothing= 32773,ASPSamp\AdvWorks\Multimedia\Catalog\Clothing
|
|
@@!p:iis_30_files_old_advworks_MM_Images= 32773,ASPSamp\AdvWorks\Multimedia\Images
|
|
@@!p:iis_30_files_old_advworks_Resources= 32773,ASPSamp\AdvWorks\Resources
|
|
@@!p:iis_30_files_old_aspsamp_tut= 32773,ASPSamp\Tutorial
|
|
@@!p:iis_30_files_old_aspsamp_tut_images= 32773,ASPSamp\Tutorial\images
|
|
@@!p:iis_30_files_old_aspsamp_tut_lessons= 32773,ASPSamp\Tutorial\lessons
|
|
@@!p:iis_30_files_old_aspsamp_samples= 32773,ASPSamp\Samples
|
|
@@!p:iis_30_files_old_aspsamp= 32773,ASPSamp
|
|
@@!p:iis_30_files_old_docs= 32768, Docs
|
|
@@!p:iis_40_old_setup_files = 11,setup
|
|
@@!p:iis_40_old_setup_files_w95 = 10,System\setup
|
|
@@!p:iis_40_old_doc_files_common = 18, common
|
|
@@!p:iis_40_files_sys = 11
|
|
@@!p:iis_40_files_inetsrv = 32774
|
|
@@!p:iis_40_files_inetsrv_2 = 32774
|
|
@@!p:iis_40_files_cluster = 10, cluster
|
|
@@!p:iis_40_files_inetsrv_adminsamples = 32774, adminsamples
|
|
@@!p:iis_40_files_inetsrv_iisadmpwd = 32768, iisadmpwd
|
|
@@!p:iis_40_files_inetsrv_iisadmpwd_2 = 32774, iisadmpwd
|
|
@@!p:iis_40_files_inetsrv_iisadmin_2 = 32774, iisadmin
|
|
@@!p:iis_40_files_inetsrv_iisadmin_2a = 32774, iisadmin\Images
|
|
@@!p:iis_40_files_inetsrv_iisadmin_2b = 32774, iisadmin\jsbrowser
|
|
@@!p:iis_40_files_website = 32774, iisadmin\website
|
|
@@!p:iis_40_files_publish = 32774, iisadmin\publish
|
|
@@!p:iis_40_files_publish_jsbrowser = 32774, iisadmin\publish\jsbrowser
|
|
@@!p:iis_40_pwmgr_files_sys = 11
|
|
@@!p:iis_40_pwmgr_files_inetsrv = 32768
|
|
@@!p:iis_40_pwmgr_files_winhelp = 18, pws\winhelp
|
|
@@!p:iis_40_pwmgr_files_globalasa = 32768, iisadmin
|
|
@@!p:iis_40_pwmgr_files_website = 32768, iisadmin\website
|
|
@@!p:iis_40_pwmgr_files_publish = 32768, iisadmin\publish
|
|
@@!p:iis_40_pwmgr_files_publish_jsbrowser = 32768, iisadmin\publish\jsbrowser
|
|
@@!p:iis_40_pwmgr_files_tour = 32768, iisadmin\tour
|
|
@@!p:iis_40_pwmgr_files_homepage = 32771, homepage
|
|
@@!p:iis_40_pwmgr_files_homepage_themes_1 = 32771, homepage\themes\journal
|
|
@@!p:iis_40_pwmgr_files_homepage_themes_2 = 32771, homepage\themes\looseleaf
|
|
@@!p:iis_40_pwmgr_files_homepage_themes_3 = 32771, homepage\themes\gunmetal
|
|
@@!p:iis_50_windir = 10
|
|
@@!p:iis_50_files_sys = 11
|
|
@@!p:iis_50_files_inetsrv = 32774
|
|
@@!p:iis_50_pwmgr_files_sys = 11
|
|
@@!p:iis_50_pwmgr_files_inetsrv = 32768
|
|
@@!p:iis_50_pwmgr_files_winhelp = 18, iisHelp\iis\winhelp
|
|
@@!p:iis_50_pwmgr_files_globalasa = 32768, iisadmin
|
|
@@!p:iis_50_pwmgr_files_tour = 32768, iisadmin\tour
|
|
@@!p:iis_50_pwmgr_files_homepage = 32771, homepage
|
|
@@!p:iis_50_pwmgr_files_homepage_themes_1 = 32771, homepage\themes\journal
|
|
@@!p:iis_50_pwmgr_files_homepage_themes_2 = 32771, homepage\themes\looseleaf
|
|
@@!p:iis_50_pwmgr_files_homepage_themes_3 = 32771, homepage\themes\gunmetal
|
|
@@!p:iis_50_doc_files_help_old = 18
|
|
@@!p:iis_50_doc_files_tutorial = 18, iisHelp\iis\htm\tutorial
|
|
@@!p:iis_50_doc_files_tutorial_template = 18, iisHelp\iis\htm\tutorial\template
|
|
@@!p:iis_50_sdk00_files=32771,sdk
|
|
@@!p:iis_50_sdk01_files=32771,sdk\admin
|
|
@@!p:iis_50_sdk02_files=32771,sdk\asp
|
|
@@!p:iis_50_sdk03_files=32771,sdk\asp\applications
|
|
@@!p:iis_50_sdk04_files=32771,sdk\asp\components
|
|
@@!p:iis_50_sdk05_files=32771,sdk\asp\database
|
|
@@!p:iis_50_sdk06_files=32771,sdk\asp\docs
|
|
@@!p:iis_50_sdk07_files=32771,sdk\asp\interaction
|
|
@@!p:iis_50_sdk08_files=32771,sdk\asp\simple
|
|
@@!p:iis_50_sdk09_files=32771,sdk\asp\transactional
|
|
@@!p:iis_50_sdk10_files=32771,sdk\include
|
|
@@!p:iis_50_sdk11_files=32771,sdk\isapi
|
|
@@!p:iis_50_www_files_javatld_asp = 32778, com\ms\asp
|
|
@@!p:iis_50_doc_files_asp = 18, iisHelp\iis\htm\asp
|
|
@@!p:iis_50_doc_files_asp_art = 18, iisHelp\iis\htm\asp\art
|
|
|
|
@p:
|
|
@p:[iis_40_files_sys_setup]
|
|
@p:iis.dll
|
|
@p:iis.inf
|
|
@p:iisv4.inf
|
|
@p:unattend.txt
|
|
@p:
|
|
@p:[iis_40_files_sys]
|
|
@p:adsiis.tlb
|
|
@p:getfile.exe
|
|
@p:pwstray.exe
|
|
@p:admwprox.dll
|
|
@p:GetFile.dll
|
|
@p:wamregps.dll
|
|
@p:convlog.exe
|
|
@p:pwstray.exe
|
|
@p:aspperf.dll
|
|
@p:axctrnm.h
|
|
@p:axperf.ini
|
|
@p:w3ctrs.dll
|
|
@p:w3ctrs.ini
|
|
@p:w3ctrs.h
|
|
@p:infoctrs.dll
|
|
@p:infoctrs.ini
|
|
@p:infoctrs.h
|
|
@p:ftpctrs2.dll
|
|
@p:ftpctrs.ini
|
|
@p:ftpctrs.h
|
|
@p:
|
|
@p:[iis_40_files_inetsrv]
|
|
@p:MyInfo.xml
|
|
@p:kjhgfdsa.001
|
|
@p:kjhgfdsa.002
|
|
@p:Metabase.bin
|
|
@p:pws.exe
|
|
@p:tips.dat
|
|
@p:;ipudll.dll ;needed by keyring.exe
|
|
@p:ftp.mib
|
|
@p:gateway.mib
|
|
@p:http.mib
|
|
@p:inetsrv.mib
|
|
@p:smi.mib
|
|
@p:admexs.dll
|
|
@p:ADROT.dll
|
|
@p:asp.dll
|
|
@p:authfilt.dll
|
|
@p:browscap.dll
|
|
@p:browscap.ini
|
|
@p:ccodes.txt
|
|
@p:CertMap.ocx
|
|
@p:clusiis4.dll
|
|
@p:Cnfgprts.ocx
|
|
@p:coadmin.dll
|
|
@p:iis.msc
|
|
@p:iisadmin.dll
|
|
@p:iisca.exe
|
|
@p:iischema.dll
|
|
@p:iisclex4.dll
|
|
@p:iiscrmap.dll
|
|
@p:iisfecnv.dll
|
|
@p:iislog.dll
|
|
@p:iisperf.pmc
|
|
@p:iissync.exe
|
|
@p:iisui.dll
|
|
@p:inetmgr.dll
|
|
@p:isatq.dll
|
|
@p:iscomlog.dll
|
|
@p:ism.dll
|
|
@p:iwrps.dll
|
|
@p:logui.ocx
|
|
@p:lonsint.dll
|
|
@p:md5filt.dll
|
|
@p:mdsync.dll
|
|
@p:metadata.dll
|
|
@p:myinfo.dll
|
|
@p:NEXTLINK.dll
|
|
@p:nsepm.dll
|
|
@p:pwsdata.dll
|
|
@p:regsvr32.exe
|
|
@p:rpcref.dll
|
|
@p:rsaci.rat
|
|
@p:ssinc.dll
|
|
@p:svcext.dll
|
|
@p:w3ext.dll
|
|
@p:wam.dll
|
|
@p:wamps.dll
|
|
@p:wamreg.dll
|
|
@p:HTTPODBC.DLL
|
|
@p:INETINFO.EXE
|
|
@p:INFOCOMM.DLL
|
|
@p:LONSIW95.DLL
|
|
@p:METABASE.BIN
|
|
@p:W3SVC.DLL
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_adminsamples]
|
|
@p:adsutil.vbs
|
|
@p:chaccess.vbs
|
|
@p:contftp.vbs
|
|
@p:contsrv.vbs
|
|
@p:contweb.vbs
|
|
@p:dispnode.vbs
|
|
@p:disptree.vbs
|
|
@p:findweb.vbs
|
|
@p:fixcfg.vbs
|
|
@p:mkw3site.vbs
|
|
@p:mkwebdir.vbs
|
|
@p:pauseftp.vbs
|
|
@p:pausesrv.vbs
|
|
@p:pauseweb.vbs
|
|
@p:startftp.vbs
|
|
@p:startsrv.vbs
|
|
@p:startweb.vbs
|
|
@p:stopftp.vbs
|
|
@p:stopsrv.vbs
|
|
@p:stopweb.vbs
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmpwd]
|
|
@p:achg.htr
|
|
@p:aexp.htr
|
|
@p:aexp2.htr
|
|
@p:aexp2b.htr
|
|
@p:aexp3.htr
|
|
@p:aexp4.htr
|
|
@p:aexp4b.htr
|
|
@p:anot.htr
|
|
@p:anot3.htr
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmin_2]
|
|
@p:global.asa
|
|
@p:blank.htm
|
|
@p:calendar.asp
|
|
@p:default.asp
|
|
@p:iiabout.asp
|
|
@p:iiaccess.asp
|
|
@p:iiacct.asp
|
|
@p:iiacsshd.asp
|
|
@p:iiacssls.asp
|
|
@p:iiaction.asp
|
|
@p:iiadm.asp
|
|
@p:iiadmbd.asp
|
|
@p:iiadmhd.asp
|
|
@p:iiadmls.asp
|
|
@p:iiamap.asp
|
|
@p:iiamaphd.asp
|
|
@p:iiamapls.asp
|
|
@p:iiapp.asp
|
|
@p:iiapphd.asp
|
|
@p:iiappmn.asp
|
|
@p:iiauth.asp
|
|
@p:iibind.inc
|
|
@p:iibkup.asp
|
|
@p:iibkuphd.asp
|
|
@p:iibkupls.asp
|
|
@p:iibkupset.asp
|
|
@p:iibkuptl.asp
|
|
@p:iibody.asp
|
|
@p:iicache.asp
|
|
@p:iichkpath.asp
|
|
@p:iicomm.asp
|
|
@p:iicomp.asp
|
|
@p:iidef.asp
|
|
@p:iidoc.asp
|
|
@p:iierr.asp
|
|
@p:iierrhd.asp
|
|
@p:iierrls.asp
|
|
@p:iifilt.asp
|
|
@p:iifilthd.asp
|
|
@p:iifiltls.asp
|
|
@p:iifixpth.inc
|
|
@p:iifmsg.asp
|
|
@p:iifnav.asp
|
|
@p:iiftp.asp
|
|
@p:iifvd.asp
|
|
@p:iifvddir.asp
|
|
@p:iifvdhd.asp
|
|
@p:iifvdnt.asp
|
|
@p:iifvdrd.asp
|
|
@p:iifvs.asp
|
|
@p:iigtdata.asp
|
|
@p:iihd.asp
|
|
@p:iihdn.asp
|
|
@p:iihdr.asp
|
|
@p:iihdrhd.asp
|
|
@p:iihdrls.asp
|
|
@p:iilist.asp
|
|
@p:iilog.asp
|
|
@p:iiloghd.asp
|
|
@p:iilogmn.asp
|
|
@p:iimime.asp
|
|
@p:iimimehd.asp
|
|
@p:iimimels.asp
|
|
@p:iimlti.asp
|
|
@p:iimltihd.asp
|
|
@p:iimltils.asp
|
|
@p:iimnu.asp
|
|
@p:iinav.asp
|
|
@p:iipath.asp
|
|
@p:iipathhd.asp
|
|
@p:iipathls.asp
|
|
@p:iiperf.asp
|
|
@p:iipop.asp
|
|
@p:iipopcl.asp
|
|
@p:iipopcl.htm
|
|
@p:iipophd.asp
|
|
@p:iipoptl.asp
|
|
@p:iiput.asp
|
|
@p:iiputls.asp
|
|
@p:iirename.asp
|
|
@p:iirte.asp
|
|
@p:iirtehd.asp
|
|
@p:iirtels.asp
|
|
@p:iis.asp
|
|
@p:iiscript.asp
|
|
@p:iisec.asp
|
|
@p:iisechd.asp
|
|
@p:iisecls.asp
|
|
@p:iisess.asp
|
|
@p:iiset.asp
|
|
@p:iiset.inc
|
|
@p:iislider.asp
|
|
@p:iisnew.asp
|
|
@p:iisrvls.asp
|
|
@p:iistat.asp
|
|
@p:iito.inc
|
|
@p:iitool.asp
|
|
@p:iivd.asp
|
|
@p:iivddir.asp
|
|
@p:iivdhd.asp
|
|
@p:iivdnt.asp
|
|
@p:iivdrd.asp
|
|
@p:iivs.asp
|
|
@p:iiwww.asp
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmin_2a]
|
|
@p:about.gif
|
|
@p:access.gif
|
|
@p:app0.gif
|
|
@p:app2.gif
|
|
@p:app4.gif
|
|
@p:app6.gif
|
|
@p:back.gif
|
|
@p:blank.gif
|
|
@p:blankl.gif
|
|
@p:browse.gif
|
|
@p:cert.gif
|
|
@p:checkoff.gif
|
|
@p:checkon.gif
|
|
@p:cncl.gif
|
|
@p:comp.gif
|
|
@p:comp0.gif
|
|
@p:comp1.gif
|
|
@p:comp2.gif
|
|
@p:comp3.gif
|
|
@p:comp4.gif
|
|
@p:cont.gif
|
|
@p:dir0.gif
|
|
@p:dir2.gif
|
|
@p:dir4.gif
|
|
@p:doc.gif
|
|
@p:drct.gif
|
|
@p:edit.gif
|
|
@p:file.gif
|
|
@p:ftp0.gif
|
|
@p:ftp2.gif
|
|
@p:ftp4.gif
|
|
@p:ftp6.gif
|
|
@p:ftpprop.gif
|
|
@p:handshk.gif
|
|
@p:help.gif
|
|
@p:iisnav.gif
|
|
@p:iisttl.gif
|
|
@p:info.gif
|
|
@p:info_ani.gif
|
|
@p:ism.gif
|
|
@p:ismhd.gif
|
|
@p:key.gif
|
|
@p:line.gif
|
|
@p:loading.gif
|
|
@p:lock.gif
|
|
@p:logo.gif
|
|
@p:master.gif
|
|
@p:mime.gif
|
|
@p:minus.gif
|
|
@p:minusl.gif
|
|
@p:new.gif
|
|
@p:next.gif
|
|
@p:off.gif
|
|
@p:ok.gif
|
|
@p:on.gif
|
|
@p:open.gif
|
|
@p:pause.gif
|
|
@p:plus.gif
|
|
@p:plusl.gif
|
|
@p:radiooff.gif
|
|
@p:radioon.gif
|
|
@p:refr.gif
|
|
@p:remv.gif
|
|
@p:rename.gif
|
|
@p:roll.gif
|
|
@p:rte.gif
|
|
@p:save.gif
|
|
@p:sliderend.gif
|
|
@p:slideroff.gif
|
|
@p:slideron.gif
|
|
@p:slidersp.gif
|
|
@p:smallkey.gif
|
|
@p:space.gif
|
|
@p:stop.gif
|
|
@p:updir.gif
|
|
@p:url.gif
|
|
@p:vbscript.gif
|
|
@p:vdir0.gif
|
|
@p:vdir2.gif
|
|
@p:vdir4.gif
|
|
@p:www0.gif
|
|
@p:www2.gif
|
|
@p:www4.gif
|
|
@p:www6.gif
|
|
@p:wwwprop.gif
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmin_2b]
|
|
@p:blank.htm
|
|
@p:dir.gif
|
|
@p:file.gif
|
|
@p:jsbrowser.asp
|
|
@p:jsbrowser.js
|
|
@p:jsbrwcl.asp
|
|
@p:jsbrwflt.asp
|
|
@p:jsbrwhd.asp
|
|
@p:jsbrwls.asp
|
|
@p:jsbrwpop.asp
|
|
@p:jsbrwset.asp
|
|
@p:updir.gif
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmin_2c]
|
|
@p:filelist.asp
|
|
@p:finish.inc
|
|
@p:localize.inc
|
|
@p:pubbannr.gif
|
|
@p:publish.mdb
|
|
@p:welcome.asp
|
|
@p:welcome.inc
|
|
@p:admin.asp
|
|
@p:admin.gif
|
|
@p:default.asp
|
|
@p:dropbox.gif
|
|
@p:generic.gif
|
|
@p:merlin.gif
|
|
@p:message.gif
|
|
@p:;messages.mdb
|
|
@p:msg.gif
|
|
@p:;myinfo.inc
|
|
@p:qbe.asp
|
|
@p:streamer.gif
|
|
@p:t_theme.inc
|
|
@p:template.asp
|
|
@p:tempsubs.inc
|
|
@p:themes.inc
|
|
@p:urlform.asp
|
|
@p:wizard.asp
|
|
@p:admin.asp
|
|
@p:admin.gif
|
|
@p:default.asp
|
|
@p:dropbox.gif
|
|
@p:generic.gif
|
|
@p:merlin.gif
|
|
@p:message.gif
|
|
@p:;messages.mdb
|
|
@p:msg.gif
|
|
@p:;myinfo.inc
|
|
@p:qbe.asp
|
|
@p:streamer.gif
|
|
@p:t_theme.inc
|
|
@p:template.asp
|
|
@p:tempsubs.inc
|
|
@p:themes.inc
|
|
@p:urlform.asp
|
|
@p:wizard.asp
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmin_2d]
|
|
@p:blank.htm
|
|
@p:dir.gif
|
|
@p:file.gif
|
|
@p:JSBrowser.asp
|
|
@p:JSBrowser.js
|
|
@p:JSBrwCl.asp
|
|
@p:JSBrwFlt.asp
|
|
@p:JSBrwHd.asp
|
|
@p:JSBrwLs.asp
|
|
@p:JSBrwPop.asp
|
|
@p:JSBrwSet.asp
|
|
@p:JSBrwTre.asp
|
|
@p:updir.gif
|
|
@p:filelist.asp
|
|
@p:finish.inc
|
|
@p:localize.inc
|
|
@p:pubbannr.gif
|
|
@p:publish.mdb
|
|
@p:welcome.asp
|
|
@p:welcome.inc
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmin_2e]
|
|
@p:iitipa.htm
|
|
@p:iitipb.htm
|
|
@p:iitipc.htm
|
|
@p:iitipd.htm
|
|
@p:iitipe.htm
|
|
@p:iitipf.htm
|
|
@p:iitipg.htm
|
|
@p:iitiph.htm
|
|
@p:iitipi.htm
|
|
@p:iitipj.htm
|
|
@p:iitipk.htm
|
|
@p:iitipl.htm
|
|
@p:iitipm.htm
|
|
@p:iitoura.gif
|
|
@p:iitoura.htm
|
|
@p:iitourb.gif
|
|
@p:iitourb.htm
|
|
@p:iitourc.gif
|
|
@p:iitourc.htm
|
|
@p:iitourd.gif
|
|
@p:iitourd.htm
|
|
@p:iitoure.gif
|
|
@p:iitoure.htm
|
|
@p:iitourf.gif
|
|
@p:iitourf.htm
|
|
@p:iitourg.gif
|
|
@p:iitourg.htm
|
|
@p:iitourh.gif
|
|
@p:iitourh.htm
|
|
@p:iitouri.gif
|
|
@p:iitouri.htm
|
|
@p:iitourj.gif
|
|
@p:iitourj.htm
|
|
@p:iiwzhlp.htm
|
|
@p:iiwzhlp1.htm
|
|
@p:
|
|
@p:[iis_40_files_winhelp]
|
|
@p:pwshelp.hlp
|
|
@p:
|
|
@p:[iis_40_files_help_common]
|
|
@p:alpha.cab
|
|
@p:bestwith.gif
|
|
@p:cntimage.gif
|
|
@p:cocss.css
|
|
@p:colegal.htm
|
|
@p:coprint.htm
|
|
@p:cotoc.bmp
|
|
@p:coua.css
|
|
@p:DialogLayout.class
|
|
@p:Element.class
|
|
@p:ElementList.class
|
|
@p:hhctrl.cab
|
|
@p:HHCtrl.class
|
|
@p:i386.cab
|
|
@p:iiadden.htm
|
|
@p:IndexPanel.class
|
|
@p:java.cab
|
|
@p:loc.prp
|
|
@p:onestep.gif
|
|
@p:RelatedDialog.class
|
|
@p:SitemapParser.class
|
|
@p:spidie3.css
|
|
@p:spidie4.css
|
|
@p:TreeCanvas.class
|
|
@p:TreeView.class
|
|
@p:up.gif
|
|
@p:htmla.htm
|
|
@p:
|
|
@p:[iis_40_files_publish_jsbrowser]
|
|
@p:blank.htm
|
|
@p:dir.gif
|
|
@p:file.gif
|
|
@p:JSBrowser.asp
|
|
@p:JSBrowser.js
|
|
@p:JSBrwCl.asp
|
|
@p:JSBrwFlt.asp
|
|
@p:JSBrwHd.asp
|
|
@p:JSBrwLs.asp
|
|
@p:JSBrwPop.asp
|
|
@p:JSBrwSet.asp
|
|
@p:JSBrwTre.asp
|
|
@p:updir.gif
|
|
@p:
|
|
@p:
|
|
@p:[iis_40_files_homepage]
|
|
@p:bullet.gif
|
|
@p:;default.asp
|
|
@p:file.gif
|
|
@p:global.asa
|
|
@p:guestbk.asp
|
|
@p:myfiles.asp
|
|
@p:signbook.asp
|
|
@p:sub.inc
|
|
@p:theme.inc
|
|
@p:
|
|
@p:[iis_40_files_homepage_themes_1]
|
|
@p:layout.css
|
|
@p:layout.inc
|
|
@p:rip2_2.gif
|
|
@p:rip3.gif
|
|
@p:setup.inc
|
|
@p:
|
|
@p:[iis_40_files_homepage_themes_2]
|
|
@p:layout.css
|
|
@p:layout.inc
|
|
@p:setup.inc
|
|
@p:
|
|
@p:[iis_40_files_homepage_themes_3]
|
|
@p:gradient.gif
|
|
@p:layout.css
|
|
@p:layout.inc
|
|
@p:setup.inc
|
|
@p:
|
|
@p:[pws10_docs]
|
|
@p:ADMIN.HTM
|
|
@p:FTPSERV.HTM
|
|
@p:GETSTART.HTM
|
|
@p:DEFAULT.HTM
|
|
@p:
|
|
@p:[pws10_htmlascr]
|
|
@p:ADV.HTR
|
|
@p:ADVADDD.HTR
|
|
@p:ADVADDDU.HTR
|
|
@p:ADVADDG.HTR
|
|
@p:ADVADDGU.HTR
|
|
@p:ADVDED.HTR
|
|
@p:ADVDEG.HTR
|
|
@p:ADVDENY.HTR
|
|
@p:ADVDENY2.HTR
|
|
@p:ADVEDD.HTR
|
|
@p:ADVEDDU.HTR
|
|
@p:ADVEDG.HTR
|
|
@p:ADVEDGU.HTR
|
|
@p:ADVGRANT.HTR
|
|
@p:ADVU.HTR
|
|
@p:BDIR.HTR
|
|
@p:BDIRU.HTR
|
|
@p:CONN.HTR
|
|
@p:DIR.HTR
|
|
@p:DIRADD.HTR
|
|
@p:DIRADDU.HTR
|
|
@p:DIRDEL.HTR
|
|
@p:DIREDT.HTR
|
|
@p:DIREDTU.HTR
|
|
@p:DIRU.HTR
|
|
@p:DIRV.HTR
|
|
@p:DISC.HTR
|
|
@p:DISCA.HTR
|
|
@p:HTMLA.DLL
|
|
@p:HTMLA.HTR
|
|
@p:HTMLA.INF
|
|
@p:HTMLA2.INF
|
|
@p:LOG.HTR
|
|
@p:LOGU.HTR
|
|
@p:MSG.HTR
|
|
@p:MSGU.HTR
|
|
@p:SERV.HTR
|
|
@p:SERVU.HTR
|
|
@p:WSADMIN.DLL
|
|
@p:
|
|
@p:[pws10_htmla]
|
|
@p:ADV0.GIF
|
|
@p:ADV1.GIF
|
|
@p:BOLT.GIF
|
|
@p:CF.GIF
|
|
@p:DENY.GIF
|
|
@p:DIR0.GIF
|
|
@p:DIR1.GIF
|
|
@p:F.GIF
|
|
@p:FD.GIF
|
|
@p:FTP.GIF
|
|
@p:G.GIF
|
|
@p:GOPHER.GIF
|
|
@p:GRANT.GIF
|
|
@p:GROUPS0.GIF
|
|
@p:GROUPS1.GIF
|
|
@p:GRPCOMP.GIF
|
|
@p:HAND.GIF
|
|
@p:HD.GIF
|
|
@p:HOUSE_T.GIF
|
|
@p:HTMLA.HTM
|
|
@p:IIS_T.GIF
|
|
@p:IIS2_T.GIF
|
|
@p:LIN.GIF
|
|
@p:LOG0.GIF
|
|
@p:LOG1.GIF
|
|
@p:MSG0.GIF
|
|
@p:MSG1.GIF
|
|
@p:ND.GIF
|
|
@p:OF.GIF
|
|
@p:OK.GIF
|
|
@p:POWRBYBO.GIF
|
|
@p:SERV0.GIF
|
|
@p:SERV1.GIF
|
|
@p:SNGCOMP.GIF
|
|
@p:SPEC1.GIF
|
|
@p:SPEC2.GIF
|
|
@p:USERS0.GIF
|
|
@p:USERS1.GIF
|
|
@p:USRGRP0.GIF
|
|
@p:USRGRP1.GIF
|
|
@p:WORLD_T.GIF
|
|
@p:WWW.GIF
|
|
@p:
|
|
@p:[pws10_system]
|
|
@p:FTP.MIB
|
|
@p:FTPMIB.DLL
|
|
@p:FTPSVC2.DLL
|
|
@p:HTTP.MIB
|
|
@p:HTTPMIB.DLL
|
|
@p:INETSRV.MIB
|
|
@p:INETSVCS.ADM
|
|
@p:INETSW95.EXE
|
|
@p:INFOCOMM.DLL
|
|
@p:KEYGEN.EXE
|
|
@p:MSWEBNDI.EXE
|
|
@p:SETKEY.EXE
|
|
@p:SSPIFILT.DLL
|
|
@p:SVCTRL.EXE
|
|
@p:W3SVC.DLL
|
|
@p:
|
|
@p:[pws10_sysdir]
|
|
@p:MSWEBCPL.CPL
|
|
@p:
|
|
@p:[pws10_windirinf]
|
|
@p:MSWEBSVR.INF
|
|
@p:
|
|
@p:[iis95_40_files_sys_setup]
|
|
@p:iis.dll
|
|
@p:iis.inf
|
|
@p:iisv4.inf
|
|
@p:unattend.txt
|
|
@p:
|
|
@p:[iis95_40_files_sys]
|
|
@p:adsiis.tlb
|
|
@p:getfile.exe
|
|
@p:pwstray.exe
|
|
@p:admwprox.dll
|
|
@p:GetFile.dll
|
|
@p:wamregps.dll
|
|
@p:convlog.exe
|
|
@p:pwstray.exe
|
|
@p:aspperf.dll
|
|
@p:axctrnm.h
|
|
@p:axperf.ini
|
|
@p:w3ctrs.dll
|
|
@p:w3ctrs.ini
|
|
@p:w3ctrs.h
|
|
@p:infoctrs.dll
|
|
@p:infoctrs.ini
|
|
@p:infoctrs.h
|
|
@p:ftpctrs2.dll
|
|
@p:ftpctrs.ini
|
|
@p:ftpctrs.h
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv]
|
|
@p:MyInfo.xml
|
|
@p:kjhgfdsa.001
|
|
@p:kjhgfdsa.002
|
|
@p:Metabase.bin
|
|
@p:pws.exe
|
|
@p:tips.dat
|
|
@p:;ipudll.dll ;needed by keyring.exe
|
|
@p:ftp.mib
|
|
@p:gateway.mib
|
|
@p:http.mib
|
|
@p:inetsrv.mib
|
|
@p:smi.mib
|
|
@p:admexs.dll
|
|
@p:ADROT.dll
|
|
@p:asp.dll
|
|
@p:authfilt.dll
|
|
@p:browscap.dll
|
|
@p:browscap.ini
|
|
@p:ccodes.txt
|
|
@p:CertMap.ocx
|
|
@p:clusiis4.dll
|
|
@p:Cnfgprts.ocx
|
|
@p:coadmin.dll
|
|
@p:iis.msc
|
|
@p:iisadmin.dll
|
|
@p:iisca.exe
|
|
@p:iischema.dll
|
|
@p:iisclex4.dll
|
|
@p:iiscrmap.dll
|
|
@p:iisfecnv.dll
|
|
@p:iislog.dll
|
|
@p:iisperf.pmc
|
|
@p:iissync.exe
|
|
@p:iisui.dll
|
|
@p:inetmgr.dll
|
|
@p:isatq.dll
|
|
@p:iscomlog.dll
|
|
@p:ism.dll
|
|
@p:iwrps.dll
|
|
@p:logui.ocx
|
|
@p:lonsint.dll
|
|
@p:md5filt.dll
|
|
@p:mdsync.dll
|
|
@p:metadata.dll
|
|
@p:myinfo.dll
|
|
@p:NEXTLINK.dll
|
|
@p:nsepm.dll
|
|
@p:pwsdata.dll
|
|
@p:regsvr32.exe
|
|
@p:rpcref.dll
|
|
@p:rsaci.rat
|
|
@p:ssinc.dll
|
|
@p:svcext.dll
|
|
@p:w3ext.dll
|
|
@p:wam.dll
|
|
@p:wamps.dll
|
|
@p:wamreg.dll
|
|
@p:HTTPODBC.DLL
|
|
@p:INETINFO.EXE
|
|
@p:INFOCOMM.DLL
|
|
@p:LONSIW95.DLL
|
|
@p:METABASE.BIN
|
|
@p:W3SVC.DLL
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_adminsamples]
|
|
@p:adsutil.vbs
|
|
@p:chaccess.vbs
|
|
@p:contftp.vbs
|
|
@p:contsrv.vbs
|
|
@p:contweb.vbs
|
|
@p:dispnode.vbs
|
|
@p:disptree.vbs
|
|
@p:findweb.vbs
|
|
@p:fixcfg.vbs
|
|
@p:mkw3site.vbs
|
|
@p:mkwebdir.vbs
|
|
@p:pauseftp.vbs
|
|
@p:pausesrv.vbs
|
|
@p:pauseweb.vbs
|
|
@p:startftp.vbs
|
|
@p:startsrv.vbs
|
|
@p:startweb.vbs
|
|
@p:stopftp.vbs
|
|
@p:stopsrv.vbs
|
|
@p:stopweb.vbs
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmpwd]
|
|
@p:achg.htr
|
|
@p:aexp.htr
|
|
@p:aexp2.htr
|
|
@p:aexp2b.htr
|
|
@p:aexp3.htr
|
|
@p:aexp4.htr
|
|
@p:aexp4b.htr
|
|
@p:anot.htr
|
|
@p:anot3.htr
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmin_2]
|
|
@p:global.asa
|
|
@p:blank.htm
|
|
@p:calendar.asp
|
|
@p:default.asp
|
|
@p:iiabout.asp
|
|
@p:iiaccess.asp
|
|
@p:iiacct.asp
|
|
@p:iiacsshd.asp
|
|
@p:iiacssls.asp
|
|
@p:iiaction.asp
|
|
@p:iiadm.asp
|
|
@p:iiadmbd.asp
|
|
@p:iiadmhd.asp
|
|
@p:iiadmls.asp
|
|
@p:iiamap.asp
|
|
@p:iiamaphd.asp
|
|
@p:iiamapls.asp
|
|
@p:iiapp.asp
|
|
@p:iiapphd.asp
|
|
@p:iiappmn.asp
|
|
@p:iiauth.asp
|
|
@p:iibind.inc
|
|
@p:iibkup.asp
|
|
@p:iibkuphd.asp
|
|
@p:iibkupls.asp
|
|
@p:iibkupset.asp
|
|
@p:iibkuptl.asp
|
|
@p:iibody.asp
|
|
@p:iicache.asp
|
|
@p:iichkpath.asp
|
|
@p:iicomm.asp
|
|
@p:iicomp.asp
|
|
@p:iidef.asp
|
|
@p:iidoc.asp
|
|
@p:iierr.asp
|
|
@p:iierrhd.asp
|
|
@p:iierrls.asp
|
|
@p:iifilt.asp
|
|
@p:iifilthd.asp
|
|
@p:iifiltls.asp
|
|
@p:iifixpth.inc
|
|
@p:iifmsg.asp
|
|
@p:iifnav.asp
|
|
@p:iiftp.asp
|
|
@p:iifvd.asp
|
|
@p:iifvddir.asp
|
|
@p:iifvdhd.asp
|
|
@p:iifvdnt.asp
|
|
@p:iifvdrd.asp
|
|
@p:iifvs.asp
|
|
@p:iigtdata.asp
|
|
@p:iihd.asp
|
|
@p:iihdn.asp
|
|
@p:iihdr.asp
|
|
@p:iihdrhd.asp
|
|
@p:iihdrls.asp
|
|
@p:iilist.asp
|
|
@p:iilog.asp
|
|
@p:iiloghd.asp
|
|
@p:iilogmn.asp
|
|
@p:iimime.asp
|
|
@p:iimimehd.asp
|
|
@p:iimimels.asp
|
|
@p:iimlti.asp
|
|
@p:iimltihd.asp
|
|
@p:iimltils.asp
|
|
@p:iimnu.asp
|
|
@p:iinav.asp
|
|
@p:iipath.asp
|
|
@p:iipathhd.asp
|
|
@p:iipathls.asp
|
|
@p:iiperf.asp
|
|
@p:iipop.asp
|
|
@p:iipopcl.asp
|
|
@p:iipopcl.htm
|
|
@p:iipophd.asp
|
|
@p:iipoptl.asp
|
|
@p:iiput.asp
|
|
@p:iiputls.asp
|
|
@p:iirename.asp
|
|
@p:iirte.asp
|
|
@p:iirtehd.asp
|
|
@p:iirtels.asp
|
|
@p:iis.asp
|
|
@p:iiscript.asp
|
|
@p:iisec.asp
|
|
@p:iisechd.asp
|
|
@p:iisecls.asp
|
|
@p:iisess.asp
|
|
@p:iiset.asp
|
|
@p:iiset.inc
|
|
@p:iislider.asp
|
|
@p:iisnew.asp
|
|
@p:iisrvls.asp
|
|
@p:iistat.asp
|
|
@p:iito.inc
|
|
@p:iitool.asp
|
|
@p:iivd.asp
|
|
@p:iivddir.asp
|
|
@p:iivdhd.asp
|
|
@p:iivdnt.asp
|
|
@p:iivdrd.asp
|
|
@p:iivs.asp
|
|
@p:iiwww.asp
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmin_2a]
|
|
@p:about.gif
|
|
@p:access.gif
|
|
@p:app0.gif
|
|
@p:app2.gif
|
|
@p:app4.gif
|
|
@p:app6.gif
|
|
@p:back.gif
|
|
@p:blank.gif
|
|
@p:blankl.gif
|
|
@p:browse.gif
|
|
@p:cert.gif
|
|
@p:checkoff.gif
|
|
@p:checkon.gif
|
|
@p:cncl.gif
|
|
@p:comp.gif
|
|
@p:comp0.gif
|
|
@p:comp1.gif
|
|
@p:comp2.gif
|
|
@p:comp3.gif
|
|
@p:comp4.gif
|
|
@p:cont.gif
|
|
@p:dir0.gif
|
|
@p:dir2.gif
|
|
@p:dir4.gif
|
|
@p:doc.gif
|
|
@p:drct.gif
|
|
@p:edit.gif
|
|
@p:file.gif
|
|
@p:ftp0.gif
|
|
@p:ftp2.gif
|
|
@p:ftp4.gif
|
|
@p:ftp6.gif
|
|
@p:ftpprop.gif
|
|
@p:handshk.gif
|
|
@p:help.gif
|
|
@p:iisnav.gif
|
|
@p:iisttl.gif
|
|
@p:info.gif
|
|
@p:info_ani.gif
|
|
@p:ism.gif
|
|
@p:ismhd.gif
|
|
@p:key.gif
|
|
@p:line.gif
|
|
@p:loading.gif
|
|
@p:lock.gif
|
|
@p:logo.gif
|
|
@p:master.gif
|
|
@p:mime.gif
|
|
@p:minus.gif
|
|
@p:minusl.gif
|
|
@p:new.gif
|
|
@p:next.gif
|
|
@p:off.gif
|
|
@p:ok.gif
|
|
@p:on.gif
|
|
@p:open.gif
|
|
@p:pause.gif
|
|
@p:plus.gif
|
|
@p:plusl.gif
|
|
@p:radiooff.gif
|
|
@p:radioon.gif
|
|
@p:refr.gif
|
|
@p:remv.gif
|
|
@p:rename.gif
|
|
@p:roll.gif
|
|
@p:rte.gif
|
|
@p:save.gif
|
|
@p:sliderend.gif
|
|
@p:slideroff.gif
|
|
@p:slideron.gif
|
|
@p:slidersp.gif
|
|
@p:smallkey.gif
|
|
@p:space.gif
|
|
@p:stop.gif
|
|
@p:updir.gif
|
|
@p:url.gif
|
|
@p:vbscript.gif
|
|
@p:vdir0.gif
|
|
@p:vdir2.gif
|
|
@p:vdir4.gif
|
|
@p:www0.gif
|
|
@p:www2.gif
|
|
@p:www4.gif
|
|
@p:www6.gif
|
|
@p:wwwprop.gif
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmin_2b]
|
|
@p:blank.htm
|
|
@p:dir.gif
|
|
@p:file.gif
|
|
@p:jsbrowser.asp
|
|
@p:jsbrowser.js
|
|
@p:jsbrwcl.asp
|
|
@p:jsbrwflt.asp
|
|
@p:jsbrwhd.asp
|
|
@p:jsbrwls.asp
|
|
@p:jsbrwpop.asp
|
|
@p:jsbrwset.asp
|
|
@p:updir.gif
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmin_2c]
|
|
@p:filelist.asp
|
|
@p:finish.inc
|
|
@p:localize.inc
|
|
@p:pubbannr.gif
|
|
@p:publish.mdb
|
|
@p:welcome.asp
|
|
@p:welcome.inc
|
|
@p:admin.asp
|
|
@p:admin.gif
|
|
@p:default.asp
|
|
@p:dropbox.gif
|
|
@p:generic.gif
|
|
@p:merlin.gif
|
|
@p:message.gif
|
|
@p:;messages.mdb
|
|
@p:msg.gif
|
|
@p:;myinfo.inc
|
|
@p:qbe.asp
|
|
@p:streamer.gif
|
|
@p:t_theme.inc
|
|
@p:template.asp
|
|
@p:tempsubs.inc
|
|
@p:themes.inc
|
|
@p:urlform.asp
|
|
@p:wizard.asp
|
|
@p:admin.asp
|
|
@p:admin.gif
|
|
@p:default.asp
|
|
@p:dropbox.gif
|
|
@p:generic.gif
|
|
@p:merlin.gif
|
|
@p:message.gif
|
|
@p:;messages.mdb
|
|
@p:msg.gif
|
|
@p:;myinfo.inc
|
|
@p:qbe.asp
|
|
@p:streamer.gif
|
|
@p:t_theme.inc
|
|
@p:template.asp
|
|
@p:tempsubs.inc
|
|
@p:themes.inc
|
|
@p:urlform.asp
|
|
@p:wizard.asp
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmin_2d]
|
|
@p:blank.htm
|
|
@p:dir.gif
|
|
@p:file.gif
|
|
@p:JSBrowser.asp
|
|
@p:JSBrowser.js
|
|
@p:JSBrwCl.asp
|
|
@p:JSBrwFlt.asp
|
|
@p:JSBrwHd.asp
|
|
@p:JSBrwLs.asp
|
|
@p:JSBrwPop.asp
|
|
@p:JSBrwSet.asp
|
|
@p:JSBrwTre.asp
|
|
@p:updir.gif
|
|
@p:filelist.asp
|
|
@p:finish.inc
|
|
@p:localize.inc
|
|
@p:pubbannr.gif
|
|
@p:publish.mdb
|
|
@p:welcome.asp
|
|
@p:welcome.inc
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmin_2e]
|
|
@p:iitipa.htm
|
|
@p:iitipb.htm
|
|
@p:iitipc.htm
|
|
@p:iitipd.htm
|
|
@p:iitipe.htm
|
|
@p:iitipf.htm
|
|
@p:iitipg.htm
|
|
@p:iitiph.htm
|
|
@p:iitipi.htm
|
|
@p:iitipj.htm
|
|
@p:iitipk.htm
|
|
@p:iitipl.htm
|
|
@p:iitipm.htm
|
|
@p:iitoura.gif
|
|
@p:iitoura.htm
|
|
@p:iitourb.gif
|
|
@p:iitourb.htm
|
|
@p:iitourc.gif
|
|
@p:iitourc.htm
|
|
@p:iitourd.gif
|
|
@p:iitourd.htm
|
|
@p:iitoure.gif
|
|
@p:iitoure.htm
|
|
@p:iitourf.gif
|
|
@p:iitourf.htm
|
|
@p:iitourg.gif
|
|
@p:iitourg.htm
|
|
@p:iitourh.gif
|
|
@p:iitourh.htm
|
|
@p:iitouri.gif
|
|
@p:iitouri.htm
|
|
@p:iitourj.gif
|
|
@p:iitourj.htm
|
|
@p:iiwzhlp.htm
|
|
@p:iiwzhlp1.htm
|
|
@p:
|
|
@p:[iis95_40_files_winhelp]
|
|
@p:pwshelp.hlp
|
|
@p:
|
|
@p:[iis95_40_files_help_common]
|
|
@p:alpha.cab
|
|
@p:bestwith.gif
|
|
@p:cntimage.gif
|
|
@p:cocss.css
|
|
@p:colegal.htm
|
|
@p:coprint.htm
|
|
@p:cotoc.bmp
|
|
@p:coua.css
|
|
@p:DialogLayout.class
|
|
@p:Element.class
|
|
@p:ElementList.class
|
|
@p:hhctrl.cab
|
|
@p:HHCtrl.class
|
|
@p:i386.cab
|
|
@p:iiadden.htm
|
|
@p:IndexPanel.class
|
|
@p:java.cab
|
|
@p:loc.prp
|
|
@p:onestep.gif
|
|
@p:RelatedDialog.class
|
|
@p:SitemapParser.class
|
|
@p:spidie3.css
|
|
@p:spidie4.css
|
|
@p:TreeCanvas.class
|
|
@p:TreeView.class
|
|
@p:up.gif
|
|
@p:htmla.htm
|
|
@p:
|
|
@p:[iis95_40_files_publish_jsbrowser]
|
|
@p:blank.htm
|
|
@p:dir.gif
|
|
@p:file.gif
|
|
@p:JSBrowser.asp
|
|
@p:JSBrowser.js
|
|
@p:JSBrwCl.asp
|
|
@p:JSBrwFlt.asp
|
|
@p:JSBrwHd.asp
|
|
@p:JSBrwLs.asp
|
|
@p:JSBrwPop.asp
|
|
@p:JSBrwSet.asp
|
|
@p:JSBrwTre.asp
|
|
@p:updir.gif
|
|
@p:
|
|
@p:
|
|
@p:[iis95_40_files_homepage]
|
|
@p:bullet.gif
|
|
@p:;default.asp
|
|
@p:file.gif
|
|
@p:global.asa
|
|
@p:guestbk.asp
|
|
@p:myfiles.asp
|
|
@p:signbook.asp
|
|
@p:sub.inc
|
|
@p:theme.inc
|
|
@p:
|
|
@p:[iis95_40_files_homepage_themes_1]
|
|
@p:layout.css
|
|
@p:layout.inc
|
|
@p:rip2_2.gif
|
|
@p:rip3.gif
|
|
@p:setup.inc
|
|
@p:
|
|
@p:[iis95_40_files_homepage_themes_2]
|
|
@p:layout.css
|
|
@p:layout.inc
|
|
@p:setup.inc
|
|
@p:
|
|
@p:[iis95_40_files_homepage_themes_3]
|
|
@p:gradient.gif
|
|
@p:layout.css
|
|
@p:layout.inc
|
|
@p:setup.inc
|
|
@p:; =====================================================
|
|
@p:; iis.dll start
|
|
@p:; =====================================================
|
|
@p:
|
|
@p:[Set_Upgrade_Type_chk]
|
|
@p:0=100=92|101=1|102=UT_NONE|103=0|104=1
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=5|104=Set_Upgrade_Type_chk5|105=Set_Upgrade_Type_chk51
|
|
@p:[Set_Upgrade_Type_chk51]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MinorVersion|103=1|104=Set_Upgrade_Type_V51|105=Set_Upgrade_Type_chk5
|
|
@p:[Set_Upgrade_Type_chk5]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=5|104=Set_Upgrade_Type_V5|105=Set_Upgrade_Type_chk4
|
|
@p:[Set_Upgrade_Type_chk4]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=4|104=Set_Upgrade_Type_chk4_2|105=Set_Upgrade_Type_chk3
|
|
@p:[Set_Upgrade_Type_chk4_2]
|
|
@p:0=100=44|101=HKLM|102=SOFTWARE\Microsoft\InetStp\SetupString|103=K2 RTM|104=Set_Upgrade_Type_V4|105=Set_Upgrade_Type_chk3
|
|
@p:[Set_Upgrade_Type_chk3]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=3|104=Set_Upgrade_Type_V3|105=Set_Upgrade_Type_chk2
|
|
@p:[Set_Upgrade_Type_chk2]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=2|104=Set_Upgrade_Type_V2|105=Set_Upgrade_Type_chk1
|
|
@p:[Set_Upgrade_Type_chk1]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=1|104=Set_Upgrade_Type_V1|105=Set_Upgrade_Type_chk0
|
|
@p:[Set_Upgrade_Type_chk0]
|
|
@p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=0|104=Set_Upgrade_Type_V1
|
|
@p:
|
|
@p:[Set_Upgrade_Type_V1]
|
|
@p:0=100=92|101=2|102=UT_10|103=0|104=0
|
|
@p:[Set_Upgrade_Type_V2]
|
|
@p:0=100=92|101=2|102=UT_20|103=0|104=0
|
|
@p:[Set_Upgrade_Type_V3]
|
|
@p:0=100=92|101=2|102=UT_30|103=0|104=0
|
|
@p:[Set_Upgrade_Type_V4]
|
|
@p:0=100=92|101=2|102=UT_40|103=1|104=0
|
|
@p:[Set_Upgrade_Type_V5]
|
|
@p:0=100=92|101=2|102=UT_50|103=1|104=0
|
|
@p:[Set_Upgrade_Type_V51]
|
|
@p:0=100=92|101=2|102=UT_51|103=1|104=0
|
|
@p:
|
|
@p:;
|
|
@p:; OCM STUFF
|
|
@p:;
|
|
@p:[OC_INIT_COMPONENT]
|
|
@p:[OC_FILE_BUSY]
|
|
@p:[OC_QUEUE_FILE_OPS.GUIMODE]
|
|
@p:0=100=5|102=remove_pws_40
|
|
@p:; win95 pws
|
|
@p:0=100=5|102=remove_pws_10
|
|
@p:0=100=5|102=remove_pws95_40
|
|
@p:
|
|
@p:[OC_ABOUT_TO_COMMIT_QUEUE.GUIMODE]
|
|
@p:[OC_COMPLETE_INSTALLATION.GUIMODE]
|
|
@p:0=100=18|101=%32768%\Metaback
|
|
@p:0=100=18|101=%32768%\IISAdmin
|
|
@p:0=100=18|101=%32768%
|
|
@p:
|
|
@p:[OC_CLEANUP.GUIMODE]
|
|
@p:
|
|
@p:;
|
|
@p:; sections
|
|
@p:;
|
|
@p:[remove_pws_40]
|
|
@p:; Remove service
|
|
@p:; Remove service dependencies
|
|
@p:; Remove files
|
|
@p:0=100=0|102=pws_40_uninstall_files
|
|
@p:; Remove registry
|
|
@p:0=100=6|102=pws_40_uninstall_inf
|
|
@p:; Remove Com+ Applications
|
|
@p:; Remove iusr
|
|
@p:; Remove iusr permissions
|
|
@p:; Remove dcom permissions
|
|
@p:; Remove Desktop items
|
|
@p:; Remove Startmenu items
|
|
@p:
|
|
@p:[remove_pws95_40]
|
|
@p:; Remove service
|
|
@p:; Remove service dependencies
|
|
@p:; Remove files
|
|
@p:0=100=0|102=pws95_40_uninstall_files
|
|
@p:; Remove registry
|
|
@p:0=100=6|102=pws_40_uninstall_inf
|
|
@p:; Remove Com+ Applications
|
|
@p:; Remove iusr
|
|
@p:; Remove iusr permissions
|
|
@p:; Remove dcom permissions
|
|
@p:; Remove Desktop items
|
|
@p:; Remove Startmenu items
|
|
@p:
|
|
@p:[remove_pws_10]
|
|
@p:; Remove files
|
|
@p:0=100=0|102=pws10_uninstall_files
|
|
@p:; Remove registry
|
|
@p:0=100=6|102=pws10_uninstall_inf
|
|
@p:; Remove Desktop items
|
|
@p:; Remove Startmenu items
|
|
@p:
|
|
@p:[pws95_40_uninstall_files]
|
|
@p:DelFiles=iis95_40_files_sys, \
|
|
@p: iis95_40_files_sys_setup, \
|
|
@p: iis95_40_files_inetsrv, \
|
|
@p: iis95_40_files_inetsrv_adminsamples, \
|
|
@p: iis95_40_files_inetsrv_iisadmpwd, \
|
|
@p: iis95_40_files_inetsrv_iisadmin_2, \
|
|
@p: iis95_40_files_inetsrv_iisadmin_2a, \
|
|
@p: iis95_40_files_inetsrv_iisadmin_2b, \
|
|
@p: iis95_40_files_inetsrv_iisadmin_2c, \
|
|
@p: iis95_40_files_inetsrv_iisadmin_2d, \
|
|
@p: iis95_40_files_inetsrv_iisadmin_2e, \
|
|
@p: iis_40_files_publish_jsbrowser, \
|
|
@p: iis_40_files_winhelp, \
|
|
@p: iis_40_files_help_common
|
|
@p:
|
|
@p:[pws_40_uninstall_files]
|
|
@p:DelFiles=iis_40_files_sys, \
|
|
@p: iis_40_files_sys_setup, \
|
|
@p: iis_40_files_inetsrv, \
|
|
@p: iis_40_files_inetsrv_adminsamples, \
|
|
@p: iis_40_files_inetsrv_iisadmpwd, \
|
|
@p: iis_40_files_inetsrv_iisadmin_2, \
|
|
@p: iis_40_files_inetsrv_iisadmin_2a, \
|
|
@p: iis_40_files_inetsrv_iisadmin_2b, \
|
|
@p: iis_40_files_inetsrv_iisadmin_2c, \
|
|
@p: iis_40_files_inetsrv_iisadmin_2d, \
|
|
@p: iis_40_files_inetsrv_iisadmin_2e, \
|
|
@p: iis_40_files_publish_jsbrowser, \
|
|
@p: iis_40_files_winhelp, \
|
|
@p: iis_40_files_help_common
|
|
@p:
|
|
@p:[pws_40_uninstall_inf]
|
|
@p:DelReg=iis40_unregister_values
|
|
@p:
|
|
@p:[pws10_uninstall_files]
|
|
@p:Delfiles=pws10_docs, \
|
|
@p: pws10_htmlascr, \
|
|
@p: pws10_htmla, \
|
|
@p: pws10_system, \
|
|
@p: pws10_sysdir, \
|
|
@p: pws10_windirinf, \
|
|
@p: pws10_osr2_docs, \
|
|
@p: pws10_osr2_htmlascr, \
|
|
@p: pws10_osr2_htmla, \
|
|
@p: pws10_osr2_system
|
|
@p:[pws10_uninstall_inf]
|
|
@p:DelReg=pws10_unregister_values
|
|
@p:
|
|
@p:[iis40_unregister_values]
|
|
@p:HKLM,"System\CurrentControlSet\Services\InetInfo"
|
|
@p:HKLM,"System\CurrentControlSet\Services\W3SVC"
|
|
@p:HKLM,"System\CurrentControlSet\Services\MSFTPSVC"
|
|
@p:HKLM,"System\CurrentControlSet\Services\ASP"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\Application\IISInfoCtrs"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\Application\W3Ctrs"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\Application\Active Server Pages"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\W3SVC"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\MSFTPSVC"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\IISMAP"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\IISLOG"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\WAM"
|
|
@p:; Remove system tray
|
|
@p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","PWSTray"
|
|
@p:; Remove iisadmin service info
|
|
@p:HKLM,"Software\CLASSES\AppID\inetinfo.exe"
|
|
@p:HKLM,"Software\CLASSES\CLSID\{A9E69610-B80D-11d0-B9B9-00A0C922E750}"
|
|
@p:HKLM,"Software\CLASSES\AppID\{A9E69610-B80D-11d0-B9B9-00A0C922E750}"
|
|
@p:; Remove admwprox
|
|
@p:HKLM,"Software\CLASSES\CLSID\{A9E69612-B80D-11d0-B9B9-00A0C922E750}"
|
|
@p:HKLM,"Software\CLASSES\Interface\{A9E69612-B80D-11d0-B9B9-00A0C922E750}"
|
|
@p:HKLM,"Software\CLASSES\CLSID\{70B51430-B6CA-11d0-B9B9-00A0C922E750}"
|
|
@p:HKLM,"Software\CLASSES\Interface\{70B51430-B6CA-11d0-B9B9-00A0C922E750}"
|
|
@p:HKLM,"Software\CLASSES\CLSID\{A9E69612-B80D-11d0-B9B9-00A0C922E750}"
|
|
@p:HKLM,"Software\CLASSES\Interface\{A9E69612-B80D-11d0-B9B9-00A0C922E750}"
|
|
@p:; Remove wamregps
|
|
@p:HKLM,"Software\CLASSES\CLSID\{29822AB7-F302-11D0-9953-00C04FD919C1}"
|
|
@p:HKLM,"Software\CLASSES\Interface\{29822AB7-F302-11D0-9953-00C04FD919C1}"
|
|
@p:; components
|
|
@p:HKLM,"Software\CLASSES\ASP.ObjectContext"
|
|
@p:HKLM,"Software\CLASSES\MSWC.AdRotator"
|
|
@p:HKLM,"Software\CLASSES\MSWC.BrowserType"
|
|
@p:HKLM,"Software\CLASSES\MSWC.NextLink"
|
|
@p:HKLM,"Software\CLASSES\MSWC.NextLink.1"
|
|
@p:HKLM,"Software\CLASSES\MSWC.MyInfo"
|
|
@p:; mts iis packages
|
|
@p:HKLM,"Software\CLASSES\CLSID\{99169CB0-A707-11d0-989D-00C04FD919C1}"
|
|
@p:;HKLM,"Software\Microsoft\Transaction Server\Components\{99169CB0-A707-11d0-989D-00C04FD919C1}"
|
|
@p:HKLM,"Software\CLASSES\IISWAM.W3SVC"
|
|
@p:
|
|
@p:[pws10_unregister_values]
|
|
@p:HKLM,"Enum\Network\MSWEBSVR"
|
|
@p:HKLM,"%REG_APPPATHS%\inetsw95.exe"
|
|
@p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","Microsoft WebServer"
|
|
@p:HKLM,"Software\Microsoft\Windows\CurrentVersion\RunServices","Microsoft WebServer"
|
|
@p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Personal Web Server"
|
|
@p:HKLM,"System\CurrentControlSet\Control\ServiceProvider\ServiceTypes\msftpsvc"
|
|
@p:HKLM,"System\CurrentControlSet\Control\ServiceProvider\ServiceTypes\w3svc"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\msftpsvc"
|
|
@p:HKLM,"System\CurrentControlSet\Services\EventLog\System\w3svc"
|
|
@p:HKLM,"System\CurrentControlSet\Services\InetInfo"
|
|
@p:HKLM,"System\CurrentControlSet\Services\w3svc"
|
|
@p:HKLM,"System\CurrentControlSet\Services\msftpsvc"
|
|
@p:
|
|
@p:; =====================================================
|
|
@p:; 10 ===> Windows directory.
|
|
@p:; 18 ===> Windows\help directory (%windir%)
|
|
@p:; 20 ===> windows\fonts directory
|
|
@p:; 11 ===> system directory (%windir%\system on Win95, %windir%\system32 on NT)
|
|
@p:; 12 ===> drivers directory (%windir%\system32\drivers on NT)
|
|
@p:; 32768 ===> inetsrv
|
|
@p:; 32769 ===> inetpub\ftproot
|
|
@p:; 32770 ===> inetpub\wwwroot
|
|
@p:; 32771 ===> inetpub\iissamples
|
|
@p:; 32773 ===> inetpub
|
|
@p:; 32774 ===> Old inetsrv dir
|
|
@p:; 32775 ===> Old m_csPathOldPWSFiles
|
|
@p:; 32776 ===> Old m_csPathOldPWSSystemFiles
|
|
@p:; 32777 ===> Program Files
|
|
@p:; 32778 ===> WinDir\Java\TrustLib
|
|
@p:; 32779 ===> WebPub
|
|
@p:; =====================================================
|
|
@p:[DestinationDirs]
|
|
@p:iis_40_files_sys = 11
|
|
@p:iis_40_files_sys_setup = 11,setup
|
|
@p:iis_40_files_inetsrv = 32768
|
|
@p:iis_40_files_inetsrv_adminsamples = 32768, adminsamples
|
|
@p:iis_40_files_inetsrv_iisadmpwd = 32768, iisadmpwd
|
|
@p:iis_40_files_inetsrv_iisadmin_2 = 32768, iisadmin
|
|
@p:iis_40_files_inetsrv_iisadmin_2a = 32768, iisadmin\Images
|
|
@p:iis_40_files_inetsrv_iisadmin_2b = 32768, iisadmin\jsbrowser
|
|
@p:iis_40_files_inetsrv_iisadmin_2c = 32768, iisadmin\website
|
|
@p:iis_40_files_inetsrv_iisadmin_2d = 32768, iisadmin\publish
|
|
@p:iis_40_files_inetsrv_iisadmin_2e = 32768, iisadmin\tour
|
|
@p:iis_40_files_publish_jsbrowser = 32768, iisadmin\publish\jsbrowser
|
|
@p:iis_40_files_winhelp = 18, pws\winhelp
|
|
@p:iis_40_files_help_common = 18, common
|
|
@p:iis_40_files_homepage = 32771, homepage
|
|
@p:iis_40_files_homepage_themes_1 = 32771, homepage\themes\journal
|
|
@p:iis_40_files_homepage_themes_2 = 32771, homepage\themes\looseleaf
|
|
@p:iis_40_files_homepage_themes_3 = 32771, homepage\themes\gunmetal
|
|
@p:
|
|
@p:iis95_40_files_sys = 10,system
|
|
@p:iis95_40_files_sys_setup = 10,System\setup
|
|
@p:iis95_40_files_inetsrv = 10, system\inetsrv
|
|
@p:iis95_40_files_inetsrv_adminsamples = 10, system\inetsrv\adminsamples
|
|
@p:iis95_40_files_inetsrv_iisadmpwd = 10, system\inetsrv\iisadmpwd
|
|
@p:iis95_40_files_inetsrv_iisadmin_2 = 10, system\inetsrv\iisadmin
|
|
@p:iis95_40_files_inetsrv_iisadmin_2a = 10, system\inetsrv\iisadmin\Images
|
|
@p:iis95_40_files_inetsrv_iisadmin_2b = 10, system\inetsrv\iisadmin\jsbrowser
|
|
@p:iis95_40_files_inetsrv_iisadmin_2c = 10, system\inetsrv\iisadmin\website
|
|
@p:iis95_40_files_inetsrv_iisadmin_2d = 10, system\inetsrv\iisadmin\publish
|
|
@p:iis95_40_files_inetsrv_iisadmin_2e = 10, system\inetsrv\iisadmin\tour
|
|
@p:
|
|
@p:pws10_docs=32777, WebSvr\docs
|
|
@p:pws10_htmlascr=32777,WebSvr\htmlascr
|
|
@p:pws10_htmla=32777,WebSvr\htmla
|
|
@p:pws10_system=32777,WebSvr\System
|
|
@p:pws10_sysdir=10, System
|
|
@p:pws10_windirinf=17
|
|
@p:
|
|
@p:pws10_osr2_docs=32777, Personal Web Server\docs
|
|
@p:pws10_osr2_htmlascr=32777,Personal Web Server\htmlascr
|
|
@p:pws10_osr2_htmla=32777,Personal Web Server\htmla
|
|
@p:pws10_osr2_system=32777,Personal Web Server\WebServer
|
|
@p:
|
|
@p:[iis_40_files_sys_setup]
|
|
@p:iis.dll
|
|
@p:iis.inf
|
|
@p:iisv4.inf
|
|
@p:unattend.txt
|
|
@p:
|
|
@p:[iis_40_files_sys]
|
|
@p:adsiis.tlb
|
|
@p:getfile.exe
|
|
@p:pwstray.exe
|
|
@p:admwprox.dll
|
|
@p:GetFile.dll
|
|
@p:wamregps.dll
|
|
@p:convlog.exe
|
|
@p:pwstray.exe
|
|
@p:aspperf.dll
|
|
@p:axctrnm.h
|
|
@p:axperf.ini
|
|
@p:w3ctrs.dll
|
|
@p:w3ctrs.ini
|
|
@p:w3ctrs.h
|
|
@p:infoctrs.dll
|
|
@p:infoctrs.ini
|
|
@p:infoctrs.h
|
|
@p:ftpctrs2.dll
|
|
@p:ftpctrs.ini
|
|
@p:ftpctrs.h
|
|
@p:
|
|
@p:[iis_40_files_inetsrv]
|
|
@p:MyInfo.xml
|
|
@p:kjhgfdsa.001
|
|
@p:kjhgfdsa.002
|
|
@p:Metabase.bin
|
|
@p:pws.exe
|
|
@p:tips.dat
|
|
@p:;ipudll.dll ;needed by keyring.exe
|
|
@p:ftp.mib
|
|
@p:gateway.mib
|
|
@p:http.mib
|
|
@p:inetsrv.mib
|
|
@p:smi.mib
|
|
@p:admexs.dll
|
|
@p:ADROT.dll
|
|
@p:asp.dll
|
|
@p:authfilt.dll
|
|
@p:browscap.dll
|
|
@p:browscap.ini
|
|
@p:ccodes.txt
|
|
@p:CertMap.ocx
|
|
@p:clusiis4.dll
|
|
@p:Cnfgprts.ocx
|
|
@p:coadmin.dll
|
|
@p:iis.msc
|
|
@p:iisadmin.dll
|
|
@p:iisca.exe
|
|
@p:iischema.dll
|
|
@p:iisclex4.dll
|
|
@p:iiscrmap.dll
|
|
@p:iisfecnv.dll
|
|
@p:iislog.dll
|
|
@p:iisperf.pmc
|
|
@p:iissync.exe
|
|
@p:iisui.dll
|
|
@p:inetmgr.dll
|
|
@p:isatq.dll
|
|
@p:iscomlog.dll
|
|
@p:ism.dll
|
|
@p:iwrps.dll
|
|
@p:logui.ocx
|
|
@p:lonsint.dll
|
|
@p:md5filt.dll
|
|
@p:mdsync.dll
|
|
@p:metadata.dll
|
|
@p:myinfo.dll
|
|
@p:NEXTLINK.dll
|
|
@p:nsepm.dll
|
|
@p:pwsdata.dll
|
|
@p:regsvr32.exe
|
|
@p:rpcref.dll
|
|
@p:rsaci.rat
|
|
@p:ssinc.dll
|
|
@p:svcext.dll
|
|
@p:w3ext.dll
|
|
@p:wam.dll
|
|
@p:wamps.dll
|
|
@p:wamreg.dll
|
|
@p:HTTPODBC.DLL
|
|
@p:INETINFO.EXE
|
|
@p:INFOCOMM.DLL
|
|
@p:LONSIW95.DLL
|
|
@p:METABASE.BIN
|
|
@p:W3SVC.DLL
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_adminsamples]
|
|
@p:adsutil.vbs
|
|
@p:chaccess.vbs
|
|
@p:contftp.vbs
|
|
@p:contsrv.vbs
|
|
@p:contweb.vbs
|
|
@p:dispnode.vbs
|
|
@p:disptree.vbs
|
|
@p:findweb.vbs
|
|
@p:fixcfg.vbs
|
|
@p:mkw3site.vbs
|
|
@p:mkwebdir.vbs
|
|
@p:pauseftp.vbs
|
|
@p:pausesrv.vbs
|
|
@p:pauseweb.vbs
|
|
@p:startftp.vbs
|
|
@p:startsrv.vbs
|
|
@p:startweb.vbs
|
|
@p:stopftp.vbs
|
|
@p:stopsrv.vbs
|
|
@p:stopweb.vbs
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmpwd]
|
|
@p:achg.htr
|
|
@p:aexp.htr
|
|
@p:aexp2.htr
|
|
@p:aexp2b.htr
|
|
@p:aexp3.htr
|
|
@p:aexp4.htr
|
|
@p:aexp4b.htr
|
|
@p:anot.htr
|
|
@p:anot3.htr
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmin_2]
|
|
@p:global.asa
|
|
@p:blank.htm
|
|
@p:calendar.asp
|
|
@p:default.asp
|
|
@p:iiabout.asp
|
|
@p:iiaccess.asp
|
|
@p:iiacct.asp
|
|
@p:iiacsshd.asp
|
|
@p:iiacssls.asp
|
|
@p:iiaction.asp
|
|
@p:iiadm.asp
|
|
@p:iiadmbd.asp
|
|
@p:iiadmhd.asp
|
|
@p:iiadmls.asp
|
|
@p:iiamap.asp
|
|
@p:iiamaphd.asp
|
|
@p:iiamapls.asp
|
|
@p:iiapp.asp
|
|
@p:iiapphd.asp
|
|
@p:iiappmn.asp
|
|
@p:iiauth.asp
|
|
@p:iibind.inc
|
|
@p:iibkup.asp
|
|
@p:iibkuphd.asp
|
|
@p:iibkupls.asp
|
|
@p:iibkupset.asp
|
|
@p:iibkuptl.asp
|
|
@p:iibody.asp
|
|
@p:iicache.asp
|
|
@p:iichkpath.asp
|
|
@p:iicomm.asp
|
|
@p:iicomp.asp
|
|
@p:iidef.asp
|
|
@p:iidoc.asp
|
|
@p:iierr.asp
|
|
@p:iierrhd.asp
|
|
@p:iierrls.asp
|
|
@p:iifilt.asp
|
|
@p:iifilthd.asp
|
|
@p:iifiltls.asp
|
|
@p:iifixpth.inc
|
|
@p:iifmsg.asp
|
|
@p:iifnav.asp
|
|
@p:iiftp.asp
|
|
@p:iifvd.asp
|
|
@p:iifvddir.asp
|
|
@p:iifvdhd.asp
|
|
@p:iifvdnt.asp
|
|
@p:iifvdrd.asp
|
|
@p:iifvs.asp
|
|
@p:iigtdata.asp
|
|
@p:iihd.asp
|
|
@p:iihdn.asp
|
|
@p:iihdr.asp
|
|
@p:iihdrhd.asp
|
|
@p:iihdrls.asp
|
|
@p:iilist.asp
|
|
@p:iilog.asp
|
|
@p:iiloghd.asp
|
|
@p:iilogmn.asp
|
|
@p:iimime.asp
|
|
@p:iimimehd.asp
|
|
@p:iimimels.asp
|
|
@p:iimlti.asp
|
|
@p:iimltihd.asp
|
|
@p:iimltils.asp
|
|
@p:iimnu.asp
|
|
@p:iinav.asp
|
|
@p:iipath.asp
|
|
@p:iipathhd.asp
|
|
@p:iipathls.asp
|
|
@p:iiperf.asp
|
|
@p:iipop.asp
|
|
@p:iipopcl.asp
|
|
@p:iipopcl.htm
|
|
@p:iipophd.asp
|
|
@p:iipoptl.asp
|
|
@p:iiput.asp
|
|
@p:iiputls.asp
|
|
@p:iirename.asp
|
|
@p:iirte.asp
|
|
@p:iirtehd.asp
|
|
@p:iirtels.asp
|
|
@p:iis.asp
|
|
@p:iiscript.asp
|
|
@p:iisec.asp
|
|
@p:iisechd.asp
|
|
@p:iisecls.asp
|
|
@p:iisess.asp
|
|
@p:iiset.asp
|
|
@p:iiset.inc
|
|
@p:iislider.asp
|
|
@p:iisnew.asp
|
|
@p:iisrvls.asp
|
|
@p:iistat.asp
|
|
@p:iito.inc
|
|
@p:iitool.asp
|
|
@p:iivd.asp
|
|
@p:iivddir.asp
|
|
@p:iivdhd.asp
|
|
@p:iivdnt.asp
|
|
@p:iivdrd.asp
|
|
@p:iivs.asp
|
|
@p:iiwww.asp
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmin_2a]
|
|
@p:about.gif
|
|
@p:access.gif
|
|
@p:app0.gif
|
|
@p:app2.gif
|
|
@p:app4.gif
|
|
@p:app6.gif
|
|
@p:back.gif
|
|
@p:blank.gif
|
|
@p:blankl.gif
|
|
@p:browse.gif
|
|
@p:cert.gif
|
|
@p:checkoff.gif
|
|
@p:checkon.gif
|
|
@p:cncl.gif
|
|
@p:comp.gif
|
|
@p:comp0.gif
|
|
@p:comp1.gif
|
|
@p:comp2.gif
|
|
@p:comp3.gif
|
|
@p:comp4.gif
|
|
@p:cont.gif
|
|
@p:dir0.gif
|
|
@p:dir2.gif
|
|
@p:dir4.gif
|
|
@p:doc.gif
|
|
@p:drct.gif
|
|
@p:edit.gif
|
|
@p:file.gif
|
|
@p:ftp0.gif
|
|
@p:ftp2.gif
|
|
@p:ftp4.gif
|
|
@p:ftp6.gif
|
|
@p:ftpprop.gif
|
|
@p:handshk.gif
|
|
@p:help.gif
|
|
@p:iisnav.gif
|
|
@p:iisttl.gif
|
|
@p:info.gif
|
|
@p:info_ani.gif
|
|
@p:ism.gif
|
|
@p:ismhd.gif
|
|
@p:key.gif
|
|
@p:line.gif
|
|
@p:loading.gif
|
|
@p:lock.gif
|
|
@p:logo.gif
|
|
@p:master.gif
|
|
@p:mime.gif
|
|
@p:minus.gif
|
|
@p:minusl.gif
|
|
@p:new.gif
|
|
@p:next.gif
|
|
@p:off.gif
|
|
@p:ok.gif
|
|
@p:on.gif
|
|
@p:open.gif
|
|
@p:pause.gif
|
|
@p:plus.gif
|
|
@p:plusl.gif
|
|
@p:radiooff.gif
|
|
@p:radioon.gif
|
|
@p:refr.gif
|
|
@p:remv.gif
|
|
@p:rename.gif
|
|
@p:roll.gif
|
|
@p:rte.gif
|
|
@p:save.gif
|
|
@p:sliderend.gif
|
|
@p:slideroff.gif
|
|
@p:slideron.gif
|
|
@p:slidersp.gif
|
|
@p:smallkey.gif
|
|
@p:space.gif
|
|
@p:stop.gif
|
|
@p:updir.gif
|
|
@p:url.gif
|
|
@p:vbscript.gif
|
|
@p:vdir0.gif
|
|
@p:vdir2.gif
|
|
@p:vdir4.gif
|
|
@p:www0.gif
|
|
@p:www2.gif
|
|
@p:www4.gif
|
|
@p:www6.gif
|
|
@p:wwwprop.gif
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmin_2b]
|
|
@p:blank.htm
|
|
@p:dir.gif
|
|
@p:file.gif
|
|
@p:jsbrowser.asp
|
|
@p:jsbrowser.js
|
|
@p:jsbrwcl.asp
|
|
@p:jsbrwflt.asp
|
|
@p:jsbrwhd.asp
|
|
@p:jsbrwls.asp
|
|
@p:jsbrwpop.asp
|
|
@p:jsbrwset.asp
|
|
@p:updir.gif
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmin_2c]
|
|
@p:filelist.asp
|
|
@p:finish.inc
|
|
@p:localize.inc
|
|
@p:pubbannr.gif
|
|
@p:publish.mdb
|
|
@p:welcome.asp
|
|
@p:welcome.inc
|
|
@p:admin.asp
|
|
@p:admin.gif
|
|
@p:default.asp
|
|
@p:dropbox.gif
|
|
@p:generic.gif
|
|
@p:merlin.gif
|
|
@p:message.gif
|
|
@p:;messages.mdb
|
|
@p:msg.gif
|
|
@p:;myinfo.inc
|
|
@p:qbe.asp
|
|
@p:streamer.gif
|
|
@p:t_theme.inc
|
|
@p:template.asp
|
|
@p:tempsubs.inc
|
|
@p:themes.inc
|
|
@p:urlform.asp
|
|
@p:wizard.asp
|
|
@p:admin.asp
|
|
@p:admin.gif
|
|
@p:default.asp
|
|
@p:dropbox.gif
|
|
@p:generic.gif
|
|
@p:merlin.gif
|
|
@p:message.gif
|
|
@p:;messages.mdb
|
|
@p:msg.gif
|
|
@p:;myinfo.inc
|
|
@p:qbe.asp
|
|
@p:streamer.gif
|
|
@p:t_theme.inc
|
|
@p:template.asp
|
|
@p:tempsubs.inc
|
|
@p:themes.inc
|
|
@p:urlform.asp
|
|
@p:wizard.asp
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmin_2d]
|
|
@p:blank.htm
|
|
@p:dir.gif
|
|
@p:file.gif
|
|
@p:JSBrowser.asp
|
|
@p:JSBrowser.js
|
|
@p:JSBrwCl.asp
|
|
@p:JSBrwFlt.asp
|
|
@p:JSBrwHd.asp
|
|
@p:JSBrwLs.asp
|
|
@p:JSBrwPop.asp
|
|
@p:JSBrwSet.asp
|
|
@p:JSBrwTre.asp
|
|
@p:updir.gif
|
|
@p:filelist.asp
|
|
@p:finish.inc
|
|
@p:localize.inc
|
|
@p:pubbannr.gif
|
|
@p:publish.mdb
|
|
@p:welcome.asp
|
|
@p:welcome.inc
|
|
@p:
|
|
@p:[iis_40_files_inetsrv_iisadmin_2e]
|
|
@p:iitipa.htm
|
|
@p:iitipb.htm
|
|
@p:iitipc.htm
|
|
@p:iitipd.htm
|
|
@p:iitipe.htm
|
|
@p:iitipf.htm
|
|
@p:iitipg.htm
|
|
@p:iitiph.htm
|
|
@p:iitipi.htm
|
|
@p:iitipj.htm
|
|
@p:iitipk.htm
|
|
@p:iitipl.htm
|
|
@p:iitipm.htm
|
|
@p:iitoura.gif
|
|
@p:iitoura.htm
|
|
@p:iitourb.gif
|
|
@p:iitourb.htm
|
|
@p:iitourc.gif
|
|
@p:iitourc.htm
|
|
@p:iitourd.gif
|
|
@p:iitourd.htm
|
|
@p:iitoure.gif
|
|
@p:iitoure.htm
|
|
@p:iitourf.gif
|
|
@p:iitourf.htm
|
|
@p:iitourg.gif
|
|
@p:iitourg.htm
|
|
@p:iitourh.gif
|
|
@p:iitourh.htm
|
|
@p:iitouri.gif
|
|
@p:iitouri.htm
|
|
@p:iitourj.gif
|
|
@p:iitourj.htm
|
|
@p:iiwzhlp.htm
|
|
@p:iiwzhlp1.htm
|
|
@p:
|
|
@p:[iis_40_files_winhelp]
|
|
@p:pwshelp.hlp
|
|
@p:
|
|
@p:[iis_40_files_help_common]
|
|
@p:alpha.cab
|
|
@p:bestwith.gif
|
|
@p:cntimage.gif
|
|
@p:cocss.css
|
|
@p:colegal.htm
|
|
@p:coprint.htm
|
|
@p:cotoc.bmp
|
|
@p:coua.css
|
|
@p:DialogLayout.class
|
|
@p:Element.class
|
|
@p:ElementList.class
|
|
@p:hhctrl.cab
|
|
@p:HHCtrl.class
|
|
@p:i386.cab
|
|
@p:iiadden.htm
|
|
@p:IndexPanel.class
|
|
@p:java.cab
|
|
@p:loc.prp
|
|
@p:onestep.gif
|
|
@p:RelatedDialog.class
|
|
@p:SitemapParser.class
|
|
@p:spidie3.css
|
|
@p:spidie4.css
|
|
@p:TreeCanvas.class
|
|
@p:TreeView.class
|
|
@p:up.gif
|
|
@p:htmla.htm
|
|
@p:
|
|
@p:[iis_40_files_publish_jsbrowser]
|
|
@p:blank.htm
|
|
@p:dir.gif
|
|
@p:file.gif
|
|
@p:JSBrowser.asp
|
|
@p:JSBrowser.js
|
|
@p:JSBrwCl.asp
|
|
@p:JSBrwFlt.asp
|
|
@p:JSBrwHd.asp
|
|
@p:JSBrwLs.asp
|
|
@p:JSBrwPop.asp
|
|
@p:JSBrwSet.asp
|
|
@p:JSBrwTre.asp
|
|
@p:updir.gif
|
|
@p:
|
|
@p:
|
|
@p:[iis_40_files_homepage]
|
|
@p:bullet.gif
|
|
@p:;default.asp
|
|
@p:file.gif
|
|
@p:global.asa
|
|
@p:guestbk.asp
|
|
@p:myfiles.asp
|
|
@p:signbook.asp
|
|
@p:sub.inc
|
|
@p:theme.inc
|
|
@p:
|
|
@p:[iis_40_files_homepage_themes_1]
|
|
@p:layout.css
|
|
@p:layout.inc
|
|
@p:rip2_2.gif
|
|
@p:rip3.gif
|
|
@p:setup.inc
|
|
@p:
|
|
@p:[iis_40_files_homepage_themes_2]
|
|
@p:layout.css
|
|
@p:layout.inc
|
|
@p:setup.inc
|
|
@p:
|
|
@p:[iis_40_files_homepage_themes_3]
|
|
@p:gradient.gif
|
|
@p:layout.css
|
|
@p:layout.inc
|
|
@p:setup.inc
|
|
@p:
|
|
@p:[pws10_docs]
|
|
@p:ADMIN.HTM
|
|
@p:FTPSERV.HTM
|
|
@p:GETSTART.HTM
|
|
@p:DEFAULT.HTM
|
|
@p:
|
|
@p:[pws10_htmlascr]
|
|
@p:ADV.HTR
|
|
@p:ADVADDD.HTR
|
|
@p:ADVADDDU.HTR
|
|
@p:ADVADDG.HTR
|
|
@p:ADVADDGU.HTR
|
|
@p:ADVDED.HTR
|
|
@p:ADVDEG.HTR
|
|
@p:ADVDENY.HTR
|
|
@p:ADVDENY2.HTR
|
|
@p:ADVEDD.HTR
|
|
@p:ADVEDDU.HTR
|
|
@p:ADVEDG.HTR
|
|
@p:ADVEDGU.HTR
|
|
@p:ADVGRANT.HTR
|
|
@p:ADVU.HTR
|
|
@p:BDIR.HTR
|
|
@p:BDIRU.HTR
|
|
@p:CONN.HTR
|
|
@p:DIR.HTR
|
|
@p:DIRADD.HTR
|
|
@p:DIRADDU.HTR
|
|
@p:DIRDEL.HTR
|
|
@p:DIREDT.HTR
|
|
@p:DIREDTU.HTR
|
|
@p:DIRU.HTR
|
|
@p:DIRV.HTR
|
|
@p:DISC.HTR
|
|
@p:DISCA.HTR
|
|
@p:HTMLA.DLL
|
|
@p:HTMLA.HTR
|
|
@p:HTMLA.INF
|
|
@p:HTMLA2.INF
|
|
@p:LOG.HTR
|
|
@p:LOGU.HTR
|
|
@p:MSG.HTR
|
|
@p:MSGU.HTR
|
|
@p:SERV.HTR
|
|
@p:SERVU.HTR
|
|
@p:WSADMIN.DLL
|
|
@p:
|
|
@p:[pws10_htmla]
|
|
@p:ADV0.GIF
|
|
@p:ADV1.GIF
|
|
@p:BOLT.GIF
|
|
@p:CF.GIF
|
|
@p:DENY.GIF
|
|
@p:DIR0.GIF
|
|
@p:DIR1.GIF
|
|
@p:F.GIF
|
|
@p:FD.GIF
|
|
@p:FTP.GIF
|
|
@p:G.GIF
|
|
@p:GOPHER.GIF
|
|
@p:GRANT.GIF
|
|
@p:GROUPS0.GIF
|
|
@p:GROUPS1.GIF
|
|
@p:GRPCOMP.GIF
|
|
@p:HAND.GIF
|
|
@p:HD.GIF
|
|
@p:HOUSE_T.GIF
|
|
@p:HTMLA.HTM
|
|
@p:IIS_T.GIF
|
|
@p:IIS2_T.GIF
|
|
@p:LIN.GIF
|
|
@p:LOG0.GIF
|
|
@p:LOG1.GIF
|
|
@p:MSG0.GIF
|
|
@p:MSG1.GIF
|
|
@p:ND.GIF
|
|
@p:OF.GIF
|
|
@p:OK.GIF
|
|
@p:POWRBYBO.GIF
|
|
@p:SERV0.GIF
|
|
@p:SERV1.GIF
|
|
@p:SNGCOMP.GIF
|
|
@p:SPEC1.GIF
|
|
@p:SPEC2.GIF
|
|
@p:USERS0.GIF
|
|
@p:USERS1.GIF
|
|
@p:USRGRP0.GIF
|
|
@p:USRGRP1.GIF
|
|
@p:WORLD_T.GIF
|
|
@p:WWW.GIF
|
|
@p:
|
|
@p:[pws10_system]
|
|
@p:FTP.MIB
|
|
@p:FTPMIB.DLL
|
|
@p:FTPSVC2.DLL
|
|
@p:HTTP.MIB
|
|
@p:HTTPMIB.DLL
|
|
@p:INETSRV.MIB
|
|
@p:INETSVCS.ADM
|
|
@p:INETSW95.EXE
|
|
@p:INFOCOMM.DLL
|
|
@p:KEYGEN.EXE
|
|
@p:MSWEBNDI.EXE
|
|
@p:SETKEY.EXE
|
|
@p:SSPIFILT.DLL
|
|
@p:SVCTRL.EXE
|
|
@p:W3SVC.DLL
|
|
@p:
|
|
@p:[pws10_sysdir]
|
|
@p:MSWEBCPL.CPL
|
|
@p:
|
|
@p:[pws10_windirinf]
|
|
@p:MSWEBSVR.INF
|
|
@p:
|
|
@p:[iis95_40_files_sys_setup]
|
|
@p:iis.dll
|
|
@p:iis.inf
|
|
@p:iisv4.inf
|
|
@p:unattend.txt
|
|
@p:
|
|
@p:[iis95_40_files_sys]
|
|
@p:adsiis.tlb
|
|
@p:getfile.exe
|
|
@p:pwstray.exe
|
|
@p:admwprox.dll
|
|
@p:GetFile.dll
|
|
@p:wamregps.dll
|
|
@p:convlog.exe
|
|
@p:pwstray.exe
|
|
@p:aspperf.dll
|
|
@p:axctrnm.h
|
|
@p:axperf.ini
|
|
@p:w3ctrs.dll
|
|
@p:w3ctrs.ini
|
|
@p:w3ctrs.h
|
|
@p:infoctrs.dll
|
|
@p:infoctrs.ini
|
|
@p:infoctrs.h
|
|
@p:ftpctrs2.dll
|
|
@p:ftpctrs.ini
|
|
@p:ftpctrs.h
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv]
|
|
@p:MyInfo.xml
|
|
@p:kjhgfdsa.001
|
|
@p:kjhgfdsa.002
|
|
@p:Metabase.bin
|
|
@p:pws.exe
|
|
@p:tips.dat
|
|
@p:;ipudll.dll ;needed by keyring.exe
|
|
@p:ftp.mib
|
|
@p:gateway.mib
|
|
@p:http.mib
|
|
@p:inetsrv.mib
|
|
@p:smi.mib
|
|
@p:admexs.dll
|
|
@p:ADROT.dll
|
|
@p:asp.dll
|
|
@p:authfilt.dll
|
|
@p:browscap.dll
|
|
@p:browscap.ini
|
|
@p:ccodes.txt
|
|
@p:CertMap.ocx
|
|
@p:clusiis4.dll
|
|
@p:Cnfgprts.ocx
|
|
@p:coadmin.dll
|
|
@p:iis.msc
|
|
@p:iisadmin.dll
|
|
@p:iisca.exe
|
|
@p:iischema.dll
|
|
@p:iisclex4.dll
|
|
@p:iiscrmap.dll
|
|
@p:iisfecnv.dll
|
|
@p:iislog.dll
|
|
@p:iisperf.pmc
|
|
@p:iissync.exe
|
|
@p:iisui.dll
|
|
@p:inetmgr.dll
|
|
@p:isatq.dll
|
|
@p:iscomlog.dll
|
|
@p:ism.dll
|
|
@p:iwrps.dll
|
|
@p:logui.ocx
|
|
@p:lonsint.dll
|
|
@p:md5filt.dll
|
|
@p:mdsync.dll
|
|
@p:metadata.dll
|
|
@p:myinfo.dll
|
|
@p:NEXTLINK.dll
|
|
@p:nsepm.dll
|
|
@p:pwsdata.dll
|
|
@p:regsvr32.exe
|
|
@p:rpcref.dll
|
|
@p:rsaci.rat
|
|
@p:ssinc.dll
|
|
@p:svcext.dll
|
|
@p:w3ext.dll
|
|
@p:wam.dll
|
|
@p:wamps.dll
|
|
@p:wamreg.dll
|
|
@p:HTTPODBC.DLL
|
|
@p:INETINFO.EXE
|
|
@p:INFOCOMM.DLL
|
|
@p:LONSIW95.DLL
|
|
@p:METABASE.BIN
|
|
@p:W3SVC.DLL
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_adminsamples]
|
|
@p:adsutil.vbs
|
|
@p:chaccess.vbs
|
|
@p:contftp.vbs
|
|
@p:contsrv.vbs
|
|
@p:contweb.vbs
|
|
@p:dispnode.vbs
|
|
@p:disptree.vbs
|
|
@p:findweb.vbs
|
|
@p:fixcfg.vbs
|
|
@p:mkw3site.vbs
|
|
@p:mkwebdir.vbs
|
|
@p:pauseftp.vbs
|
|
@p:pausesrv.vbs
|
|
@p:pauseweb.vbs
|
|
@p:startftp.vbs
|
|
@p:startsrv.vbs
|
|
@p:startweb.vbs
|
|
@p:stopftp.vbs
|
|
@p:stopsrv.vbs
|
|
@p:stopweb.vbs
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmpwd]
|
|
@p:achg.htr
|
|
@p:aexp.htr
|
|
@p:aexp2.htr
|
|
@p:aexp2b.htr
|
|
@p:aexp3.htr
|
|
@p:aexp4.htr
|
|
@p:aexp4b.htr
|
|
@p:anot.htr
|
|
@p:anot3.htr
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmin_2]
|
|
@p:global.asa
|
|
@p:blank.htm
|
|
@p:calendar.asp
|
|
@p:default.asp
|
|
@p:iiabout.asp
|
|
@p:iiaccess.asp
|
|
@p:iiacct.asp
|
|
@p:iiacsshd.asp
|
|
@p:iiacssls.asp
|
|
@p:iiaction.asp
|
|
@p:iiadm.asp
|
|
@p:iiadmbd.asp
|
|
@p:iiadmhd.asp
|
|
@p:iiadmls.asp
|
|
@p:iiamap.asp
|
|
@p:iiamaphd.asp
|
|
@p:iiamapls.asp
|
|
@p:iiapp.asp
|
|
@p:iiapphd.asp
|
|
@p:iiappmn.asp
|
|
@p:iiauth.asp
|
|
@p:iibind.inc
|
|
@p:iibkup.asp
|
|
@p:iibkuphd.asp
|
|
@p:iibkupls.asp
|
|
@p:iibkupset.asp
|
|
@p:iibkuptl.asp
|
|
@p:iibody.asp
|
|
@p:iicache.asp
|
|
@p:iichkpath.asp
|
|
@p:iicomm.asp
|
|
@p:iicomp.asp
|
|
@p:iidef.asp
|
|
@p:iidoc.asp
|
|
@p:iierr.asp
|
|
@p:iierrhd.asp
|
|
@p:iierrls.asp
|
|
@p:iifilt.asp
|
|
@p:iifilthd.asp
|
|
@p:iifiltls.asp
|
|
@p:iifixpth.inc
|
|
@p:iifmsg.asp
|
|
@p:iifnav.asp
|
|
@p:iiftp.asp
|
|
@p:iifvd.asp
|
|
@p:iifvddir.asp
|
|
@p:iifvdhd.asp
|
|
@p:iifvdnt.asp
|
|
@p:iifvdrd.asp
|
|
@p:iifvs.asp
|
|
@p:iigtdata.asp
|
|
@p:iihd.asp
|
|
@p:iihdn.asp
|
|
@p:iihdr.asp
|
|
@p:iihdrhd.asp
|
|
@p:iihdrls.asp
|
|
@p:iilist.asp
|
|
@p:iilog.asp
|
|
@p:iiloghd.asp
|
|
@p:iilogmn.asp
|
|
@p:iimime.asp
|
|
@p:iimimehd.asp
|
|
@p:iimimels.asp
|
|
@p:iimlti.asp
|
|
@p:iimltihd.asp
|
|
@p:iimltils.asp
|
|
@p:iimnu.asp
|
|
@p:iinav.asp
|
|
@p:iipath.asp
|
|
@p:iipathhd.asp
|
|
@p:iipathls.asp
|
|
@p:iiperf.asp
|
|
@p:iipop.asp
|
|
@p:iipopcl.asp
|
|
@p:iipopcl.htm
|
|
@p:iipophd.asp
|
|
@p:iipoptl.asp
|
|
@p:iiput.asp
|
|
@p:iiputls.asp
|
|
@p:iirename.asp
|
|
@p:iirte.asp
|
|
@p:iirtehd.asp
|
|
@p:iirtels.asp
|
|
@p:iis.asp
|
|
@p:iiscript.asp
|
|
@p:iisec.asp
|
|
@p:iisechd.asp
|
|
@p:iisecls.asp
|
|
@p:iisess.asp
|
|
@p:iiset.asp
|
|
@p:iiset.inc
|
|
@p:iislider.asp
|
|
@p:iisnew.asp
|
|
@p:iisrvls.asp
|
|
@p:iistat.asp
|
|
@p:iito.inc
|
|
@p:iitool.asp
|
|
@p:iivd.asp
|
|
@p:iivddir.asp
|
|
@p:iivdhd.asp
|
|
@p:iivdnt.asp
|
|
@p:iivdrd.asp
|
|
@p:iivs.asp
|
|
@p:iiwww.asp
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmin_2a]
|
|
@p:about.gif
|
|
@p:access.gif
|
|
@p:app0.gif
|
|
@p:app2.gif
|
|
@p:app4.gif
|
|
@p:app6.gif
|
|
@p:back.gif
|
|
@p:blank.gif
|
|
@p:blankl.gif
|
|
@p:browse.gif
|
|
@p:cert.gif
|
|
@p:checkoff.gif
|
|
@p:checkon.gif
|
|
@p:cncl.gif
|
|
@p:comp.gif
|
|
@p:comp0.gif
|
|
@p:comp1.gif
|
|
@p:comp2.gif
|
|
@p:comp3.gif
|
|
@p:comp4.gif
|
|
@p:cont.gif
|
|
@p:dir0.gif
|
|
@p:dir2.gif
|
|
@p:dir4.gif
|
|
@p:doc.gif
|
|
@p:drct.gif
|
|
@p:edit.gif
|
|
@p:file.gif
|
|
@p:ftp0.gif
|
|
@p:ftp2.gif
|
|
@p:ftp4.gif
|
|
@p:ftp6.gif
|
|
@p:ftpprop.gif
|
|
@p:handshk.gif
|
|
@p:help.gif
|
|
@p:iisnav.gif
|
|
@p:iisttl.gif
|
|
@p:info.gif
|
|
@p:info_ani.gif
|
|
@p:ism.gif
|
|
@p:ismhd.gif
|
|
@p:key.gif
|
|
@p:line.gif
|
|
@p:loading.gif
|
|
@p:lock.gif
|
|
@p:logo.gif
|
|
@p:master.gif
|
|
@p:mime.gif
|
|
@p:minus.gif
|
|
@p:minusl.gif
|
|
@p:new.gif
|
|
@p:next.gif
|
|
@p:off.gif
|
|
@p:ok.gif
|
|
@p:on.gif
|
|
@p:open.gif
|
|
@p:pause.gif
|
|
@p:plus.gif
|
|
@p:plusl.gif
|
|
@p:radiooff.gif
|
|
@p:radioon.gif
|
|
@p:refr.gif
|
|
@p:remv.gif
|
|
@p:rename.gif
|
|
@p:roll.gif
|
|
@p:rte.gif
|
|
@p:save.gif
|
|
@p:sliderend.gif
|
|
@p:slideroff.gif
|
|
@p:slideron.gif
|
|
@p:slidersp.gif
|
|
@p:smallkey.gif
|
|
@p:space.gif
|
|
@p:stop.gif
|
|
@p:updir.gif
|
|
@p:url.gif
|
|
@p:vbscript.gif
|
|
@p:vdir0.gif
|
|
@p:vdir2.gif
|
|
@p:vdir4.gif
|
|
@p:www0.gif
|
|
@p:www2.gif
|
|
@p:www4.gif
|
|
@p:www6.gif
|
|
@p:wwwprop.gif
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmin_2b]
|
|
@p:blank.htm
|
|
@p:dir.gif
|
|
@p:file.gif
|
|
@p:jsbrowser.asp
|
|
@p:jsbrowser.js
|
|
@p:jsbrwcl.asp
|
|
@p:jsbrwflt.asp
|
|
@p:jsbrwhd.asp
|
|
@p:jsbrwls.asp
|
|
@p:jsbrwpop.asp
|
|
@p:jsbrwset.asp
|
|
@p:updir.gif
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmin_2c]
|
|
@p:filelist.asp
|
|
@p:finish.inc
|
|
@p:localize.inc
|
|
@p:pubbannr.gif
|
|
@p:publish.mdb
|
|
@p:welcome.asp
|
|
@p:welcome.inc
|
|
@p:admin.asp
|
|
@p:admin.gif
|
|
@p:default.asp
|
|
@p:dropbox.gif
|
|
@p:generic.gif
|
|
@p:merlin.gif
|
|
@p:message.gif
|
|
@p:;messages.mdb
|
|
@p:msg.gif
|
|
@p:;myinfo.inc
|
|
@p:qbe.asp
|
|
@p:streamer.gif
|
|
@p:t_theme.inc
|
|
@p:template.asp
|
|
@p:tempsubs.inc
|
|
@p:themes.inc
|
|
@p:urlform.asp
|
|
@p:wizard.asp
|
|
@p:admin.asp
|
|
@p:admin.gif
|
|
@p:default.asp
|
|
@p:dropbox.gif
|
|
@p:generic.gif
|
|
@p:merlin.gif
|
|
@p:message.gif
|
|
@p:;messages.mdb
|
|
@p:msg.gif
|
|
@p:;myinfo.inc
|
|
@p:qbe.asp
|
|
@p:streamer.gif
|
|
@p:t_theme.inc
|
|
@p:template.asp
|
|
@p:tempsubs.inc
|
|
@p:themes.inc
|
|
@p:urlform.asp
|
|
@p:wizard.asp
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmin_2d]
|
|
@p:blank.htm
|
|
@p:dir.gif
|
|
@p:file.gif
|
|
@p:JSBrowser.asp
|
|
@p:JSBrowser.js
|
|
@p:JSBrwCl.asp
|
|
@p:JSBrwFlt.asp
|
|
@p:JSBrwHd.asp
|
|
@p:JSBrwLs.asp
|
|
@p:JSBrwPop.asp
|
|
@p:JSBrwSet.asp
|
|
@p:JSBrwTre.asp
|
|
@p:updir.gif
|
|
@p:filelist.asp
|
|
@p:finish.inc
|
|
@p:localize.inc
|
|
@p:pubbannr.gif
|
|
@p:publish.mdb
|
|
@p:welcome.asp
|
|
@p:welcome.inc
|
|
@p:
|
|
@p:[iis95_40_files_inetsrv_iisadmin_2e]
|
|
@p:iitipa.htm
|
|
@p:iitipb.htm
|
|
@p:iitipc.htm
|
|
@p:iitipd.htm
|
|
@p:iitipe.htm
|
|
@p:iitipf.htm
|
|
@p:iitipg.htm
|
|
@p:iitiph.htm
|
|
@p:iitipi.htm
|
|
@p:iitipj.htm
|
|
@p:iitipk.htm
|
|
@p:iitipl.htm
|
|
@p:iitipm.htm
|
|
@p:iitoura.gif
|
|
@p:iitoura.htm
|
|
@p:iitourb.gif
|
|
@p:iitourb.htm
|
|
@p:iitourc.gif
|
|
@p:iitourc.htm
|
|
@p:iitourd.gif
|
|
@p:iitourd.htm
|
|
@p:iitoure.gif
|
|
@p:iitoure.htm
|
|
@p:iitourf.gif
|
|
@p:iitourf.htm
|
|
@p:iitourg.gif
|
|
@p:iitourg.htm
|
|
@p:iitourh.gif
|
|
@p:iitourh.htm
|
|
@p:iitouri.gif
|
|
@p:iitouri.htm
|
|
@p:iitourj.gif
|
|
@p:iitourj.htm
|
|
@p:iiwzhlp.htm
|
|
@p:iiwzhlp1.htm
|
|
@p:
|
|
@p:[iis95_40_files_winhelp]
|
|
@p:pwshelp.hlp
|
|
@p:
|
|
@p:[iis95_40_files_help_common]
|
|
@p:alpha.cab
|
|
@p:bestwith.gif
|
|
@p:cntimage.gif
|
|
@p:cocss.css
|
|
@p:colegal.htm
|
|
@p:coprint.htm
|
|
@p:cotoc.bmp
|
|
@p:coua.css
|
|
@p:DialogLayout.class
|
|
@p:Element.class
|
|
@p:ElementList.class
|
|
@p:hhctrl.cab
|
|
@p:HHCtrl.class
|
|
@p:i386.cab
|
|
@p:iiadden.htm
|
|
@p:IndexPanel.class
|
|
@p:java.cab
|
|
@p:loc.prp
|
|
@p:onestep.gif
|
|
@p:RelatedDialog.class
|
|
@p:SitemapParser.class
|
|
@p:spidie3.css
|
|
@p:spidie4.css
|
|
@p:TreeCanvas.class
|
|
@p:TreeView.class
|
|
@p:up.gif
|
|
@p:htmla.htm
|
|
@p:
|
|
@p:[iis95_40_files_publish_jsbrowser]
|
|
@p:blank.htm
|
|
@p:dir.gif
|
|
@p:file.gif
|
|
@p:JSBrowser.asp
|
|
@p:JSBrowser.js
|
|
@p:JSBrwCl.asp
|
|
@p:JSBrwFlt.asp
|
|
@p:JSBrwHd.asp
|
|
@p:JSBrwLs.asp
|
|
@p:JSBrwPop.asp
|
|
@p:JSBrwSet.asp
|
|
@p:JSBrwTre.asp
|
|
@p:updir.gif
|
|
@p:
|
|
@p:
|
|
@p:[iis95_40_files_homepage]
|
|
@p:bullet.gif
|
|
@p:;default.asp
|
|
@p:file.gif
|
|
@p:global.asa
|
|
@p:guestbk.asp
|
|
@p:myfiles.asp
|
|
@p:signbook.asp
|
|
@p:sub.inc
|
|
@p:theme.inc
|
|
@p:
|
|
@p:[iis95_40_files_homepage_themes_1]
|
|
@p:layout.css
|
|
@p:layout.inc
|
|
@p:rip2_2.gif
|
|
@p:rip3.gif
|
|
@p:setup.inc
|
|
@p:
|
|
@p:[iis95_40_files_homepage_themes_2]
|
|
@p:layout.css
|
|
@p:layout.inc
|
|
@p:setup.inc
|
|
@p:
|
|
@p:[iis95_40_files_homepage_themes_3]
|
|
@p:gradient.gif
|
|
@p:layout.css
|
|
@p:layout.inc
|
|
@p:setup.inc
|
|
@@!p:; ******************************
|
|
@@!p:; Start of file install sections
|
|
@@!p:; ******************************
|
|
@@!p:
|
|
@@!p:[SourceDisksNames.x86]
|
|
@@!p:; Cabinet file names and associated disks for x86 (\i386 or \Nec98)
|
|
@@!p:; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0),SubDir
|
|
@@!p:; 34000 = "\i386" or "\Nec98"
|
|
@@!p:0="%cdname%","%cdtagfilei%",0,%34000%
|
|
@@!p:1="%cdname%","IIS6.cab",0,%34000%,16,%cdtagfilei%
|
|
@@!p:
|
|
@@!p:[SourceDisksNames.ia64]
|
|
@@!p:0="%cdname%","%cdtagfilem%",0,\ia64
|
|
@@!p:1="%cdname%","IIS6.cab",0,\ia64,16,%cdtagfilem%
|
|
@@!p:2="%cdname%","%cdtagfilem%",0,\i386
|
|
@@!p:
|
|
@@!p:[SourceDisksNames.amd64]
|
|
@@!p:0="%cdname%","%cdtagfilem%",0,\amd64
|
|
@@!p:1="%cdname%","IIS6.cab",0,\amd64,16,%cdtagfilem%
|
|
@@!p:2="%cdname%","%cdtagfilem%",0,\i386
|
|
@@!p:
|
|
@@!p:[iis_SysWow64_ftp]
|
|
@@!p:ftpctrs2.dll,wftpctrs2.dll
|
|
@@!p:
|
|
@@!p:[iis_SysWow64_ftp_counters]
|
|
@@!p:ftpctrs.ini,wftpctrs.ini
|
|
@@!p:ftpctrs.h,wftpctrs.h2
|
|
@@!p:
|
|
@@!p:[iis_SysWow64_info]
|
|
@@!p:infoctrs.dll,winfoctrs.dll
|
|
@@!p:iisrtl.dll,wiisrtl.dll
|
|
@@!p:infoadmn.dll,winfoadmn.dll
|
|
@@!p:wamregps.dll,wwamrgps.dll
|
|
@@!p:admwprox.dll,wadmwprx.dll
|
|
@@!p:
|
|
@@!p:[iis_SysWow64_core_inetsrv]
|
|
@@!p:adsiis.dll,wadsiis.dll
|
|
@@!p:iisext.dll,wiisext.dll
|
|
@@!p:iisui.dll,wiisui.dll
|
|
@@!p:
|
|
@@!p:[iis_SysWow64_info_counters]
|
|
@@!p:infoctrs.h,winfoctrs.h2
|
|
@@!p:infoctrs.ini,winfoctrs.ini
|
|
@@!p:
|
|
@@!p:[iis_SysWow64_asp]
|
|
@@!p:aspperf.dll,waspperf.dll
|
|
@@!p:
|
|
@@!p:[iis_SysWow64_asp_counters]
|
|
@@!p:axctrnm.h,waxctrnm.h2
|
|
@@!p:axperf.ini,waxperf.ini
|
|
@@!p:
|
|
@@!p:[iis_SysWow64_inetsrv_w3svc_6]
|
|
@@!p:w3ctrs.dll,ww3ctrs.dll
|
|
@@!p:iisutil.dll,wiisutil.dll
|
|
@@!p:
|
|
@@!p:[iis_SysWow64_inetsrv_w3svc_6_counters]
|
|
@@!p:w3ctrs.h2,ww3ctrs.h2
|
|
@@!p:w3ctrs.ini,ww3ctrs.ini
|
|
@@!p:
|
|
@@!p:[SourceDisksFiles]
|
|
@@!p:; 32bit files for 64bit syswow64 dir
|
|
@@!p:wftpctrs.h2 = 2,,2500
|
|
@@!p:wftpctrs.ini = 2,,8000
|
|
@@!p:wftpctrs2.dll = 2,,8000
|
|
@@!p:winfoctrs.dll = 2,,9000
|
|
@@!p:winfoctrs.h2 = 2,,3200
|
|
@@!p:winfoctrs.ini = 2,,11500
|
|
@@!p:ww3ctrs.dll = 2,,18000
|
|
@@!p:ww3ctrs.h2 = 2,,9000
|
|
@@!p:ww3ctrs.ini = 2,,51000
|
|
@@!p:waspperf.dll = 2,,10300
|
|
@@!p:waxctrnm.h2 = 2,,2100
|
|
@@!p:waxperf.ini = 2,,5000
|
|
@@!p:wadmwprx.dll = 2,,37888
|
|
@@!p:wiisutil.dll = 2,,100000
|
|
@@!p:wiisrtl.dll = 2,,100000
|
|
@@!p:winfoadmn.dll = 2,,100000
|
|
@@!p:wadsiis.dll = 2,,276480
|
|
@@!p:wiisext.dll = 2,,75264
|
|
@@!p:wiisui.dll = 2,,204800
|
|
@@!p:wwamrgps.dll = 2,,7680
|
|
@@!p:
|
|
@@!p:[iis_common_files_inetsrv]
|
|
@@!p:coadmin.dll
|
|
@@!p:iisclex4.dll
|
|
@@!p:iisui.dll
|
|
@@!p:isatq.dll
|
|
@@!p:logui.ocx
|
|
@@!p:
|
|
@@!p:[iis_common_files_inetsrv_6]
|
|
@@!p:iiswmi.dll
|
|
@@!p:adsiis.dll
|
|
@@!p:iisext.dll
|
|
@@!p:iisres.dll
|
|
@@!p:
|
|
@@!p:[iis_common_files_sys]
|
|
@@!p:admwprox.dll
|
|
@@!p:exstrace.dll
|
|
@@!p:iismap.dll
|
|
@@!p:infoadmn.dll
|
|
@@!p:wamregps.dll
|
|
@@!p:
|
|
@@!p:[iis_common_files_sys_6]
|
|
@@!p:
|
|
@@!p:[iis_core_files_inetsrv]
|
|
@@!p:certobj.dll
|
|
@@!p:iisadmin.dll
|
|
@@!p:infocomm.dll
|
|
@@!p:iscomlog.dll
|
|
@@!p:logscrpt.dll
|
|
@@!p:logtemp.sql
|
|
@@!p:lonsint.dll
|
|
@@!p:rpcref.dll
|
|
@@!p:
|
|
@@!p:[iis_core_files_inetsrv_6]
|
|
@@!p:iiscfg.dll
|
|
@@!p:iislog.dll
|
|
@@!p:iisutil.dll
|
|
@@!p:inetinfo.exe
|
|
@@!p:metadata.dll
|
|
@@!p:svcext.dll
|
|
@@!p:uihelper.dll
|
|
@@!p:
|
|
@@!p:[iis_core_files_sys]
|
|
@@!p:convlog.exe
|
|
@@!p:iisback.vbs
|
|
@@!p:iisapp.vbs
|
|
@@!p:IIsCnfg.vbs
|
|
@@!p:IIsFtp.vbs
|
|
@@!p:IIsFtpdr.vbs
|
|
@@!p:IIsScHlp.wsc
|
|
@@!p:iisvdir.vbs
|
|
@@!p:iisweb.vbs
|
|
@@!p:iisext.vbs
|
|
@@!p:infoctrs.dll
|
|
@@!p:iisreset.exe
|
|
@@!p:iisrstap.dll
|
|
@@!p:
|
|
@@!p:[iis_core_files_sys_counters]
|
|
@@!p:infoctrs.h,infoctrs.h2
|
|
@@!p:infoctrs.ini
|
|
@@!p:
|
|
@@!p:[iis_core_files_sys_no_remove]
|
|
@@!p:staxmem.dll
|
|
@@!p:
|
|
@@!p:[iis_common_files_wmi_6]
|
|
@@!p:iiswmi.mfl
|
|
@@!p:iiswmi.mof
|
|
@@!p:
|
|
@@!p:[iis_ftp_files_inetsrv_6]
|
|
@@!p:ftpmib.dll
|
|
@@!p:ftpsvc2.dll
|
|
@@!p:
|
|
@@!p:[iis_ftp_files_sys]
|
|
@@!p:ftpctrs2.dll
|
|
@@!p:
|
|
@@!p:[iis_ftp_files_sys_counters]
|
|
@@!p:ftpctrs.ini
|
|
@@!p:ftpctrs.h,ftpctrs.h2
|
|
@@!p:
|
|
@@!p:[iis_inetmgr_files_inetsrv]
|
|
@@!p:CertMap.ocx
|
|
@@!p:CertWiz.ocx
|
|
@@!p:Cnfgprts.ocx
|
|
@@!p:iis.msc
|
|
@@!p:iisrstas.exe
|
|
@@!p:inetmgr.dll
|
|
@@!p:inetmgr.exe
|
|
@@!p:iisuiobj.dll
|
|
@@!p:
|
|
@@!p:[iis_inetmgr_files_sys]
|
|
@@!p:iismui.dll
|
|
@@!p:
|
|
@@!p:[iis_product_files_setup_noinstall]
|
|
@@!p:iis.dll
|
|
@@!p:
|
|
@@!p:[iis_product_files_sys]
|
|
@@!p:iisRtl.dll
|
|
@@!p:
|
|
@@!p:[iis_www_files_inetsrv_old]
|
|
@@!p:myinfo.dll
|
|
@@!p:
|
|
@@!p:[iis_www_files_inetsrv]
|
|
@@!p:ADROT.dll
|
|
@@!p:browscap.dll
|
|
@@!p:browscap.ini
|
|
@@!p:ContRot.dll
|
|
@@!p:gzip.dll
|
|
@@!p:isapips.dll
|
|
@@!p:NEXTLINK.dll
|
|
@@!p:w3ext.dll
|
|
@@!p:davcdata.exe
|
|
@@!p:httpext.dll
|
|
@@!p:davcprox.dll
|
|
@@!p:iisw3adm.dll
|
|
@@!p:
|
|
@@!p:@i:[iis_www_files_apppatch]
|
|
@@!p:@i:AcWebSvc.dll
|
|
@@!p:@i:
|
|
@@!p:[iis_www_files_inetsrv_6]
|
|
@@!p:asp.dll
|
|
@@!p:asp.mof
|
|
@@!p:httpmib.dll
|
|
@@!p:httpodbc.dll
|
|
@@!p:ssinc.dll
|
|
@@!p:urlauth.dll
|
|
@@!p:w3cache.dll
|
|
@@!p:w3comlog.dll
|
|
@@!p:w3core.dll
|
|
@@!p:w3core.mof
|
|
@@!p:w3ctrlps.dll
|
|
@@!p:w3ctrs.dll
|
|
@@!p:w3dt.dll
|
|
@@!p:w3isapi.dll
|
|
@@!p:w3isapi.mof
|
|
@@!p:w3tp.dll
|
|
@@!p:w3wp.exe
|
|
@@!p:wam.dll
|
|
@@!p:wamps.dll
|
|
@@!p:wamreg.dll
|
|
@@!p:
|
|
@@!p:[iis_www_files_sys]
|
|
@@!p:aspperf.dll
|
|
@@!p:
|
|
@@!p:[iis_www_files_sys_counters]
|
|
@@!p:axperf.ini
|
|
@@!p:axctrnm.h,axctrnm.h2
|
|
@@!p:
|
|
@@!p:[iis_www_files_sys_6_counters]
|
|
@@!p:w3ctrs.h,w3ctrs.h2
|
|
@@!p:w3ctrs.ini
|
|
@@!p:
|
|
@@!p:[iis_www_adminui_files2]
|
|
@@!p:pagerror.gif,IIS_pagerror.gif
|
|
@@!p:
|
|
@s:[appsrv_console_files_sys]
|
|
@s:@3:appsrv.msc
|
|
@s:@6:appsrv.msc,appsrv64.msc
|
|
@@!p:
|
|
@@!p:[iis_inetmgr_smtp_files_inetsrv]
|
|
@@!p:smtpsnap.dll
|
|
@@!p:
|
|
@@!p:[iis_inetmgr_smtp_files_helpmail]
|
|
@@!p:smtpsnap.hlp
|
|
@@!p:smtpsnap.cnt
|
|
@@!p:
|
|
@@!p:[iis_common_smtp_files_inetsrv]
|
|
@@!p:smtpadm.dll
|
|
@@!p:seo.dll
|
|
@@!p:
|
|
@@!p:[iis_common_smtp_files_sys]
|
|
@@!p:rwnh.dll
|
|
@@!p:smtpapi.dll
|
|
@@!p:
|
|
@@!p:[iis_inetmgr_nntp_files_inetsrv]
|
|
@@!p:nntpsnap.dll
|
|
@@!p:
|
|
@@!p:[iis_inetmgr_nntp_files_helpnews]
|
|
@@!p:nntpsnap.hlp
|
|
@@!p:nntpsnap.cnt
|
|
@@!p:
|
|
@@!p:[iis_common_nntp_files_inetsrv]
|
|
@@!p:nntpadm.dll
|
|
@@!p:
|
|
@@!p:[iis_common_nntp_files_sys]
|
|
@@!p:nntpapi.dll
|
|
@@!p:
|
|
|
|
@@!p:[SourceDisksFiles]
|
|
@@!p:@i:AcWebSvc.dll=0,,83456
|
|
@@!p:admwprox.dll=0,,36352
|
|
@@!p:ADROT.dll=0,,52224
|
|
@@!p:adsiis.dll=0,,280064
|
|
@@!p:asp.dll=0,,299008
|
|
@@!p:asp.mof=0,,854
|
|
@@!p:aspperf.dll=0,,10240
|
|
@@!p:axctrnm.h2=0,,2114
|
|
@@!p:axperf.ini=0,,10793
|
|
@@!p:browscap.dll=0,,40960
|
|
@@!p:browscap.ini=0,,31669
|
|
@@!p:CertMap.ocx=0,,94720
|
|
@@!p:certobj.dll=0,,79872
|
|
@@!p:CertWiz.ocx=0,,280064
|
|
@@!p:Cnfgprts.ocx=0,,69632
|
|
@@!p:coadmin.dll=0,,53248
|
|
@@!p:ContRot.dll=0,,28672
|
|
@@!p:convlog.exe=0,,56832
|
|
@@!p:davcdata.exe=0,,40448
|
|
@@!p:davcprox.dll=0,,6656
|
|
@@!p:exstrace.dll=0,,13312
|
|
@@!p:ftpctrs.h2=0,,2549
|
|
@@!p:ftpctrs.ini=0,,7909
|
|
@@!p:ftpctrs2.dll=0,,7168
|
|
@@!p:ftpmib.dll=0,,5632
|
|
@@!p:ftpsvc2.dll=0,,116224
|
|
@@!p:gzip.dll=0,,30208
|
|
@@!p:httpext.dll=0,,244224
|
|
@@!p:httpmib.dll=0,,11776
|
|
@@!p:httpodbc.dll=0,,38912
|
|
@@!p:iis.dll=0,,495104
|
|
@@!p:iis.msc=0,,47834
|
|
@@!p:iisadmin.dll=0,,22528
|
|
@@!p:iisback.vbs=0,,33233
|
|
@@!p:iiscfg.dll=0,,1320448
|
|
@@!p:iisclex4.dll=0,,60928
|
|
@@!p:IIsCnfg.vbs=0,,27984
|
|
@@!p:iisext.dll=0,,60928
|
|
@@!p:iisres.dll=0,,95744
|
|
@@!p:iislog.dll=0,,73728
|
|
@@!p:IIsFtp.vbs=0,,53301
|
|
@@!p:IIsFtpdr.vbs=0,,44157
|
|
@@!p:iismap.dll=0,,55808
|
|
@@!p:iismui.dll=0,,3584
|
|
@@!p:iisreset.exe=0,,14336
|
|
@@!p:iisrstap.dll=0,,5632
|
|
@@!p:iisrstas.exe=0,,26624
|
|
@@!p:iisRtl.dll=0,,117248
|
|
@@!p:IIsScHlp.wsc=0,,41290
|
|
@@!p:iisui.dll=0,,192512
|
|
@@!p:iisuiobj.dll=0,,55296
|
|
@@!p:iisutil.dll=0,,130560
|
|
@@!p:iisvdir.vbs=0,,32709
|
|
@@!p:iisw3adm.dll=0,,104448
|
|
@@!p:iisweb.vbs=0,,46850
|
|
@@!p:iisext.vbs=0,,20037
|
|
@@!p:iisapp.vbs=0,,8003
|
|
@@!p:iiswmi.dll=0,,147456
|
|
@@!p:iiswmi.mfl=0,,92872
|
|
@@!p:iiswmi.mof=0,,487430
|
|
@@!p:inetinfo.exe=0,,11264
|
|
@@!p:inetmgr.dll=0,,888832
|
|
@@!p:inetmgr.exe=0,,7680
|
|
@@!p:infoadmn.dll=0,,11264
|
|
@@!p:infocomm.dll=0,,236544
|
|
@@!p:infoctrs.dll=0,,7680
|
|
@@!p:infoctrs.h2=0,,3276
|
|
@@!p:infoctrs.ini=0,,11435
|
|
@@!p:isapips.dll=0,,7680
|
|
@@!p:isatq.dll=0,,54784
|
|
@@!p:iscomlog.dll=0,,22016
|
|
@@!p:logscrpt.dll=0,,22016
|
|
@@!p:logtemp.sql=0,,326
|
|
@@!p:logui.ocx=0,,60928
|
|
@@!p:lonsint.dll=0,,12800
|
|
@@!p:metadata.dll=0,,223744
|
|
@@!p:NEXTLINK.dll=0,,54784
|
|
@@!p:nntpadm.dll=1,,176128
|
|
@@!p:nntpapi.dll=1,,12800
|
|
@@!p:nntpsnap.cnt=1,,382
|
|
@@!p:nntpsnap.dll=1,,2623488
|
|
@@!p:nntpsnap.hlp=1,,38262
|
|
@@!p:rpcref.dll=0,,4096
|
|
@@!p:rwnh.dll=1,,9216
|
|
@@!p:seo.dll=1,,205824
|
|
@@!p:smtpadm.dll=1,,167424
|
|
@@!p:smtpapi.dll=1,,10240
|
|
@@!p:smtpsnap.cnt=1,,354
|
|
@@!p:smtpsnap.dll=1,,2123264
|
|
@@!p:smtpsnap.hlp=1,,74757
|
|
@@!p:ssinc.dll=0,,33792
|
|
@@!p:staxmem.dll=0,,7680
|
|
@@!p:strmfilt.dll=0,,65536
|
|
@@!p:svcext.dll=0,,41984
|
|
@@!p:uihelper.dll=0,,100864
|
|
@@!p:urlauth.dll=0,,23040
|
|
@@!p:w3cache.dll=0,,22016
|
|
@@!p:w3comlog.dll=0,,17920
|
|
@@!p:w3core.dll=0,,261632
|
|
@@!p:w3core.mof=0,,3882
|
|
@@!p:w3ctrlps.dll=0,,5632
|
|
@@!p:w3ctrs.dll=0,,16384
|
|
@@!p:w3ctrs.h2=0,,9034
|
|
@@!p:w3ctrs.ini=0,,50666
|
|
@@!p:w3dt.dll=0,,24576
|
|
@@!p:w3ext.dll=0,,74240
|
|
@@!p:w3isapi.dll=0,,28160
|
|
@@!p:w3isapi.mof=0,,1530
|
|
@@!p:w3ssl.dll=0,,20992
|
|
@@!p:w3tp.dll=0,,7168
|
|
@@!p:w3wp.exe=0,,4608
|
|
@*: Removed w3wplist.exe since it was not approved for Beta3
|
|
@*:w3wplist.exe=0,,17920
|
|
@@!p:wam.dll=0,,31744
|
|
@@!p:wamps.dll=0,,6144
|
|
@@!p:wamreg.dll=0,,44544
|
|
@@!p:wamregps.dll=0,,7680
|
|
@s:@3:appsrv.msc=0,,53117
|
|
@s:@6:appsrv64.msc=0,,53117
|
|
@*:
|
|
@*: ***************************************************************************************************
|
|
@*: * *
|
|
@*: * Metabase Settings *
|
|
@*: * ----------------- *
|
|
@*: * *
|
|
@*: ***************************************************************************************************
|
|
@*:
|
|
@@!p:; =====================================================
|
|
@@!p:; IIS.dll specific implementation
|
|
@@!p:; =====================================================
|
|
@@!p:
|
|
@@!p:;
|
|
@@!p:; Entries upgradeable from iis3 and less (when it was in registry):
|
|
@@!p:; fUpgrade(1 or 0) fKeepOldReg hkRootKey szSubKey szValueName mdPath mdID mdAttrib mdUserType mdDataType mdDataLen mdData
|
|
@@!p:;
|
|
@@!p:; Entries that are not upgradedable from previous iis3 installations (doesn't overwrite if already in metabase):
|
|
@@!p:; mdPath(always -1) mdID mdAttrib mdUserType mdDataType mdDataLen mdData
|
|
@@!p:;
|
|
@@!p:; These entries should be seperated by Tabs
|
|
@@!p:
|
|
@@!p:; -------------------------
|
|
@@!p:; IISADMIN metabase entries
|
|
@@!p:; -------------------------
|
|
@@!p:[CORE_REG_IIS3_UPGRADE]
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\InetInfo\Parameters BandwidthLevel LM 1000 0x1 1 1 4 0xffffffff
|
|
@@!p:[CORE_REG]
|
|
@@!p:-1 / 1002 0x0 1 2 0 IIS_ROOT
|
|
@@!p:-1 LM 1002 0x0 1 2 0 IIsComputer
|
|
@@!p:3 / 9998 LM 9998 0x0 1 1 4 0
|
|
@@!p:3 / 9995 LM 9995 0x0 1 1 4 10
|
|
@@!p:3 / 9996 LM 9996 0x0 1 1 4 1
|
|
@@!p:
|
|
@@!p:; ----------------------
|
|
@@!p:; W3SVC metabase entries
|
|
@@!p:; ----------------------
|
|
@@!p:[WWW_REG_IIS3_UPGRADE]
|
|
@@!p:1 1 HKLM System\CurrentControlSet\Services\W3SVC\Parameters LogFileDirectory LM/W3SVC 4001 0x1 1 4 0 %11%\LogFiles
|
|
@s:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters LogSqlDataSource LM/W3SVC 4007 0x1 1 2 0 HTTPLOG
|
|
@s:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters LogSqlTableName LM/W3SVC 4008 0x1 1 2 0 InternetLog
|
|
@s:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters LogSqlUserName LM/W3SVC 4009 0x1 1 2 0 InternetAdmin
|
|
@s:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters LogSqlPassword LM/W3SVC 4010 0x5 1 2 0 sqllog
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters Default Load File LM/W3SVC 6006 0x1 2 2 0 Default.htm,Default.asp,index.htm
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters Dir Browse Control LM/W3SVC 6005 0x1 2 1 4 0x4000003e
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters CacheExtensions LM/W3SVC 6034 0x1 2 1 4 0x1
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters AllowKeepAlives LM/W3SVC 6038 0x1 2 1 4 0x1
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters ScriptTimeout LM/W3SVC 6033 0x1 2 1 4 0x12C
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters ConnectionTimeOut LM/W3SVC 1013 0x1 1 1 4 0x78
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters ServerComment LM/W3SVC/1 1015 0x1 1 2 0 "%DESC_SERVER_COMMENT_WWW%"
|
|
@@!p:2 LM/W3SVC 4001 4 0 %WinDir%\System32\LogFiles 0x1 1 4 0 %11%\LogFiles
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters Authorization LM/W3SVC 6000 0x1 2 1 4 0x5
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\InetInfo\Parameters MinFileKBSec LM/W3SVC 9205 0x1 1 1 4 0xF0
|
|
@@!p:
|
|
@@!p:[IIS6_WWW_REG]
|
|
@@!p:-1 LM/W3SVC 1002 0x0 1 2 0 IIsWebService
|
|
@@!p:-1 LM/W3SVC 1021 0x1 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC 6008 0x1 2 5 0 CUSTOMERROR_ROOT
|
|
@@!p:-1 LM/W3SVC 2060 0x1 1 2 0 /iisadmpwd/achg.asp
|
|
@@!p:-1 LM/W3SVC 2061 0x1 1 2 0 /iisadmpwd/aexp.asp
|
|
@@!p:-1 LM/W3SVC 2062 0x1 1 2 0 /iisadmpwd/anot.asp
|
|
@@!p:-1 LM/W3SVC 2067 0x1 1 2 0 /iisadmpwd/aexp3.asp
|
|
@@!p:-1 LM/W3SVC 2069 0x1 1 2 0 /iisadmpwd/anot3.asp
|
|
@@!p:-1 LM/W3SVC 9201 0x0 1 1 4 0xffffffff
|
|
@@!p:-1 LM/W3SVC 9202 0x0 1 1 4 0xffffffff
|
|
@@!p:-1 LM/W3SVC 9206 0x0 1 1 4 0x0
|
|
@*: Disable Binary Logging
|
|
@@!p:-1 LM/W3SVC 4016 0x0 1 1 4 0x0
|
|
@@!p:-1 LM/W3SVC/Info 1002 0x0 1 2 0 IIsWebInfo
|
|
@@!p:-1 LM/W3SVC/Info 2120 0x0 1 5 0 ERRORMSG
|
|
@@!p:-1 LM/W3SVC/Filters 1002 0x0 1 2 0 IIsFilters
|
|
@@!p:Metabase_SetValue(/LM/W3SVC/Filters|2040|0|1|2|0||1)
|
|
@@!p:-1 LM/W3SVC/Filters/Compression 1002 0x0 1 2 0 IIsFilter
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 1002 0x0 1 2 0 IIsCompressionSchemes
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2210 0x0 1 4 0 "%windir%\IIS Temporary Compressed Files"
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2211 0x0 1 2 0 "max-age=86400"
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2212 0x0 1 2 0 "Wed, 01 Jan 1997 12:00:00 GMT"
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2213 0x0 1 1 4 0x0
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2214 0x0 1 1 4 0x0
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2215 0x0 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2216 0x0 1 1 4 0x0
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2217 0x0 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2218 0x0 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2219 0x0 1 1 4 0x0
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2220 0x0 1 1 4 0x0
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2221 0x0 1 1 4 0x5F5E100
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2222 0x0 1 1 4 0x2000
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2223 0x0 1 1 4 0x2000
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2224 0x0 1 1 4 0x3E8
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2225 0x0 1 1 4 0x100
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/Parameters 2226 0x0 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/gzip 1002 0x0 1 2 0 IIsCompressionScheme
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/gzip 2237 0x0 1 4 0 "%windir%\system32\inetsrv\gzip.dll"
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/gzip 2240 0x0 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/gzip 2241 0x0 1 1 4 0x0
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/gzip 2242 0x0 1 1 4 0xA
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/gzip 2243 0x0 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/gzip 2213 0x0 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/gzip 2214 0x0 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/gzip 2215 0x0 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/gzip 2238 0x0 1 5 0 HcFileExtensions
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/gzip 2244 0x0 1 5 0 HcScriptFileExtensions
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/deflate 1002 0x0 1 2 0 IIsCompressionScheme
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/deflate 2237 0x0 1 4 0 "%windir%\system32\inetsrv\gzip.dll"
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/deflate 2240 0x0 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/deflate 2241 0x0 1 1 4 0x0
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/deflate 2242 0x0 1 1 4 0xA
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/deflate 2243 0x0 1 1 4 0x0
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/deflate 2213 0x0 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/deflate 2214 0x0 1 1 4 0x0
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/deflate 2215 0x0 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/deflate 2238 0x0 1 5 0 HcFileExtensions
|
|
@@!p:-1 LM/W3SVC/Filters/Compression/deflate 2244 0x0 1 5 0 HcScriptFileExtensions
|
|
@@!p:; Application pool entries
|
|
@@!p:-1 LM/W3SVC 9101 0x1 1 2 0 DefaultAppPool
|
|
@@!p:-1 LM/W3SVC/1 9101 0x1 1 2 0 DefaultAppPool
|
|
@@!p:-1 LM/W3SVC/1/ROOT 9101 0x1 1 2 0 DefaultAppPool
|
|
@*:
|
|
@*: Security Settings (popup security UI)
|
|
@*:
|
|
@@!p:-1 LM/W3SVC 2166 0x0 1 1 4 0x1
|
|
@*:
|
|
@*: Application Pool Settings
|
|
@*:
|
|
@@!p:-1 LM/W3SVC/AppPools 1002 0x0 1 2 0 IIsApplicationPools
|
|
@*: Recycle Worker Processes after 29 hours, to keep it staggered
|
|
@@!p:-1 LM/W3SVC/AppPools 9001 0x1 1 1 4 0x6CC
|
|
@*: Recycle Worker Processes after 35000 requests (DISABLED)
|
|
@@!p:-1 LM/W3SVC/AppPools 9002 0x1 1 1 4 0x0
|
|
@*: Recycle Worker Processes at the following times (DISABLED)
|
|
@*: Recycle Worker Processes after consuming 100 MB (in kb) (DISABLED)
|
|
@@!p:-1 LM/W3SVC/AppPools 9024 0x1 1 1 4 0x0
|
|
@*: Shutdown Worker Processes after being idle for 20 minutes
|
|
@@!p:-1 LM/W3SVC/AppPools 9005 0x1 1 1 4 0x14
|
|
@*: Kernel Request Queue Size, 4,000
|
|
@@!p:-1 LM/W3SVC/AppPools 9017 0x1 1 1 4 0xFA0
|
|
@*: Maximum Number of worker processes
|
|
@@!p:-1 LM/W3SVC/AppPools 9003 0x1 1 1 4 0x1
|
|
@*: Worker Process Ping Interval, 30 seconds
|
|
@@!p:-1 LM/W3SVC/AppPools 9013 0x1 1 1 4 0x1E
|
|
@@!p:-1 LM/W3SVC/AppPools 9004 0x1 1 1 4 0x1
|
|
@*: Ping Response Time Limit, 90 sec
|
|
@@!p:-1 LM/W3SVC/AppPools 9014 0x1 1 1 4 0x5A
|
|
@*: Enable Rapid Fail Protection, Interval 5 minutes, 5 max crashes
|
|
@@!p:-1 LM/W3SVC/AppPools 9006 0x1 1 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/AppPools 9029 0x1 1 1 4 0x5
|
|
@@!p:-1 LM/W3SVC/AppPools 9030 0x1 1 1 4 0x5
|
|
@*: Worker Process startus within 90 seconds
|
|
@@!p:-1 LM/W3SVC/AppPools 9011 0x1 1 1 4 0x5A
|
|
@@!p:-1 LM/W3SVC/AppPools 9012 0x1 1 1 4 0x5A
|
|
@*: Set AppPool PrivateMemory Recycle to 0
|
|
@@!p:-1 LM/W3SVC/AppPools 9038 0x1 1 1 4 0x0
|
|
@*: SMP Affinity disabled, and set mask to 0xFFFFFFFF
|
|
@@!p:-1 LM/W3SVC/AppPools 9007 0x1 1 1 4 0x0
|
|
@@!p:-1 LM/W3SVC/AppPools 9008 0x1 1 1 4 0xffffffff
|
|
@*: // CPU Reset Interval
|
|
@@!p:-1 LM/W3SVC/AppPools 2144 0x1 1 1 4 0x5
|
|
@*: Disable CPU Accouting (setting 9023 or 2144 to 0 accomplishes this)
|
|
@@!p:-1 LM/W3SVC/AppPools 9023 0x1 1 1 4 0x0
|
|
@*: Set Load Balancer Capabilities to 2
|
|
@@!p:-1 LM/W3SVC/AppPools 9034 0x1 1 1 4 0x2
|
|
@@!p:-1 LM/W3SVC/AppPools 9009 0x1 1 1 4 0x0
|
|
@@!p:-1 LM/W3SVC/AppPools 9015 0x1 1 1 4 0x0
|
|
@@!p:-1 LM/W3SVC/AppPools 9018 0x1 1 1 4 0x0
|
|
@*: // Default for AppPool Identity is Network Service
|
|
@@!p:-1 LM/W3SVC/AppPools 9021 0x1 1 1 4 0x2
|
|
@*: // Default for LogEventOnRecycle: AppRecycleMemory=0x8, AppPoolRecycleTime=0x1, AppPoolRecyclePrivateMemory=0x80
|
|
@@!p:-1 LM/W3SVC/AppPools 9037 0x1 1 1 4 0x00000089
|
|
@@!p:-1 LM/W3SVC/AppPools/DefaultAppPool 1002 0x0 1 2 0 IIsApplicationPool
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:[IIS6_WWW_REG_DEL]
|
|
@@!p:-0 LM/W3SVC/Filters/Compression 1099 0x1 1 1 4 0x0
|
|
@@!p:-0 LM/W3SVC/Filters/Compression 2041 0x0 1 2 0 "%windir%\system32\inetsrv\compfilt.dll"
|
|
@@!p:-0 LM/W3SVC/Filters/Compression 2042 0x1 1 1 4 0x0
|
|
@@!p:-0 LM/W3SVC/Filters/Compression 2043 0x1 1 1 4 0x0
|
|
@@!p:-0 LM/W3SVC/Filters/Compression 2044 0x1 1 1 4 0x0
|
|
@@!p:-0 LM/W3SVC/Filters/Compression 2045 0x0 1 2 0 "compfilt"
|
|
@@!p:
|
|
@@!p:[COMPRESSION_GZIP_REG_REMOVE]
|
|
@@!p:;2238
|
|
@@!p:;2244
|
|
@@!p:
|
|
@@!p:[COMPRESSION_DEFLATE_REG_REMOVE]
|
|
@@!p:;2238
|
|
@@!p:;2244
|
|
@@!p:
|
|
@@!p:[IIS6_WWW_REG_SRV]
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters MaxConnections LM/W3SVC 1014 0x1 1 1 4 0xffffffff
|
|
@@!p:-1 LM/W3SVC 6039 0x1 2 1 4 0x1
|
|
@@!p:-1 LM/W3SVC 9203 0x0 1 1 4 0x0
|
|
@@!p:
|
|
@@!p:[IIS6_WWW_REG_SRV.UT_ANYMETABASEUPGRADE]
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters MaxConnections LM/W3SVC 1014 0x1 1 1 4 0xffffffff
|
|
@@!p:-1 LM/W3SVC 9203 0x0 1 1 4 0x1
|
|
@*:// on Upgrade, if there is another site already on port 80, then "disable" the one we are creating
|
|
@@!p:Metabase_IsAnotherSiteonPort80()?Metabase_SetValue(/LM/W3SVC/1|1017|1|1|1|0|0)
|
|
@@!p:Metabase_VerifyValue(LM/W3SVC|2060|2||/iisadmpwd/achg.htr)?Metabase_SetValue(LM/W3SVC|2060|1|1|2|0|/iisadmpwd/achg.asp)
|
|
@@!p:Metabase_VerifyValue(LM/W3SVC|2061|2||/iisadmpwd/aexp.htr)?Metabase_SetValue(LM/W3SVC|2061|1|1|2|0|/iisadmpwd/aexp.asp)
|
|
@@!p:Metabase_VerifyValue(LM/W3SVC|2062|2||/iisadmpwd/anot.htr)?Metabase_SetValue(LM/W3SVC|2062|1|1|2|0|/iisadmpwd/anot.asp)
|
|
@@!p:Metabase_VerifyValue(LM/W3SVC|2067|2||/iisadmpwd/aexp3.htr)?Metabase_SetValue(LM/W3SVC|2067|1|1|2|0|/iisadmpwd/aexp3.asp)
|
|
@@!p:Metabase_VerifyValue(LM/W3SVC|2069|2||/iisadmpwd/anot3.htr)?Metabase_SetValue(LM/W3SVC|2069|1|1|2|0|/iisadmpwd/anot3.asp)
|
|
@*: // This was incorrectly set on Win2k, so lets change it to the correct value
|
|
@@!p:Metabase_VerifyValue(LM/W3SVC|2068|1||3)?Metabase_SetValue(LM/W3SVC|2068|1|1|1|0|6)
|
|
@@!p:
|
|
@@!p:[IIS6_WWW_REG_WKS]
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters MaxConnections LM/W3SVC 1014 0x1 1 1 4 0x28
|
|
@@!p:-1 LM/W3SVC 6039 0x1 2 1 4 0x1
|
|
@@!p:-1 LM/W3SVC 9203 0x0 1 1 4 0x0
|
|
@@!p:[IIS6_WWW_REG_WKS.UT_ANYMETABASEUPGRADE]
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters MaxConnections LM/W3SVC 1014 0x1 1 1 4 0x28
|
|
@@!p:-1 LM/W3SVC 1002 0x0 1 2 0 IIsWebService
|
|
@@!p:-1 LM/W3SVC 9203 0x0 1 1 4 0x0
|
|
@@!p:
|
|
@@!p:[IIS6_WWW_REG_SRV.UT_ANYUPGRADE]
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters MaxConnections LM/W3SVC 1014 0x1 1 1 4 0xffffffff
|
|
@@!p:-1 LM/W3SVC 6039 0x1 2 1 4 0x1
|
|
@@!p:-1 LM/W3SVC/1/Root/IISHelp 6039 0x1 2 1 4 0x1
|
|
@@!p:-1 LM/W3SVC 9203 0x0 1 1 4 0x1
|
|
@*:// on Upgrade, if there is another site already on port 80, then "disable" the one we are creating
|
|
@@!p:Metabase_IsAnotherSiteonPort80()?Metabase_SetValue(/LM/W3SVC/1|1017|1|1|1|0|0)
|
|
@@!p:Metabase_VerifyValue(LM/W3SVC|2060|2||/iisadmpwd/achg.htr)?Metabase_SetValue(LM/W3SVC|2060|1|1|2|0|/iisadmpwd/achg.asp)
|
|
@@!p:Metabase_VerifyValue(LM/W3SVC|2061|2||/iisadmpwd/aexp.htr)?Metabase_SetValue(LM/W3SVC|2061|1|1|2|0|/iisadmpwd/aexp.asp)
|
|
@@!p:Metabase_VerifyValue(LM/W3SVC|2062|2||/iisadmpwd/anot.htr)?Metabase_SetValue(LM/W3SVC|2062|1|1|2|0|/iisadmpwd/anot.asp)
|
|
@@!p:Metabase_VerifyValue(LM/W3SVC|2067|2||/iisadmpwd/aexp3.htr)?Metabase_SetValue(LM/W3SVC|2067|1|1|2|0|/iisadmpwd/aexp3.asp)
|
|
@@!p:Metabase_VerifyValue(LM/W3SVC|2069|2||/iisadmpwd/anot3.htr)?Metabase_SetValue(LM/W3SVC|2069|1|1|2|0|/iisadmpwd/anot3.asp)
|
|
@*: // This was incorrectly set on Win2k, so lets change it to the correct value
|
|
@@!p:Metabase_VerifyValue(LM/W3SVC|2068|1||3)?Metabase_SetValue(LM/W3SVC|2068|1|1|1|0|6)
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:[WWW_REG_OTHER]
|
|
@@!p:-1 LM/W3SVC 2068 0x1 1 1 4 0x6
|
|
@@!p:[WWW_REG_OTHER.UT_ANYMETABASEUPGRADE]
|
|
@@!p:-1 LM/W3SVC 1002 0x0 1 2 0 IIsWebService
|
|
@@!p:
|
|
@@!p:[WWW_SCRIPTS_DEBUGGER_DISABLE]
|
|
@@!p:CMetaBase_DelIDOnEverySite(7018|1)
|
|
@@!p:CMetaBase_DelIDOnEverySite(7019|1)
|
|
@@!p:Metabase_SetValue(/LM/W3SVC|7018|1|101|1|4|0)
|
|
@@!p:Metabase_SetValue(/LM/W3SVC|7019|1|101|1|4|0)
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:; -------------------------
|
|
@@!p:; MSFTPSVC metabase entries
|
|
@@!p:; -------------------------
|
|
@@!p:[FTP_REG_IIS3_UPGRADE]
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters LogFileDirectory LM/MSFTPSVC 4001 0x1 1 4 0 %11%\LogFiles
|
|
@s:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters LogSqlDataSource LM/MSFTPSVC 4007 0x1 1 2 0 TSLOG
|
|
@s:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters LogSqlUserName LM/MSFTPSVC 4009 0x1 1 2 0 InternetAdmin
|
|
@s:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters LogSqlPassword LM/MSFTPSVC 4010 0x5 1 2 0 sqllog
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters ConnectionTimeOut LM/MSFTPSVC 1013 0x1 1 1 4 0x78
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters MsdosDirOutput LM/MSFTPSVC 5004 0x1 1 1 4 0x1
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters AllowAnonymous LM/MSFTPSVC 5005 0x1 1 1 4 0x1
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters AnonymousOnly LM/MSFTPSVC 5006 0x1 1 1 4 0x0
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters LogAnonymous LM/MSFTPSVC 5007 0x1 1 1 4 0x0
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters LogNonAnonymous LM/MSFTPSVC 5008 0x1 1 1 4 0x0
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters ExitMessage LM/MSFTPSVC 5001 0x1 1 2 0 " "
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters MaxClientsMessage LM/MSFTPSVC 5003 0x1 1 2 0 " "
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters ServerComment LM/MSFTPSVC/1 1015 0x1 1 2 0 "%DESC_SERVER_COMMENT_FTP%"
|
|
@@!p:2 LM/MSFTPSVC 4001 4 0 %WinDir%\System32\LogFiles 0x1 1 4 0 %11%\LogFiles
|
|
@@!p:
|
|
@@!p:[FTP_REG]
|
|
@@!p:-1 LM/MSFTPSVC 1002 0x0 1 2 0 IIsFtpService
|
|
@@!p:-1 LM/MSFTPSVC 1021 0x1 1 1 4 0x1
|
|
@@!p:-1 LM/MSFTPSVC 4008 0x1 1 2 0 FTPLog
|
|
@@!p:-1 LM/MSFTPSVC/Info 1002 0x0 1 2 0 IIsFtpInfo
|
|
@@!p:[FTP_REG_SRV]
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters MaxConnections LM/MSFTPSVC 1014 0x1 1 1 4 0x186A0
|
|
@@!p:[FTP_REG_WKS]
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\MSFTPSVC\Parameters MaxConnections LM/MSFTPSVC 1014 0x1 1 1 4 0x28
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:; --------------------------------
|
|
@@!p:; some data for entries list above
|
|
@@!p:; --------------------------------
|
|
@@!p:[www_LOGGING_REG_DATA]
|
|
@@!p:W3SVC
|
|
@@!p:
|
|
@@!p:[HcFileExtensions]
|
|
@@!p:htm
|
|
@@!p:html
|
|
@@!p:txt
|
|
@@!p:
|
|
@@!p:[HcScriptFileExtensions]
|
|
@@!p:asp
|
|
@@!p:dll
|
|
@@!p:exe
|
|
@@!p:
|
|
@@!p:[CUSTOMERROR_ROOT]
|
|
@@!p:400,*,FILE,%18%\iisHelp\common\400.htm
|
|
@@!p:401,1,FILE,%18%\iisHelp\common\401-1.htm
|
|
@@!p:401,2,FILE,%18%\iisHelp\common\401-2.htm
|
|
@@!p:401,3,FILE,%18%\iisHelp\common\401-3.htm
|
|
@@!p:401,4,FILE,%18%\iisHelp\common\401-4.htm
|
|
@@!p:401,5,FILE,%18%\iisHelp\common\401-5.htm
|
|
@@!p:401,7,FILE,%18%\iisHelp\common\401-1.htm
|
|
@@!p:403,1,FILE,%18%\iisHelp\common\403-1.htm
|
|
@@!p:403,2,FILE,%18%\iisHelp\common\403-2.htm
|
|
@@!p:403,3,FILE,%18%\iisHelp\common\403-3.htm
|
|
@@!p:403,4,FILE,%18%\iisHelp\common\403-4.htm
|
|
@@!p:403,5,FILE,%18%\iisHelp\common\403-5.htm
|
|
@@!p:403,6,FILE,%18%\iisHelp\common\403-6.htm
|
|
@@!p:403,7,FILE,%18%\iisHelp\common\403-7.htm
|
|
@@!p:403,8,FILE,%18%\iisHelp\common\403-8.htm
|
|
@@!p:403,9,FILE,%18%\iisHelp\common\403-9.htm
|
|
@@!p:403,10,FILE,%18%\iisHelp\common\403-10.htm
|
|
@@!p:403,11,FILE,%18%\iisHelp\common\403-11.htm
|
|
@@!p:403,12,FILE,%18%\iisHelp\common\403-12.htm
|
|
@@!p:403,13,FILE,%18%\iisHelp\common\403-13.htm
|
|
@@!p:403,15,FILE,%18%\iisHelp\common\403-15.htm
|
|
@@!p:403,16,FILE,%18%\iisHelp\common\403-16.htm
|
|
@@!p:403,17,FILE,%18%\iisHelp\common\403-17.htm
|
|
@@!p:403,18,FILE,%18%\iisHelp\common\403.htm
|
|
@@!p:403,19,FILE,%18%\iisHelp\common\403.htm
|
|
@@!p:403,20,FILE,%18%\iisHelp\common\403-20.htm
|
|
@@!p:404,*,FILE,%18%\iisHelp\common\404b.htm
|
|
@@!p:404,2,FILE,%18%\iisHelp\common\404b.htm
|
|
@@!p:404,3,FILE,%18%\iisHelp\common\404b.htm
|
|
@@!p:405,*,FILE,%18%\iisHelp\common\405.htm
|
|
@@!p:406,*,FILE,%18%\iisHelp\common\406.htm
|
|
@@!p:407,*,FILE,%18%\iisHelp\common\407.htm
|
|
@@!p:412,*,FILE,%18%\iisHelp\common\412.htm
|
|
@@!p:414,*,FILE,%18%\iisHelp\common\414.htm
|
|
@@!p:415,*,FILE,%18%\iisHelp\common\415.htm
|
|
@@!p:500,12,FILE,%18%\iisHelp\common\500-12.htm
|
|
@@!p:500,13,FILE,%18%\iisHelp\common\500-13.htm
|
|
@@!p:500,15,FILE,%18%\iisHelp\common\500-15.htm
|
|
@@!p:500,16,FILE,%18%\iisHelp\common\500.htm
|
|
@@!p:500,17,FILE,%18%\iisHelp\common\500.htm
|
|
@@!p:500,18,FILE,%18%\iisHelp\common\500.htm
|
|
@@!p:500,19,FILE,%18%\iisHelp\common\500.htm
|
|
@@!p:
|
|
@@!p:[CUSTOMERROR_ALL_DEFAULT_VDIRS]
|
|
@@!p:500,100,URL,/iisHelp/common/500-100.asp
|
|
@@!p:;500,100,FILE,%18%\iisHelp\common\500-100.asp
|
|
@@!p:
|
|
@@!p:[CUSTOMERROR_/IISADMIN]
|
|
@@!p:403,6,FILE,%18%\iishelp\common\htmla.htm
|
|
@@!p:
|
|
@@!p:[CUSTOMERROR_/IISHELP]
|
|
@@!p:404,*,FILE,%18%\iisHelp\common\404.htm
|
|
@@!p:
|
|
@@!p:[ERRORMSG]
|
|
@@!p:400,0,%ERRORMSG_400%,,0
|
|
@@!p:401,1,%ERRORMSG_401%,%ERRORMSG_401_1%,1
|
|
@@!p:401,2,%ERRORMSG_401%,%ERRORMSG_401_2%,1
|
|
@@!p:401,3,%ERRORMSG_401%,%ERRORMSG_401_3%,1
|
|
@@!p:401,4,%ERRORMSG_401%,%ERRORMSG_401_4%,1
|
|
@@!p:401,5,%ERRORMSG_401%,%ERRORMSG_401_5%,1
|
|
@@!p:401,7,%ERRORMSG_401%,%ERRORMSG_401_7%,0
|
|
@@!p:403,1,%ERRORMSG_403%,%ERRORMSG_403_1%,0
|
|
@@!p:403,2,%ERRORMSG_403%,%ERRORMSG_403_2%,0
|
|
@@!p:403,3,%ERRORMSG_403%,%ERRORMSG_403_3%,0
|
|
@@!p:403,4,%ERRORMSG_403%,%ERRORMSG_403_4%,0
|
|
@@!p:403,5,%ERRORMSG_403%,%ERRORMSG_403_5%,0
|
|
@@!p:403,6,%ERRORMSG_403%,%ERRORMSG_403_6%,0
|
|
@@!p:403,7,%ERRORMSG_403%,%ERRORMSG_403_7%,0
|
|
@@!p:403,8,%ERRORMSG_403%,%ERRORMSG_403_8%,0
|
|
@@!p:403,9,%ERRORMSG_403%,%ERRORMSG_403_9%,0
|
|
@@!p:403,10,%ERRORMSG_403%,%ERRORMSG_403_10%,0
|
|
@@!p:403,11,%ERRORMSG_403%,%ERRORMSG_403_11%,0
|
|
@@!p:403,12,%ERRORMSG_403%,%ERRORMSG_403_12%,0
|
|
@@!p:403,13,%ERRORMSG_403%,%ERRORMSG_403_13%,0
|
|
@@!p:403,14,%ERRORMSG_403%,%ERRORMSG_403_14%,0
|
|
@@!p:403,15,%ERRORMSG_403%,%ERRORMSG_403_15%,0
|
|
@@!p:403,16,%ERRORMSG_403%,%ERRORMSG_403_16%,0
|
|
@@!p:403,17,%ERRORMSG_403%,%ERRORMSG_403_17%,0
|
|
@@!p:403,18,%ERRORMSG_403%,%ERRORMSG_403_18%,0
|
|
@@!p:403,19,%ERRORMSG_403%,%ERRORMSG_403_19%,0
|
|
@@!p:403,20,%ERRORMSG_403%,%ERRORMSG_403_20%,0
|
|
@@!p:404,0,%ERRORMSG_404%,,0
|
|
@@!p:404,2,%ERRORMSG_404%,%ERRORMSG_404_2%,0
|
|
@@!p:404,3,%ERRORMSG_404%,%ERRORMSG_404_3%,0
|
|
@@!p:405,0,%ERRORMSG_405%,,0
|
|
@@!p:406,0,%ERRORMSG_406%,,0
|
|
@@!p:407,0,%ERRORMSG_407%,,1
|
|
@@!p:412,0,%ERRORMSG_412%,,0
|
|
@@!p:414,0,%ERRORMSG_414%,,0
|
|
@@!p:415,0,%ERRORMSG_415%,,0
|
|
@@!p:500,0,%ERRORMSG_500%,,0
|
|
@@!p:500,12,%ERRORMSG_500%,%ERRORMSG_500_12%,0
|
|
@@!p:500,13,%ERRORMSG_500%,%ERRORMSG_500_13%,0
|
|
@@!p:500,15,%ERRORMSG_500%,%ERRORMSG_500_15%,0
|
|
@@!p:500,16,%ERRORMSG_500%,%ERRORMSG_500_16%,0
|
|
@@!p:500,17,%ERRORMSG_500%,%ERRORMSG_500_17%,0
|
|
@@!p:500,18,%ERRORMSG_500%,%ERRORMSG_500_18%,0
|
|
@@!p:500,19,%ERRORMSG_500%,%ERRORMSG_500_19%,0
|
|
@@!p:500,100,%ERRORMSG_500%,%ERRORMSG_500_100%,0
|
|
@@!p:501,0,%ERRORMSG_501%,,0
|
|
@@!p:502,0,%ERRORMSG_502%,,1
|
|
@@!p:
|
|
@@!p:[UPGRADE_ERRORS]
|
|
@@!p:;dwError dwSubcode sErrorstring fOverwrite
|
|
@@!p:401 7 FILE,%18%\iisHelp\common\401-1.htm LM/W3SVC 0
|
|
@@!p:403 13 FILE,%18%\iisHelp\common\403-13.htm LM/W3SVC 0
|
|
@@!p:403 15 FILE,%18%\iisHelp\common\403-15.htm LM/W3SVC 0
|
|
@@!p:403 16 FILE,%18%\iisHelp\common\403-16.htm LM/W3SVC 0
|
|
@@!p:403 17 FILE,%18%\iisHelp\common\403-17.htm LM/W3SVC 0
|
|
@@!p:403 18 FILE,%18%\iisHelp\common\403.htm LM/W3SVC 0
|
|
@@!p:403 19 FILE,%18%\iisHelp\common\403.htm LM/W3SVC 0
|
|
@@!p:403 20 FILE,%18%\iisHelp\common\403-20.htm LM/W3SVC 0
|
|
@@!p:404 2 FILE,%18%\iisHelp\common\404b.htm LM/W3SVC 0
|
|
@@!p:404 3 FILE,%18%\iisHelp\common\404b.htm LM/W3SVC 0
|
|
@@!p:415 0 FILE,%18%\iisHelp\common\415.htm LM/W3SVC 0
|
|
@@!p:500 12 FILE,%18%\iisHelp\common\500-12.htm LM/W3SVC 0
|
|
@@!p:500 13 FILE,%18%\iisHelp\common\500-13.htm LM/W3SVC 0
|
|
@@!p:500 15 FILE,%18%\iisHelp\common\500-15.htm LM/W3SVC 0
|
|
@@!p:500 16 FILE,%18%\iisHelp\common\500.htm LM/W3SVC 0
|
|
@@!p:500 17 FILE,%18%\iisHelp\common\500.htm LM/W3SVC 0
|
|
@@!p:500 18 FILE,%18%\iisHelp\common\500.htm LM/W3SVC 0
|
|
@@!p:500 19 FILE,%18%\iisHelp\common\500.htm LM/W3SVC 0
|
|
@@!p:401 7 %ERRORMSG_401%,%ERRORMSG_401_7%,0 LM/W3SVC/Info 0
|
|
@@!p:403 13 %ERRORMSG_403%,%ERRORMSG_403_13%,0 LM/W3SVC/Info 0
|
|
@@!p:403 15 %ERRORMSG_403%,%ERRORMSG_403_15%,0 LM/W3SVC/Info 0
|
|
@@!p:403 16 %ERRORMSG_403%,%ERRORMSG_403_16%,0 LM/W3SVC/Info 0
|
|
@@!p:403 17 %ERRORMSG_403%,%ERRORMSG_403_17%,0 LM/W3SVC/Info 0
|
|
@@!p:403 18 %ERRORMSG_403%,%ERRORMSG_403_18%,0 LM/W3SVC/Info 0
|
|
@@!p:403 19 %ERRORMSG_403%,%ERRORMSG_403_19%,0 LM/W3SVC/Info 0
|
|
@@!p:403 20 %ERRORMSG_403%,%ERRORMSG_403_20%,0 LM/W3SVC/Info 0
|
|
@@!p:404 2 %ERRORMSG_404%,%ERRORMSG_404_2%,0 LM/W3SVC/Info 0
|
|
@@!p:404 3 %ERRORMSG_404%,%ERRORMSG_404_3%,0 LM/W3SVC/Info 0
|
|
@@!p:415 0 %ERRORMSG_415%,,0 LM/W3SVC/Info 0
|
|
@@!p:500 12 %ERRORMSG_500%,%ERRORMSG_500_12%,0 LM/W3SVC/Info 0
|
|
@@!p:500 13 %ERRORMSG_500%,%ERRORMSG_500_13%,0 LM/W3SVC/Info 0
|
|
@@!p:500 15 %ERRORMSG_500%,%ERRORMSG_500_15%,0 LM/W3SVC/Info 0
|
|
@@!p:500 16 %ERRORMSG_500%,%ERRORMSG_500_16%,0 LM/W3SVC/Info 0
|
|
@@!p:500 17 %ERRORMSG_500%,%ERRORMSG_500_17%,0 LM/W3SVC/Info 0
|
|
@@!p:500 18 %ERRORMSG_500%,%ERRORMSG_500_18%,0 LM/W3SVC/Info 0
|
|
@@!p:500 19 %ERRORMSG_500%,%ERRORMSG_500_19%,0 LM/W3SVC/Info 0
|
|
@@!p:500 100 %ERRORMSG_500%,%ERRORMSG_500_100%,0 LM/W3SVC/Info 0
|
|
@@!p:
|
|
@@!p:[MIMEMAP]
|
|
@@!p:"application/directx,x"
|
|
@@!p:"application/envoy,evy"
|
|
@@!p:"application/fractals,fif"
|
|
@@!p:"application/futuresplash,spl"
|
|
@@!p:"application/hta,hta"
|
|
@@!p:"application/internet-property-stream,acx"
|
|
@@!p:"application/java-archive,jar"
|
|
@@!p:"application/liquidmotion,jcz"
|
|
@@!p:"application/liquidmotion,jck"
|
|
@@!p:"application/mac-binhex40,hqx"
|
|
@@!p:"application/msword,doc"
|
|
@@!p:"application/msword,dot"
|
|
@@!p:"application/octet-stream,aca"
|
|
@@!p:"application/octet-stream,aaf"
|
|
@@!p:"application/octet-stream,afm"
|
|
@@!p:"application/octet-stream,asd"
|
|
@@!p:"application/octet-stream,asi"
|
|
@@!p:"application/octet-stream,bin"
|
|
@@!p:"application/octet-stream,cab"
|
|
@@!p:"application/octet-stream,chm"
|
|
@@!p:"application/octet-stream,csv"
|
|
@@!p:"application/octet-stream,cur"
|
|
@@!p:"application/octet-stream,dwp"
|
|
@@!p:"application/octet-stream,dsp"
|
|
@@!p:"application/octet-stream,emz"
|
|
@@!p:"application/octet-stream,eot"
|
|
@@!p:"application/octet-stream,exe"
|
|
@@!p:"application/octet-stream,fla"
|
|
@@!p:"application/octet-stream,hhk"
|
|
@@!p:"application/octet-stream,hhp"
|
|
@@!p:"application/octet-stream,ics"
|
|
@@!p:"application/octet-stream,inf"
|
|
@@!p:"application/octet-stream,java"
|
|
@@!p:"application/octet-stream,jpb"
|
|
@@!p:"application/octet-stream,lpk"
|
|
@@!p:"application/octet-stream,lzh"
|
|
@@!p:"application/octet-stream,mix"
|
|
@@!p:"application/octet-stream,mdp"
|
|
@@!p:"application/octet-stream,msi"
|
|
@@!p:"application/octet-stream,ocx"
|
|
@@!p:"application/octet-stream,pcx"
|
|
@@!p:"application/octet-stream,pcz"
|
|
@@!p:"application/octet-stream,pfb"
|
|
@@!p:"application/octet-stream,pfm"
|
|
@@!p:"application/octet-stream,prm"
|
|
@@!p:"application/octet-stream,prx"
|
|
@@!p:"application/octet-stream,psd"
|
|
@@!p:"application/octet-stream,psm"
|
|
@@!p:"application/octet-stream,psp"
|
|
@@!p:"application/octet-stream,qxd"
|
|
@@!p:"application/octet-stream,rar"
|
|
@@!p:"application/octet-stream,sea"
|
|
@@!p:"application/octet-stream,smi"
|
|
@@!p:"application/octet-stream,snp"
|
|
@@!p:"application/octet-stream,thn"
|
|
@@!p:"application/octet-stream,toc"
|
|
@@!p:"application/octet-stream,ttf"
|
|
@@!p:"application/octet-stream,u32"
|
|
@@!p:"application/octet-stream,xsn"
|
|
@@!p:"application/oda,oda"
|
|
@@!p:"application/oleobject,ods"
|
|
@@!p:"application/olescript,axs"
|
|
@@!p:"application/pdf,pdf"
|
|
@@!p:"application/pics-rules,prf"
|
|
@@!p:"application/pkcs10,p10"
|
|
@@!p:"application/pkcs7-mime,p7c"
|
|
@@!p:"application/pkcs7-mime,p7m"
|
|
@@!p:"application/pkcs7-signature,p7s"
|
|
@@!p:"application/pkix-crl,crl"
|
|
@@!p:"application/postscript,ai"
|
|
@@!p:"application/postscript,eps"
|
|
@@!p:"application/postscript,ps"
|
|
@@!p:"application/rtf,rtf"
|
|
@@!p:"application/set-payment-initiation,setpay"
|
|
@@!p:"application/set-registration-initiation,setreg"
|
|
@@!p:"application/streamingmedia,ssm"
|
|
@@!p:"application/vnd.fdf,fdf"
|
|
@@!p:"application/vnd.rn-realmedia,rm"
|
|
@@!p:"application/vnd.ms-excel,xla"
|
|
@@!p:"application/vnd.ms-excel,xlc"
|
|
@@!p:"application/vnd.ms-excel,xlm"
|
|
@@!p:"application/vnd.ms-excel,xls"
|
|
@@!p:"application/vnd.ms-excel,xlt"
|
|
@@!p:"application/vnd.ms-excel,xlw"
|
|
@@!p:"application/vnd.ms-powerpoint,pot"
|
|
@@!p:"application/vnd.ms-powerpoint,pps"
|
|
@@!p:"application/vnd.ms-powerpoint,ppt"
|
|
@@!p:"application/vnd.ms-project,mpp"
|
|
@@!p:"application/vnd.ms-works,wcm"
|
|
@@!p:"application/vnd.ms-works,wdb"
|
|
@@!p:"application/vnd.ms-works,wks"
|
|
@@!p:"application/vnd.ms-works,wps"
|
|
@@!p:"application/vnd.ms-pki.certstore,sst"
|
|
@@!p:"application/vnd.ms-pki.pko,pko"
|
|
@@!p:"application/vnd.ms-pki.seccat,cat"
|
|
@@!p:"application/vnd.ms-pki.stl,stl"
|
|
@@!p:"application/vnd.visio,vsd"
|
|
@@!p:"application/vnd.visio,vdx"
|
|
@@!p:"application/vnd.visio,vss"
|
|
@@!p:"application/vnd.visio,vst"
|
|
@@!p:"application/vnd.visio,vsw"
|
|
@@!p:"application/vnd.visio,vsx"
|
|
@@!p:"application/vnd.visio,vtx"
|
|
@@!p:"application/vnd.wap.wmlc,wmlc"
|
|
@@!p:"application/vnd.wap.wmlscriptc,wmlsc"
|
|
@@!p:"application/winhlp,hlp"
|
|
@@!p:"application/x-bcpio,bcpio"
|
|
@@!p:"application/x-cdf,cdf"
|
|
@@!p:"application/x-compress,z"
|
|
@@!p:"application/x-compressed,tgz"
|
|
@@!p:"application/x-cpio,cpio"
|
|
@@!p:"application/x-csh,csh"
|
|
@@!p:"application/x-director,dcr"
|
|
@@!p:"application/x-director,dir"
|
|
@@!p:"application/x-director,dxr"
|
|
@@!p:"application/x-dvi,dvi"
|
|
@@!p:"application/x-gtar,gtar"
|
|
@@!p:"application/x-gzip,gz"
|
|
@@!p:"application/x-hdf,hdf"
|
|
@@!p:"application/x-internet-signup,ins"
|
|
@@!p:"application/x-internet-signup,isp"
|
|
@@!p:"application/x-iphone,iii"
|
|
@@!p:"application/x-java-applet,class"
|
|
@@!p:"application/x-javascript,js"
|
|
@@!p:"application/x-latex,latex"
|
|
@@!p:"application/x-latex,latex"
|
|
@@!p:"application/x-msaccess,mdb"
|
|
@@!p:"application/x-mscardfile,crd"
|
|
@@!p:"application/x-msclip,clp"
|
|
@@!p:"application/x-msdownload,dll"
|
|
@@!p:"application/x-msdownload,exe"
|
|
@@!p:"application/x-msmediaview,m13"
|
|
@@!p:"application/x-msmediaview,m14"
|
|
@@!p:"application/x-msmediaview,mvb"
|
|
@@!p:"application/x-msmetafile,wmf"
|
|
@@!p:"application/x-msmoney,mny"
|
|
@@!p:"application/x-mspublisher,pub"
|
|
@@!p:"application/x-msschedule,scd"
|
|
@@!p:"application/x-msterminal,trm"
|
|
@@!p:"application/x-mswrite,wri"
|
|
@@!p:"application/x-ms-reader,lit"
|
|
@@!p:"application/x-ms-wmz,wmz"
|
|
@@!p:"application/x-ms-wmd,wmd"
|
|
@@!p:"application/x-netcdf,nc"
|
|
@@!p:"application/x-oleobject,hhc"
|
|
@@!p:"application/x-perfmon,pma"
|
|
@@!p:"application/x-perfmon,pmc"
|
|
@@!p:"application/x-perfmon,pml"
|
|
@@!p:"application/x-perfmon,pmr"
|
|
@@!p:"application/x-perfmon,pmw"
|
|
@@!p:"application/x-pkcs12,p12"
|
|
@@!p:"application/x-pkcs12,pfx"
|
|
@@!p:"application/x-pkcs7-certificates,p7b"
|
|
@@!p:"application/x-pkcs7-certificates,spc"
|
|
@@!p:"application/x-pkcs7-certreqresp,p7r"
|
|
@@!p:"application/x-quicktimeplayer,qtl"
|
|
@@!p:"application/x-sh,sh"
|
|
@@!p:"application/x-shar,shar"
|
|
@@!p:"application/x-shockwave-flash,swf"
|
|
@@!p:"application/x-stuffit,sit"
|
|
@@!p:"application/x-sv4cpio,sv4cpio"
|
|
@@!p:"application/x-sv4crc,sv4crc"
|
|
@@!p:"application/x-tar,tar"
|
|
@@!p:"application/x-tcl,tcl"
|
|
@@!p:"application/x-tex,tex"
|
|
@@!p:"application/x-texinfo,texi"
|
|
@@!p:"application/x-texinfo,texinfo"
|
|
@@!p:"application/x-troff-man,man"
|
|
@@!p:"application/x-troff-me,me"
|
|
@@!p:"application/x-troff-ms,ms"
|
|
@@!p:"application/x-troff,roff"
|
|
@@!p:"application/x-troff,t"
|
|
@@!p:"application/x-troff,tr"
|
|
@@!p:"application/x-ustar,ustar"
|
|
@@!p:"application/x-wais-source,src"
|
|
@@!p:"application/x-x509-ca-cert,crt"
|
|
@@!p:"application/x-x509-ca-cert,der"
|
|
@@!p:"application/x-zip-compressed,zip"
|
|
@@!p:"application/zip,zip"
|
|
@@!p:"audio/aiff,aifc"
|
|
@@!p:"audio/aiff,aiff"
|
|
@@!p:"audio/basic,au"
|
|
@@!p:"audio/basic,snd"
|
|
@@!p:"audio/mid,mid"
|
|
@@!p:"audio/mid,midi"
|
|
@@!p:"audio/mid,rmi"
|
|
@@!p:"audio/mpeg,mp3"
|
|
@@!p:"audio/wav,wav"
|
|
@@!p:"audio/x-aiff,aif"
|
|
@@!p:"audio/x-aiff,aifc"
|
|
@@!p:"audio/x-aiff,aiff"
|
|
@@!p:"audio/x-ms-wma,wma"
|
|
@@!p:"audio/x-ms-wax,wax"
|
|
@@!p:"audio/x-mpegurl,m3u"
|
|
@@!p:"audio/x-pn-realaudio,ra"
|
|
@@!p:"audio/x-pn-realaudio,ram"
|
|
@@!p:"audio/x-pn-realaudio-plugin,rpm"
|
|
@@!p:"audio/x-wav,wav"
|
|
@@!p:"drawing/x-dwf,dwf"
|
|
@@!p:"image/bmp,bmp"
|
|
@@!p:"image/bmp,dib"
|
|
@@!p:"image/cis-cod,cod"
|
|
@@!p:"image/gif,gif"
|
|
@@!p:"image/ief,ief"
|
|
@@!p:"image/jpeg,jpe"
|
|
@@!p:"image/jpeg,jpeg"
|
|
@@!p:"image/jpeg,jpg"
|
|
@@!p:"image/pjpeg,jfif"
|
|
@@!p:"image/png,png"
|
|
@@!p:"image/tiff,tif"
|
|
@@!p:"image/tiff,tiff"
|
|
@@!p:"image/vnd.wap.wbmp,wbmp"
|
|
@@!p:"image/vnd.rn-realflash,rf"
|
|
@@!p:"image/x-cmu-raster,ras"
|
|
@@!p:"image/x-cmx,cmx"
|
|
@@!p:"image/x-icon,ico"
|
|
@@!p:"image/x-jg,art"
|
|
@@!p:"image/x-portable-anymap,pnm"
|
|
@@!p:"image/x-portable-bitmap,pbm"
|
|
@@!p:"image/x-portable-graymap,pgm"
|
|
@@!p:"image/x-portable-pixmap,ppm"
|
|
@@!p:"image/x-rgb,rgb"
|
|
@@!p:"image/x-xbitmap,xbm"
|
|
@@!p:"image/x-xpixmap,xpm"
|
|
@@!p:"image/x-xwindowdump,xwd"
|
|
@@!p:"message/rfc822,eml"
|
|
@@!p:"message/rfc822,mht"
|
|
@@!p:"message/rfc822,mhtml"
|
|
@@!p:"message/rfc822,nws"
|
|
@@!p:"text/css,css"
|
|
@@!p:"text/dlm,dlm"
|
|
@@!p:"text/h323,323"
|
|
@@!p:"text/html,htm"
|
|
@@!p:"text/html,html"
|
|
@@!p:"text/html,hxt"
|
|
@@!p:"text/iuls,uls"
|
|
@@!p:"text/plain,asm"
|
|
@@!p:"text/plain,bas"
|
|
@@!p:"text/plain,c"
|
|
@@!p:"text/plain,cnf"
|
|
@@!p:"text/plain,cpp"
|
|
@@!p:"text/plain,h"
|
|
@@!p:"text/plain,map"
|
|
@@!p:"text/plain,txt"
|
|
@@!p:"text/plain,vcs"
|
|
@@!p:"text/plain,xdr"
|
|
@@!p:"text/richtext,rtx"
|
|
@@!p:"text/scriptlet,sct"
|
|
@@!p:"text/sgml,sgml"
|
|
@@!p:"text/tab-separated-values,tsv"
|
|
@@!p:"text/vbscript,vbs"
|
|
@@!p:"text/vnd.wap.wml,wml"
|
|
@@!p:"text/vnd.wap.wmlscript,wmls"
|
|
@@!p:"text/webviewhtml,htt"
|
|
@@!p:"text/x-component,htc"
|
|
@@!p:"text/x-hdml,hdml"
|
|
@@!p:"text/x-setext,etx"
|
|
@@!p:"text/x-vcard,vcf"
|
|
@@!p:"text/xml,dtd"
|
|
@@!p:"text/xml,mno"
|
|
@@!p:"text/xml,vml"
|
|
@@!p:"text/xml,xml"
|
|
@@!p:"text/xml,xsf"
|
|
@@!p:"text/xml,xsl"
|
|
@@!p:"text/xml,xslt"
|
|
@@!p:"video/mpeg,m1v"
|
|
@@!p:"video/mpeg,mp2"
|
|
@@!p:"video/mpeg,mpa"
|
|
@@!p:"video/mpeg,mpe"
|
|
@@!p:"video/mpeg,mpeg"
|
|
@@!p:"video/mpeg,mpg"
|
|
@@!p:"video/mpeg,mpv2"
|
|
@@!p:"video/quicktime,mov"
|
|
@@!p:"video/quicktime,qt"
|
|
@@!p:"video/x-ivf,IVF"
|
|
@@!p:"video/x-la-asf,lsf"
|
|
@@!p:"video/x-la-asf,lsx"
|
|
@@!p:"video/x-ms-asf,asf"
|
|
@@!p:"video/x-ms-asf,asr"
|
|
@@!p:"video/x-ms-asf,asx"
|
|
@@!p:"video/x-ms-asf,nsc"
|
|
@@!p:"video/x-msvideo,avi"
|
|
@@!p:"video/x-ms-wm,wm"
|
|
@@!p:"video/x-ms-wmp,wmp"
|
|
@@!p:"video/x-ms-wmv,wmv"
|
|
@@!p:"video/x-ms-wmx,wmx"
|
|
@@!p:"video/x-ms-wvx,wvx"
|
|
@@!p:"video/x-sgi-movie,movie"
|
|
@@!p:"x-world/x-vrml,flr"
|
|
@@!p:"x-world/x-vrml,wrl"
|
|
@@!p:"x-world/x-vrml,wrz"
|
|
@@!p:"x-world/x-vrml,xaf"
|
|
@@!p:"x-world/x-vrml,xof"
|
|
@@!p:
|
|
@@!p:; cleanup old files
|
|
@@!p:[iis_common_files_inetsrv_old]
|
|
@@!p:logscript.dll
|
|
@@!p:iisrtl.dll
|
|
@@!p:
|
|
@@!p:[iis_product_files_sys_old]
|
|
@@!p:isatq.dll
|
|
@*:
|
|
@*: Remove these only for server, since they are moving on server
|
|
@*: (adsiis.dll moved to inetsrv between windowsxp rtm and windows.net rtm on pro)
|
|
@@!p:adsiis.dll
|
|
@s:iisext.dll
|
|
@@!p:
|
|
@@!p:[iis_50_doc_files_help_old]
|
|
@@!p:iisntw.chm
|
|
@@!p:iisnts.chm
|
|
@@!p:
|
|
@@!p:[iis_50_doc_files_tutorial]
|
|
@@!p:adrot.txt
|
|
@@!p:adrot2.txt
|
|
@@!p:bayshore.jpg
|
|
@@!p:database.asp
|
|
@@!p:demorot.asp
|
|
@@!p:eagle2.wav
|
|
@@!p:EECustmr.mdb
|
|
@@!p:exotic.asp
|
|
@@!p:finance.asp
|
|
@@!p:financej.asp
|
|
@@!p:form.htm
|
|
@@!p:fvform.asp
|
|
@@!p:jredirct.asp
|
|
@@!p:natpark.jpg
|
|
@@!p:nyc.jpg
|
|
@@!p:nzealand.jpg
|
|
@@!p:redirect.asp
|
|
@@!p:response.asp
|
|
@@!p:rock.jpg
|
|
@@!p:rotate4.htm
|
|
@@!p:rotate5.htm
|
|
@@!p:script1.asp
|
|
@@!p:script4.asp
|
|
@@!p:script6.asp
|
|
@@!p:swirl.gif
|
|
@@!p:
|
|
@@!p:[iis_50_doc_files_tutorial_template]
|
|
@@!p:adrot.txt
|
|
@@!p:database.asp
|
|
@@!p:exotic.asp
|
|
@@!p:finance.htm
|
|
@@!p:form.htm
|
|
@@!p:response.asp
|
|
@@!p:
|
|
@@!p:[iis_50_doc_files_asp]
|
|
@@!p:adsi0aat.htm
|
|
@@!p:adsi0elr.htm
|
|
@@!p:adsi0ewj.htm
|
|
@@!p:adsi0gmo.htm
|
|
@@!p:adsi0j8l.htm
|
|
@@!p:adsi1k1f.htm
|
|
@@!p:adsi1np4.htm
|
|
@@!p:adsi51o0.htm
|
|
@@!p:adsi52wj.htm
|
|
@@!p:adsi57hv.htm
|
|
@@!p:adsi5eud.htm
|
|
@@!p:adsi5ewo.htm
|
|
@@!p:adsi5fzk.htm
|
|
@@!p:adsi5ga8.htm
|
|
@@!p:adsi5ius.htm
|
|
@@!p:adsi5wmi.htm
|
|
@@!p:adsi65yr.htm
|
|
@@!p:adsi6c38.htm
|
|
@@!p:adsi6pio.htm
|
|
@@!p:adsi7703.htm
|
|
@@!p:adsi7qpf.htm
|
|
@@!p:adsi7vcf.htm
|
|
@@!p:adsi91kk.htm
|
|
@@!p:adsi9hb9.htm
|
|
@@!p:adsi9iat.htm
|
|
@@!p:aint0p0l.htm
|
|
@@!p:aint1aud.htm
|
|
@@!p:aint59pv.htm
|
|
@@!p:aint6xf2.htm
|
|
@@!p:aint735a.htm
|
|
@@!p:aint7e9l.htm
|
|
@@!p:aint8alu.htm
|
|
@@!p:aint9055.htm
|
|
@@!p:aint94dh.htm
|
|
@@!p:aogu0t6f.htm
|
|
@@!p:aogu2ek3.htm
|
|
@@!p:aogu2wab.htm
|
|
@@!p:aogu3boz.htm
|
|
@@!p:aogu3cs3.htm
|
|
@@!p:aogu6pkp.htm
|
|
@@!p:aogu7vub.htm
|
|
@@!p:aogu8syt.htm
|
|
@@!p:aore05ix.htm
|
|
@@!p:aore0ard.htm
|
|
@@!p:aore0drm.htm
|
|
@@!p:aore0ejo.htm
|
|
@@!p:aore0hro.htm
|
|
@@!p:aore0vhv.htm
|
|
@@!p:aore0wvb.htm
|
|
@@!p:aore0x0z.htm
|
|
@@!p:aore0zvp.htm
|
|
@@!p:aore136t.htm
|
|
@@!p:aore19lx.htm
|
|
@@!p:aore1jw9.htm
|
|
@@!p:aore1o6d.htm
|
|
@@!p:aore1p5x.htm
|
|
@@!p:aore1v8z.htm
|
|
@@!p:aore20mq.htm
|
|
@@!p:aore2s13.htm
|
|
@@!p:aore2u3p.htm
|
|
@@!p:aore2xpu.htm
|
|
@@!p:aore32cw.htm
|
|
@@!p:aore32n9.htm
|
|
@@!p:aore3945.htm
|
|
@@!p:aore3cbp.htm
|
|
@@!p:aore3mqv.htm
|
|
@@!p:aore3q79.htm
|
|
@@!p:aore3ype.htm
|
|
@@!p:aore43si.htm
|
|
@@!p:aore45ph.htm
|
|
@@!p:aore4h6b.htm
|
|
@@!p:aore4his.htm
|
|
@@!p:aore4mcz.htm
|
|
@@!p:aore4mum.htm
|
|
@@!p:aore4qia.htm
|
|
@@!p:aore4z1h.htm
|
|
@@!p:aore50h1.htm
|
|
@@!p:aore588k.htm
|
|
@@!p:aore5e78.htm
|
|
@@!p:aore5g8k.htm
|
|
@@!p:aore5kmo.htm
|
|
@@!p:aore5msk.htm
|
|
@@!p:aore5pyr.htm
|
|
@@!p:aore5ucl.htm
|
|
@@!p:aore5xis.htm
|
|
@@!p:aore5yzz.htm
|
|
@@!p:aore5z5f.htm
|
|
@@!p:aore5zz9.htm
|
|
@@!p:aore60yt.htm
|
|
@@!p:aore65b9.htm
|
|
@@!p:aore6g11.htm
|
|
@@!p:aore6r8l.htm
|
|
@@!p:aore6sh1.htm
|
|
@@!p:aore74dw.htm
|
|
@@!p:aore77mt.htm
|
|
@@!p:aore79rk.htm
|
|
@@!p:aore7bg0.htm
|
|
@@!p:aore7d7p.htm
|
|
@@!p:aore7gpx.htm
|
|
@@!p:aore7zn6.htm
|
|
@@!p:aore8din.htm
|
|
@@!p:aore8m5s.htm
|
|
@@!p:aore8v5e.htm
|
|
@@!p:aore91o3.htm
|
|
@@!p:aore94th.htm
|
|
@@!p:aore97cp.htm
|
|
@@!p:aore9qpg.htm
|
|
@@!p:apro0001.htm
|
|
@@!p:apro00vn.htm
|
|
@@!p:apro02d5.htm
|
|
@@!p:apro02ss.htm
|
|
@@!p:apro03hh.htm
|
|
@@!p:apro063p.htm
|
|
@@!p:apro06m1.htm
|
|
@@!p:apro08o3.htm
|
|
@@!p:apro0alq.htm
|
|
@@!p:apro0bhh.htm
|
|
@@!p:apro0blk.htm
|
|
@@!p:apro0eib.htm
|
|
@@!p:apro0eya.htm
|
|
@@!p:apro0gkl.htm
|
|
@@!p:apro0i5w.htm
|
|
@@!p:apro0ir0.htm
|
|
@@!p:apro0j39.htm
|
|
@@!p:apro0mm1.htm
|
|
@@!p:apro0nj8.htm
|
|
@@!p:apro0r72.htm
|
|
@@!p:apro0rqs.htm
|
|
@@!p:apro0rw4.htm
|
|
@@!p:apro0u1x.htm
|
|
@@!p:apro0vol.htm
|
|
@@!p:apro0vtw.htm
|
|
@@!p:apro0wfn.htm
|
|
@@!p:apro0y44.htm
|
|
@@!p:apro0zxh.htm
|
|
@@!p:apro12d2.htm
|
|
@@!p:apro13on.htm
|
|
@@!p:apro15np.htm
|
|
@@!p:apro17j9.htm
|
|
@@!p:apro186q.htm
|
|
@@!p:apro18dh.htm
|
|
@@!p:apro18mx.htm
|
|
@@!p:apro19ys.htm
|
|
@@!p:apro1b5f.htm
|
|
@@!p:apro1bsk.htm
|
|
@@!p:apro1bxh.htm
|
|
@@!p:apro1cms.htm
|
|
@@!p:apro1cmt.htm
|
|
@@!p:apro1g9z.htm
|
|
@@!p:apro1h9v.htm
|
|
@@!p:apro1hir.htm
|
|
@@!p:apro1iqw.htm
|
|
@@!p:apro1k8j.htm
|
|
@@!p:apro1k9x.htm
|
|
@@!p:apro1l9v.htm
|
|
@@!p:apro1shf.htm
|
|
@@!p:apro1var.htm
|
|
@@!p:apro1xb9.htm
|
|
@@!p:apro1yr6.htm
|
|
@@!p:apro1zms.htm
|
|
@@!p:apro1zp0.htm
|
|
@@!p:apro22hx.htm
|
|
@@!p:apro236t.htm
|
|
@@!p:apro252j.htm
|
|
@@!p:apro252w.htm
|
|
@@!p:apro26gc.htm
|
|
@@!p:apro27xh.htm
|
|
@@!p:apro29bs.htm
|
|
@@!p:apro2an9.htm
|
|
@@!p:apro2be6.htm
|
|
@@!p:apro2egg.htm
|
|
@@!p:apro2fzt.htm
|
|
@@!p:apro2h42.htm
|
|
@@!p:apro2h4i.htm
|
|
@@!p:apro2icl.htm
|
|
@@!p:apro2jhh.htm
|
|
@@!p:apro2jtz.htm
|
|
@@!p:apro2k1l.htm
|
|
@@!p:apro2m3r.htm
|
|
@@!p:apro2n1v.htm
|
|
@@!p:apro2ofm.htm
|
|
@@!p:apro2otv.htm
|
|
@@!p:apro2qur.htm
|
|
@@!p:apro2v53.htm
|
|
@@!p:apro2wml.htm
|
|
@@!p:apro2y7n.htm
|
|
@@!p:apro2yd0.htm
|
|
@@!p:apro2yoz.htm
|
|
@@!p:apro3038.htm
|
|
@@!p:apro31o4.htm
|
|
@@!p:apro32b7.htm
|
|
@@!p:apro33on.htm
|
|
@@!p:apro33tx.htm
|
|
@@!p:apro34u0.htm
|
|
@@!p:apro34xl.htm
|
|
@@!p:apro365j.htm
|
|
@@!p:apro3679.htm
|
|
@@!p:apro36p1.htm
|
|
@@!p:apro39d1.htm
|
|
@@!p:apro3bcj.htm
|
|
@@!p:apro3c50.htm
|
|
@@!p:apro3gj7.htm
|
|
@@!p:apro3gmd.htm
|
|
@@!p:apro3gtw.htm
|
|
@@!p:apro3hym.htm
|
|
@@!p:apro3jfp.htm
|
|
@@!p:apro3mlv.htm
|
|
@@!p:apro3nho.htm
|
|
@@!p:apro3ovb.htm
|
|
@@!p:apro3ppv.htm
|
|
@@!p:apro3qlk.htm
|
|
@@!p:apro3r50.htm
|
|
@@!p:apro3usl.htm
|
|
@@!p:apro3wj7.htm
|
|
@@!p:apro3x10.htm
|
|
@@!p:apro3z3n.htm
|
|
@@!p:apro3zz9.htm
|
|
@@!p:apro43jd.htm
|
|
@@!p:apro4483.htm
|
|
@@!p:apro45ki.htm
|
|
@@!p:apro473o.htm
|
|
@@!p:apro47ad.htm
|
|
@@!p:apro47mt.htm
|
|
@@!p:apro49f6.htm
|
|
@@!p:apro4a99.htm
|
|
@@!p:apro4bar.htm
|
|
@@!p:apro4e3p.htm
|
|
@@!p:apro4ejo.htm
|
|
@@!p:apro4ied.htm
|
|
@@!p:apro4j3b.htm
|
|
@@!p:apro4jaj.htm
|
|
@@!p:apro4kfg.htm
|
|
@@!p:apro4l9h.htm
|
|
@@!p:apro4li9.htm
|
|
@@!p:apro4lpd.htm
|
|
@@!p:apro4mcu.htm
|
|
@@!p:apro4mqt.htm
|
|
@@!p:apro4nxs.htm
|
|
@@!p:apro4put.htm
|
|
@@!p:apro4ry1.htm
|
|
@@!p:apro4s9w.htm
|
|
@@!p:apro4s9x.htm
|
|
@@!p:apro4sab.htm
|
|
@@!p:apro4syt.htm
|
|
@@!p:apro4u1x.htm
|
|
@@!p:apro4vxo.htm
|
|
@@!p:apro4wko.htm
|
|
@@!p:apro4x5x.htm
|
|
@@!p:apro4xlw.htm
|
|
@@!p:apro4zlg.htm
|
|
@@!p:apro50z8.htm
|
|
@@!p:apro52jp.htm
|
|
@@!p:apro531h.htm
|
|
@@!p:apro53g4.htm
|
|
@@!p:apro53qc.htm
|
|
@@!p:apro54th.htm
|
|
@@!p:apro54u0.htm
|
|
@@!p:apro5ahz.htm
|
|
@@!p:apro5ak3.htm
|
|
@@!p:apro5ak8.htm
|
|
@@!p:apro5bhk.htm
|
|
@@!p:apro5d0y.htm
|
|
@@!p:apro5gs0.htm
|
|
@@!p:apro5i0k.htm
|
|
@@!p:apro5jj8.htm
|
|
@@!p:apro5myb.htm
|
|
@@!p:apro5nao.htm
|
|
@@!p:apro5ndw.htm
|
|
@@!p:apro5oro.htm
|
|
@@!p:apro5pd0.htm
|
|
@@!p:apro5q2b.htm
|
|
@@!p:apro5qi0.htm
|
|
@@!p:apro5sxf.htm
|
|
@@!p:apro5vse.htm
|
|
@@!p:apro5wv8.htm
|
|
@@!p:apro5x6a.htm
|
|
@@!p:apro61dg.htm
|
|
@@!p:apro64br.htm
|
|
@@!p:apro64vo.htm
|
|
@@!p:apro64x1.htm
|
|
@@!p:apro65rk.htm
|
|
@@!p:apro65rn.htm
|
|
@@!p:apro66pf.htm
|
|
@@!p:apro68bx.htm
|
|
@@!p:apro6db9.htm
|
|
@@!p:apro6e9g.htm
|
|
@@!p:apro6fjr.htm
|
|
@@!p:apro6grp.htm
|
|
@@!p:apro6j1h.htm
|
|
@@!p:apro6jok.htm
|
|
@@!p:apro6khg.htm
|
|
@@!p:apro6oj6.htm
|
|
@@!p:apro6p6c.htm
|
|
@@!p:apro6ros.htm
|
|
@@!p:apro6tgk.htm
|
|
@@!p:apro6vxq.htm
|
|
@@!p:apro6wbp.htm
|
|
@@!p:apro6wbs.htm
|
|
@@!p:apro6wmd.htm
|
|
@@!p:apro6xb9.htm
|
|
@@!p:apro6xij.htm
|
|
@@!p:apro6zj9.htm
|
|
@@!p:apro709w.htm
|
|
@@!p:apro7183.htm
|
|
@@!p:apro719q.htm
|
|
@@!p:apro755x.htm
|
|
@@!p:apro767i.htm
|
|
@@!p:apro76b7.htm
|
|
@@!p:apro76cz.htm
|
|
@@!p:apro76ek.htm
|
|
@@!p:apro76sz.htm
|
|
@@!p:apro799g.htm
|
|
@@!p:apro7ag3.htm
|
|
@@!p:apro7e43.htm
|
|
@@!p:apro7e9g.htm
|
|
@@!p:apro7ezx.htm
|
|
@@!p:apro7f1j.htm
|
|
@@!p:apro7feb.htm
|
|
@@!p:apro7his.htm
|
|
@@!p:apro7hus.htm
|
|
@@!p:apro7jfw.htm
|
|
@@!p:apro7mlv.htm
|
|
@@!p:apro7otg.htm
|
|
@@!p:apro7p9w.htm
|
|
@@!p:apro7qum.htm
|
|
@@!p:apro7tmb.htm
|
|
@@!p:apro7vdw.htm
|
|
@@!p:apro7vg4.htm
|
|
@@!p:apro7wa8.htm
|
|
@@!p:apro7x9f.htm
|
|
@@!p:apro7zcg.htm
|
|
@@!p:apro852d.htm
|
|
@@!p:apro85ir.htm
|
|
@@!p:apro871z.htm
|
|
@@!p:apro87p0.htm
|
|
@@!p:apro87ua.htm
|
|
@@!p:apro892d.htm
|
|
@@!p:apro89v7.htm
|
|
@@!p:apro8e5q.htm
|
|
@@!p:apro8hma.htm
|
|
@@!p:apro8kqh.htm
|
|
@@!p:apro8l7p.htm
|
|
@@!p:apro8mco.htm
|
|
@@!p:apro8mr7.htm
|
|
@@!p:apro8myb.htm
|
|
@@!p:apro8njo.htm
|
|
@@!p:apro8ods.htm
|
|
@@!p:apro8p0l.htm
|
|
@@!p:apro8p7y.htm
|
|
@@!p:apro8s11.htm
|
|
@@!p:apro8ss3.htm
|
|
@@!p:apro8u91.htm
|
|
@@!p:apro8v6t.htm
|
|
@@!p:apro8wv9.htm
|
|
@@!p:apro8zad.htm
|
|
@@!p:apro92yb.htm
|
|
@@!p:apro94yt.htm
|
|
@@!p:apro96jp.htm
|
|
@@!p:apro9ael.htm
|
|
@@!p:apro9bcj.htm
|
|
@@!p:apro9d2r.htm
|
|
@@!p:apro9fhw.htm
|
|
@@!p:apro9fla.htm
|
|
@@!p:apro9gdq.htm
|
|
@@!p:apro9hif.htm
|
|
@@!p:apro9i5h.htm
|
|
@@!p:apro9isl.htm
|
|
@@!p:apro9k11.htm
|
|
@@!p:apro9k85.htm
|
|
@@!p:apro9l5x.htm
|
|
@@!p:apro9lf4.htm
|
|
@@!p:apro9lte.htm
|
|
@@!p:apro9m44.htm
|
|
@@!p:apro9mk4.htm
|
|
@@!p:apro9nz9.htm
|
|
@@!p:apro9of9.htm
|
|
@@!p:apro9q43.htm
|
|
@@!p:apro9q79.htm
|
|
@@!p:apro9r38.htm
|
|
@@!p:apro9rsp.htm
|
|
@@!p:apro9rug.htm
|
|
@@!p:apro9smr.htm
|
|
@@!p:apro9tkj.htm
|
|
@@!p:apro9vqd.htm
|
|
@@!p:apro9wv8.htm
|
|
@@!p:apro9zfr.htm
|
|
@@!p:apro9zon.htm
|
|
@@!p:aspguide.htm
|
|
@@!p:asps05kj.asp
|
|
@@!p:asps0d6b.htm
|
|
@@!p:asps0ur7.asp
|
|
@@!p:asps0zlf.asp
|
|
@@!p:asps1lrn.htm
|
|
@@!p:asps2242.htm
|
|
@@!p:asps2kdv.asp
|
|
@@!p:asps2os9.htm
|
|
@@!p:asps35mb.asp
|
|
@@!p:asps3fsg.htm
|
|
@@!p:asps3n5f.htm
|
|
@@!p:asps3oz8.asp
|
|
@@!p:asps3reb.asp
|
|
@@!p:asps3unt.asp
|
|
@@!p:asps473n.htm
|
|
@@!p:asps4egj.asp
|
|
@@!p:asps4j72.asp
|
|
@@!p:asps4m7b.asp
|
|
@@!p:asps4m7t.htm
|
|
@@!p:asps4pim.asp
|
|
@@!p:asps4v5e.asp
|
|
@@!p:asps4zar.htm
|
|
@@!p:asps58hf.asp
|
|
@@!p:asps5l9v.asp
|
|
@@!p:asps5nlf.asp
|
|
@@!p:asps6243.htm
|
|
@@!p:asps6e5v.asp
|
|
@@!p:asps6fax.asp
|
|
@@!p:asps6hmb.htm
|
|
@@!p:asps716a.htm
|
|
@@!p:asps7hpv.asp
|
|
@@!p:asps7q0j.asp
|
|
@@!p:asps90qh.htm
|
|
@@!p:asps9aur.asp
|
|
@@!p:asps9nfr.asp
|
|
@@!p:asps9uk3.asp
|
|
@@!p:AspTut00.htm
|
|
@@!p:AspTut01.htm
|
|
@@!p:AspTut02.htm
|
|
@@!p:AspTut03.htm
|
|
@@!p:comp0001.htm
|
|
@@!p:comp0002.htm
|
|
@@!p:comp0003.htm
|
|
@@!p:comp0004.htm
|
|
@@!p:comp00vo.htm
|
|
@@!p:comp02cz.htm
|
|
@@!p:comp052m.htm
|
|
@@!p:comp09dg.htm
|
|
@@!p:comp0g8e.htm
|
|
@@!p:comp0gkt.htm
|
|
@@!p:comp0hr9.htm
|
|
@@!p:comp0ir0.htm
|
|
@@!p:comp0mw5.htm
|
|
@@!p:comp0xpg.htm
|
|
@@!p:comp14fm.htm
|
|
@@!p:comp1ag5.htm
|
|
@@!p:comp1c37.htm
|
|
@@!p:comp1cqa.htm
|
|
@@!p:comp1d9v.htm
|
|
@@!p:comp1g11.htm
|
|
@@!p:comp1j8u.htm
|
|
@@!p:comp1lma.htm
|
|
@@!p:comp1q0j.htm
|
|
@@!p:comp1qt0.htm
|
|
@@!p:comp1vol.htm
|
|
@@!p:comp20hg.htm
|
|
@@!p:comp254p.htm
|
|
@@!p:comp275c.htm
|
|
@@!p:comp2bhw.htm
|
|
@@!p:comp2m0k.htm
|
|
@@!p:comp2mer.htm
|
|
@@!p:comp2vc5.htm
|
|
@@!p:comp2wby.htm
|
|
@@!p:comp32g5.htm
|
|
@@!p:comp34a4.htm
|
|
@@!p:comp3790.htm
|
|
@@!p:comp39lx.htm
|
|
@@!p:comp3epe.htm
|
|
@@!p:comp3hf8.htm
|
|
@@!p:comp3u7h.htm
|
|
@@!p:comp3xx0.htm
|
|
@@!p:comp4290.htm
|
|
@@!p:comp46lv.htm
|
|
@@!p:comp4d2o.htm
|
|
@@!p:comp4dk5.htm
|
|
@@!p:comp4ng2.htm
|
|
@@!p:comp4rzb.htm
|
|
@@!p:comp4z90.htm
|
|
@@!p:comp5279.htm
|
|
@@!p:comp559v.htm
|
|
@@!p:comp59f8.htm
|
|
@@!p:comp5dtf.htm
|
|
@@!p:comp5h4k.htm
|
|
@@!p:comp5smd.htm
|
|
@@!p:comp5z77.htm
|
|
@@!p:comp6ant.htm
|
|
@@!p:comp6fzo.htm
|
|
@@!p:comp6hnp.htm
|
|
@@!p:comp6jms.htm
|
|
@@!p:comp6okl.htm
|
|
@@!p:comp6ulw.htm
|
|
@@!p:comp6xt0.htm
|
|
@@!p:comp6yer.htm
|
|
@@!p:comp735f.htm
|
|
@@!p:comp7aw5.htm
|
|
@@!p:comp7bsj.htm
|
|
@@!p:comp7cby.htm
|
|
@@!p:comp7dv8.htm
|
|
@@!p:comp7g8k.htm
|
|
@@!p:comp7k37.htm
|
|
@@!p:comp7ohc.htm
|
|
@@!p:comp7pmc.htm
|
|
@@!p:comp87ub.htm
|
|
@@!p:comp89h0.htm
|
|
@@!p:comp8bsj.htm
|
|
@@!p:comp8f3n.htm
|
|
@@!p:comp8kdp.htm
|
|
@@!p:comp8oa4.htm
|
|
@@!p:comp8r1w.htm
|
|
@@!p:comp8sdv.htm
|
|
@@!p:comp8wf9.htm
|
|
@@!p:comp8xv8.htm
|
|
@@!p:comp9dq0.htm
|
|
@@!p:dire0bz9.htm
|
|
@@!p:dire5jmt.htm
|
|
@@!p:dire5t0u.htm
|
|
@@!p:dire7ixx.htm
|
|
@@!p:dire8dr8.htm
|
|
@@!p:dire92zp.htm
|
|
@@!p:eadg01v7.htm
|
|
@@!p:eadg12ib.htm
|
|
@@!p:eadg1s9x.htm
|
|
@@!p:eadg26ed.htm
|
|
@@!p:eadg26pf.htm
|
|
@@!p:eadg2hnz.htm
|
|
@@!p:eadg2v3n.htm
|
|
@@!p:eadg346f.htm
|
|
@@!p:eadg39v0.htm
|
|
@@!p:eadg3ctz.htm
|
|
@@!p:eadg3l80.htm
|
|
@@!p:eadg3r1s.htm
|
|
@@!p:eadg3wqc.htm
|
|
@@!p:eadg4cbp.htm
|
|
@@!p:eadg4d9v.htm
|
|
@@!p:eadg4n77.htm
|
|
@@!p:eadg4o37.htm
|
|
@@!p:eadg4whf.htm
|
|
@@!p:eadg6303.htm
|
|
@@!p:eadg6cbl.htm
|
|
@@!p:eadg6dv2.htm
|
|
@@!p:eadg6e7n.htm
|
|
@@!p:eadg6isz.htm
|
|
@@!p:eadg7j8u.htm
|
|
@@!p:eadg7lmh.htm
|
|
@@!p:eadg7lpv.htm
|
|
@@!p:eadg7r5f.htm
|
|
@@!p:eadg8e43.htm
|
|
@@!p:eadg8fcn.htm
|
|
@@!p:eadg8nlf.htm
|
|
@@!p:eadg8qpj.htm
|
|
@@!p:eadg8tdf.htm
|
|
@@!p:eadg8v73.htm
|
|
@@!p:eadg9947.htm
|
|
@@!p:eadg9mp1.htm
|
|
@@!p:eadg9s3d.htm
|
|
@@!p:eadg9s8i.htm
|
|
@@!p:glob2y90.htm
|
|
@@!p:glob3gj7.htm
|
|
@@!p:glob4b5f.htm
|
|
@@!p:glob4f78.htm
|
|
@@!p:glob5j03.htm
|
|
@@!p:glob63vp.htm
|
|
@@!p:glob6t84.htm
|
|
@@!p:glob6zc4.htm
|
|
@@!p:glob822b.htm
|
|
@@!p:iiapsess.htm
|
|
@@!p:iiaptran.htm
|
|
@@!p:iiwaabt.htm
|
|
@@!p:iiwaaspw.htm
|
|
@@!p:iiwabasi.htm
|
|
@@!p:iiwabs.htm
|
|
@@!p:iiwachng.htm
|
|
@@!p:iiwacoll.htm
|
|
@@!p:iiwacomu.htm
|
|
@@!p:iiwacont.htm
|
|
@@!p:iiwadata.htm
|
|
@@!p:iiwadbug.htm
|
|
@@!p:iiwaform.htm
|
|
@@!p:iiwainc.htm
|
|
@@!p:iiwanew.htm
|
|
@@!p:iiwaobb.htm
|
|
@@!p:iiwaobu.htm
|
|
@@!p:iiwaproc.htm
|
|
@@!p:iiwaref.htm
|
|
@@!p:iiwaref1.gif
|
|
@@!p:iiwascln.htm
|
|
@@!p:iiwauslw.htm
|
|
@@!p:iiwavar.htm
|
|
@@!p:iiwawelc.htm
|
|
@@!p:perf1w13.htm
|
|
@@!p:perf24dq.htm
|
|
@@!p:perf4i5v.htm
|
|
@@!p:perf4vsj.htm
|
|
@@!p:perf6j1v.htm
|
|
@@!p:perf6o37.htm
|
|
@@!p:perf7xnp.htm
|
|
@@!p:perf9ini.htm
|
|
@@!p:scri2u91.htm
|
|
@@!p:scri4bol.htm
|
|
@@!p:scri8mcl.htm
|
|
@@!p:vbob02lv.htm
|
|
@@!p:vbob04vo.htm
|
|
@@!p:vbob0b8z.htm
|
|
@@!p:vbob0rvw.htm
|
|
@@!p:vbob0ss4.htm
|
|
@@!p:vbob0wkl.htm
|
|
@@!p:vbob0z3o.htm
|
|
@@!p:vbob129a.htm
|
|
@@!p:vbob12d0.htm
|
|
@@!p:vbob155x.htm
|
|
@@!p:vbob188j.htm
|
|
@@!p:vbob1d0k.htm
|
|
@@!p:vbob1dtg.htm
|
|
@@!p:vbob1fsi.htm
|
|
@@!p:vbob1n04.htm
|
|
@@!p:vbob1qzp.htm
|
|
@@!p:vbob1whf.htm
|
|
@@!p:vbob1wxc.htm
|
|
@@!p:vbob246s.htm
|
|
@@!p:vbob2rxh.htm
|
|
@@!p:vbob2sis.htm
|
|
@@!p:vbob2ub7.htm
|
|
@@!p:vbob2w2t.htm
|
|
@@!p:vbob2xf2.htm
|
|
@@!p:vbob33ll.htm
|
|
@@!p:vbob38aa.htm
|
|
@@!p:vbob38hf.htm
|
|
@@!p:vbob3wbp.htm
|
|
@@!p:vbob3z77.htm
|
|
@@!p:vbob4eg7.htm
|
|
@@!p:vbob4fl9.htm
|
|
@@!p:vbob4ht1.htm
|
|
@@!p:vbob4hv7.htm
|
|
@@!p:vbob51gr.htm
|
|
@@!p:vbob53hj.htm
|
|
@@!p:vbob53n7.htm
|
|
@@!p:vbob554k.htm
|
|
@@!p:vbob596b.htm
|
|
@@!p:vbob5ovi.htm
|
|
@@!p:vbob5pke.htm
|
|
@@!p:vbob5sj8.htm
|
|
@@!p:vbob5tpq.htm
|
|
@@!p:vbob5uem.htm
|
|
@@!p:vbob5ulw.htm
|
|
@@!p:vbob5vg3.htm
|
|
@@!p:vbob5vsj.htm
|
|
@@!p:vbob60kw.htm
|
|
@@!p:vbob61gz.htm
|
|
@@!p:vbob67ol.htm
|
|
@@!p:vbob6iwj.htm
|
|
@@!p:vbob6j1v.htm
|
|
@@!p:vbob6ugj.htm
|
|
@@!p:vbob6x82.htm
|
|
@@!p:vbob6zkv.htm
|
|
@@!p:vbob72uc.htm
|
|
@@!p:vbob742t.htm
|
|
@@!p:vbob74l0.htm
|
|
@@!p:vbob74tk.htm
|
|
@@!p:vbob762b.htm
|
|
@@!p:vbob7838.htm
|
|
@@!p:vbob79ke.htm
|
|
@@!p:vbob7fs5.htm
|
|
@@!p:vbob7fw4.htm
|
|
@@!p:vbob7m1x.htm
|
|
@@!p:vbob7x83.htm
|
|
@@!p:vbob7yya.htm
|
|
@@!p:vbob7z78.htm
|
|
@@!p:vbob84h7.htm
|
|
@@!p:vbob87j9.htm
|
|
@@!p:vbob8b6s.htm
|
|
@@!p:vbob8bu4.htm
|
|
@@!p:vbob8h10.htm
|
|
@@!p:vbob8kz6.htm
|
|
@@!p:vbob8my6.htm
|
|
@@!p:vbob8o4z.htm
|
|
@@!p:vbob8q5h.htm
|
|
@@!p:vbob8rl0.htm
|
|
@@!p:vbob8zw4.htm
|
|
@@!p:vbob98iw.htm
|
|
@@!p:vbob9aat.htm
|
|
@@!p:vbob9gpx.htm
|
|
@@!p:vbob9lrn.htm
|
|
@@!p:vbob9pid.htm
|
|
@@!p:vbob9waa.htm
|
|
@@!p:xmli70z0.htm
|
|
@@!p:
|
|
@@!p:[iis_50_doc_files_asp_art]
|
|
@@!p:3tier.gif
|
|
@@!p:browcap1.gif
|
|
@@!p:browcap2.gif
|
|
@@!p:browcap3.gif
|
|
@@!p:iisaostr.gif
|
|
@@!p:iisarch.gif
|
|
@@!p:iiswam.gif
|
|
@@!p:inherit.gif
|
|
@@!p:isapi2.gif
|
|
@@!p:meta1.gif
|
|
@@!p:metaprop.gif
|
|
@@!p:metastru.gif
|
|
@@!p:pf_comp.gif
|
|
@@!p:pf_exec.gif
|
|
@@!p:pf_exit.gif
|
|
@@!p:pf_proc.gif
|
|
@@!p:pf_redir.gif
|
|
@@!p:pf_trans.gif
|
|
@@!p:pict1.GIF
|
|
@@!p:pict1_a.GIF
|
|
@@!p:pict1_b.GIF
|
|
@@!p:pict1_c.GIF
|
|
@@!p:pict2.GIF
|
|
@@!p:pict3.GIF
|
|
@@!p:pict4.GIF
|
|
@@!p:pict5.GIF
|
|
@@!p:seccont.gif
|
|
@@!p:transcook.gif
|
|
@@!p:wdna.gif
|
|
@@!p:
|
|
@@!p:[iis_www_files_inetsrv_datafiles]
|
|
@@!p:Counters.txt
|
|
@@!p:MyInfo.xml
|
|
@@!p:HitCnt.cnt
|
|
@@!p:
|
|
@@!p:[VerifyFileSections]
|
|
@@!p:iis_common_files_sys
|
|
@@!p:iis_product_files_sys
|
|
@@!p:iis_core_files_sys
|
|
@@!p:iis_core_files_sys_counters
|
|
@@!p:iis_core_files_sys_no_remove
|
|
@@!p:iis_www_files_sys
|
|
@@!p:iis_www_files_sys_counters
|
|
@@!p:iis_ftp_files_sys
|
|
@@!p:iis_ftp_files_sys_counters
|
|
@@!p:iis_inetmgr_files_sys
|
|
@@!p:
|
|
@@!p:[VerifyFileSections_Lockable]
|
|
@@!p:iis_common_files_sys
|
|
@@!p:iis_core_files_sys
|
|
@@!p:iis_core_files_sys_counters
|
|
@@!p:iis_product_files_sys
|
|
@@!p:
|
|
@@!p:[NonStopList]
|
|
@@!p:NetLogon
|
|
@@!p:WinLogon
|
|
@@!p:Explorer.exe
|
|
@@!p:Sysocmgr.exe
|
|
@@!p:svchost.exe
|
|
@@!p:services.exe
|
|
@@!p:smss.exe
|
|
@@!p:csrss.exe
|
|
@@!p:
|
|
@@!p:[VerifyServices]
|
|
@@!p:LanmanServer
|
|
@@!p:LanmanWorkstation
|
|
@@!p:RpcSs
|
|
@@!p:NtLmSsp
|
|
@@!p:EventLog
|
|
@@!p:
|
|
@@!p:[IIS_Metabase_IDRegistration]
|
|
@@!p:; these must have quotes around them or anything after the semi-colon will be interpreted as a comment
|
|
@@!p:"0-65535;Microsoft Reserved"
|
|
@@!p:"65536-524288;Microsoft IIS Admin Objects Reserved"
|
|
@@!p:
|
|
@@!p:[ScriptMaps_All_Included_Verbs]
|
|
@@!p:%SCRIPTMAPS_INCLUDEDVERBS_ALL%
|
|
@@!p:
|
|
@@!p:[ScriptMaps_CleanList]
|
|
@@!p:.asp|%32768%\asp.dll|GET,HEAD,POST,TRACE|0x4
|
|
@@!p:.cer|%32768%\asp.dll|GET,HEAD,POST,TRACE|0x4
|
|
@@!p:.cdx|%32768%\asp.dll|GET,HEAD,POST,TRACE|0x4
|
|
@@!p:.asa|%32768%\asp.dll|GET,HEAD,POST,TRACE|0x4
|
|
@@!p:.idc|%32768%\httpodbc.dll|GET,POST|0x4
|
|
@@!p:.shtm|%32768%\ssinc.dll|GET,POST|0x4
|
|
@@!p:.shtml|%32768%\ssinc.dll|GET,POST|0x4
|
|
@@!p:.stm|%32768%\ssinc.dll|GET,POST|0x4
|
|
@@!p:
|
|
@@!p:[InProc_ISAPI_Apps]
|
|
@@!p:httpext.dll,%32768%\httpext.dll
|
|
@@!p:httpodbc.dll,%32768%\httpodbc.dll
|
|
@@!p:ssinc.dll,%32768%\ssinc.dll
|
|
@@!p:msw3prt.dll,%11%\msw3prt.dll
|
|
@@!p:
|
|
@@!p:[IIS6_Filters_SRV]
|
|
@@!p:; removed in iis6
|
|
@@!p:
|
|
@@!p:[iis6_KnownIncompatibleFilters]
|
|
@@!p:;
|
|
@@!p:
|
|
@@!p:[iis6_KnownIncompatibleFilters.UT_ANYUPGRADE]
|
|
@@!p:sspifilt
|
|
@@!p:pwsdata
|
|
@@!p:md5filt
|
|
@@!p:
|
|
@@!p:[iis6_NowInternalFilters]
|
|
@@!p:;
|
|
@@!p:[iis6_NowInternalFilters.UT_ANYUPGRADE]
|
|
@@!p:compression
|
|
@@!p:
|
|
@@!p:[DefaultLoadFile]
|
|
@@!p:Default.htm
|
|
@@!p:Default.asp
|
|
@@!p:iisstart.htm
|
|
@@!p:index.htm
|
|
@@!p:
|
|
@@!p:[ClusterResType_DependsonIIS]
|
|
@@!p:"IIS Server Instance"
|
|
@@!p:"SMTP Server Instance"
|
|
@@!p:"NNTP Server Instance"
|
|
@@!p:
|
|
@@!p:; -------------------------------------------------
|
|
@@!p:;
|
|
@@!p:; 100=Type
|
|
@@!p:; 0=DoINFSectionQueueOCMFileOperations
|
|
@@!p:; 1=DllFunction, 2=DllFunctionInitOle,
|
|
@@!p:; 3=Executable, 4=InternalIISDLLfunctiontocall,
|
|
@@!p:; 5=DoSection, 6=DoSetupapiINFSection,
|
|
@@!p:; 7=lodctr, 8=unlodctr
|
|
@@!p:; 9=AddEventLog, 10=RemoveEventLog,
|
|
@@!p:; 11=InstallAgent, 12=RemoveAgent
|
|
@@!p:; 13=InstallPerformance, 14=CreateDir
|
|
@@!p:; 15=PushProgressBar, 16=PopProgressBar
|
|
@@!p:; 17=DeleteFile 18=RemoveDir Recursively
|
|
@@!p:; 19=AddGroup 20=DeleteGroup
|
|
@@!p:; 21=AddGroupItem 22=RemoveGroupItem
|
|
@@!p:; 23=AddDesktopItem 24=DeleteDesktopItem
|
|
@@!p:; 25=AddSendToItem 26=DeleteSentToItem
|
|
@@!p:; 27=AddGuestUsr 28=DelGuestUsr
|
|
@@!p:; 29=MoveDirectory 30=AddFontResource
|
|
@@!p:; 31=AddURLShortcutItem 32=AddItemInfoTip
|
|
@@!p:; 33=CreateAnEmptyFile 34=SetFullAccessOnFileForUser
|
|
@@!p:; 35=SetMetabaseDwordEntry
|
|
@@!p:; 37=WriteToLogFile 38=CopyFile
|
|
@@!p:; 39=If FileDescription is this String, then DoSection for True or False
|
|
@@!p:; 40=If RegKeyExist Then DoSection for true or false
|
|
@@!p:; 41=If RegKeyValueExist Then DoSection for true or false
|
|
@@!p:; 42=If FileNameOrDirExist Then DoSection for true or false
|
|
@@!p:; 43=If RegKeyDWValueEQLSpecifiedValue Then DoSection for true or false
|
|
@@!p:; 44=If RegKeyStringValueEQLSpecifiedValue Then DoSection for true or false
|
|
@@!p:; 45=If ServiceExist Then DoSection for true or false
|
|
@@!p:; 46=If ServiceRunning Then DoSection for true or false
|
|
@@!p:; 47=If String1 equal to String2 then DoSection For True or False
|
|
@@!p:; 48=If LanguageIsThisCode, then DoSection For True or False
|
|
@@!p:; 49=If Fileversion is opcode (=,>,<,>=,<=), then DoSection for True or False
|
|
@@!p:; 50=CreateDriver, 51=RemoveDriver
|
|
@@!p:; 52=CreateService, 53=RemoveService
|
|
@@!p:; 54=StartService, 55=StopService
|
|
@@!p:; 56=MapServiceAsHTTP 57=UnMapServiceAsHTTP
|
|
@@!p:; 58=MapServiceAsFTP 59=UnMapServiceAsFTP
|
|
@@!p:; 60=MapServiceAsGopher 61=UnMapServiceAsGopher
|
|
@@!p:; 62=MapServiceAsInetinfo 63=UnMapServiceAsInetinfo
|
|
@@!p:; 64=RegisterIisServerInstanceResourceTypeForCluster
|
|
@@!p:; 65=UnRegisterIisServerInstanceResourceTypeForCluster
|
|
@@!p:; 66=TakeIISClustersOffLine 67=BringIISClustersOnLine
|
|
@@!p:; 68=AddInteractive 69=RemoveInteractive
|
|
@@!p:; 70=DcomLaunchSet 71=DcomLaunchRemove
|
|
@@!p:; 72=DcomAccessSet 73=DcomAccessRemove
|
|
@@!p:; 74=DcomIDLaunchSet 75=DcomIDLaunchRemove
|
|
@@!p:; 76=DcomIDAccessSet 77=DcomIDAccessRemove
|
|
@@!p:; 78=SetDirAclsAtLeastRead79=IsMetabaseBad
|
|
@@!p:; 80=OleInitialize 81=OleUnInitialize
|
|
@@!p:; 82=Metabase DeleteNode 83=Add VirtualDir
|
|
@@!p:; 84=DoMetabaseMigrationSection
|
|
@@!p:; 86=SetTickCount 87=LogFilesInThisDir
|
|
@@!p:; 88=LogFileVersion 89=ForceMetabaseToDisk
|
|
@@!p:; 90=SetDirID 91=SetDirIDEx
|
|
@@!p:; 92=SetInstallType 93=StopAllIISServices
|
|
@@!p:; 94=LogActionForSubComps 95=RenameThisFileIfVersionIsSmaller
|
|
@@!p:; 96=Msgbox 97=DebugMetabase
|
|
@@!p:; 98=SetReboot 99=WriteVariousRunningProcessesToLogFile
|
|
@@!p:; 100=If Disk is NTFS, then DoSection For True or False
|
|
@@!p:; 101=RemoveMetabaseFilter 102=RemoveIncomptabileMetabaseFilters
|
|
@@!p:; 103=MofCompile 104=CheckProcExist
|
|
@@!p:; 105=AddUserGroup 106=SetAdminAcl
|
|
@@!p:; 107=msftpsvc upgrade reg to metabase
|
|
@@!p:; 108=w3svc upgrade reg to metabase
|
|
@@!p:; 109=upgrade filters
|
|
@@!p:; 110=Add System,Service,NetService To LocalGroup
|
|
@@!p:; 111=Add group to adminacl
|
|
@@!p:; 112=Add user to LocalGroup 113=set acl on regkey
|
|
@@!p:; 114=rename metabase node 115=code page check
|
|
@@!p:; 116=create dummy metabase.bin for backup programs
|
|
@@!p:; 117=if file has write access, then DoSection For True or False
|
|
@@!p:;
|
|
@@!p:; 101=File
|
|
@@!p:; 102=Data
|
|
@@!p:; 103=Data2
|
|
@@!p:; 104=Data3
|
|
@@!p:; 105=Data4
|
|
@@!p:; 200=ChangeToThisDirFirst
|
|
@@!p:; 701=OS (0=ALL [default],1=NTS,2=NTW,4=NTDC)
|
|
@@!p:; 702=PlatformArchitecture (0=ALL [default],1=x86,2=ia64)
|
|
@@!p:; 703=Enterprise (1=yes,0=no)
|
|
@@!p:; 801=ErrIfFileNotFound (1=Show error if filenot found [default], 0=don't show error)
|
|
@@!p:; 802=Ask User if they want to call this function with msgbox (1=yes,0=no [default])
|
|
@@!p:; 803=notify use after calling the function (1=yes,0=no)
|
|
@@!p:; 804=ErrIfDllFunctionFailed (1=Dont Show error, 0=show error [default])
|
|
@@!p:; 805=ProgressBar text if any
|
|
@@!p:;
|
|
@@!p:; type required parameters
|
|
@@!p:; ------------------------
|
|
@@!p:; 100=0|102=SectionNameToDo (inf type)
|
|
@@!p:; 100=1|101=FullPathedFileName|102=DllfunctionName|103=PasstheHmodulehandle (optional 0 or 1)
|
|
@@!p:; 100=2|101=FullPathedFileName|102=DllfunctionName|103=PasstheHmodulehandle (optional 0 or 1)
|
|
@@!p:; 100=3|101=FullPathedFileName|102=ExeCmdLine parameters (optional)|103=Timeoutperiod sec (optional inifite default)|104=Type (0|1|2)
|
|
@@!p:; 100=4|101=internalfunction to call
|
|
@@!p:; 100=5|102=SectionNameToDo (this special type)
|
|
@@!p:; 100=6|102=SectionNameToDo (inf type)
|
|
@@!p:; 100=7|101=lodctr filename.ini only (should be in system32 dir)
|
|
@@!p:; 100=8|101=unlodctr name
|
|
@@!p:; 100=9|101=FullPathedFileName|102=Name|103=(1=system,!1=application)|104=(0x0, 0x7) Eventlogtype
|
|
@@!p:; 100=10|102=Name|103=(1=system,!1=application)
|
|
@@!p:; 100=11|101=FullPathedFileName|102=Name
|
|
@@!p:; 100=12|102=Name
|
|
@@!p:; 100=13|101=filename only (should be in system32 dir (Library Reg Value))|102=registry location|103=Openxxx (Open Reg Value)|104=Closexxx (Close Reg Value)|105=Collectxxx (Collect Reg Value)
|
|
@@!p:; 100=14|101=Dir to Create
|
|
@@!p:; 100=15|805=ProgressBar text
|
|
@@!p:; 100=16
|
|
@@!p:; 100=17|101=FullPathedFileName|102= (1=use wildcards)
|
|
@@!p:; 100=18|101=DirName|102= (1=DeleteEvenIfcontainsfiles)
|
|
@@!p:; 100=19|101=Groupname (startmenu\programs\Groupname)
|
|
@@!p:; 100=20|101=Groupname (startmenu\programs\Groupname)|102=(1=remove even if not empty)
|
|
@@!p:; 100=21|101=Groupname|102=item desc|103=FullPathedFileNameToRun|104=Args|105=Dir
|
|
@@!p:; 100=22|101=Groupname|102=item desc (also will remove groupname if groupname is empty after remove)
|
|
@@!p:; 100=23|101=desktop item desc|102=FullPathedFileNameToRun|103=IconIndex
|
|
@@!p:; 100=24|101=desktop item desc
|
|
@@!p:; 100=25|101=sendto item desc|102=FullPathedFileNameToRun
|
|
@@!p:; 100=26|101=sendto item desc
|
|
@@!p:; 100=27|(not implemented)
|
|
@@!p:; 100=28|101=usrname
|
|
@@!p:; 100=30|101=filename.ttf
|
|
@@!p:; 100=31|101=Groupname|102=item desc|103=FullPathedFileNameToRun
|
|
@@!p:; 100=32|101=Groupname|102=item desc|103=InfoTipString
|
|
@@!p:; 100=33|101=FileNameToCreate|102=HKLM|103=Software\Microsoft\etc..|104=ValueName
|
|
@@!p:; 100=34|101=FileName|102=UserToGrantAccess|103=HKLM|104=Software\Microsoft\etc..|105=ValueName
|
|
@@!p:; 100=35|101=LM/W3SVC|102=ID(hex)|103=UserType(hex)|104=dwTheData(hex)|105=Overwriteflag(0or1)
|
|
@@!p:; 100=37|101=TheMsg|102=3(0,1,2,3,4)
|
|
@@!p:; 100=38|101=From|102=To|103=0 (1=del old)|104=0 (1=del to)
|
|
@@!p:; 100=39|101=FullPathedFileName|102=TheFileDescription|103=TheSectionToDoIfTrue|104=TheSectionToDoIfFalse
|
|
@@!p:; 100=40|101=HKLM|102=Software\Microsoft\etc..|103=TheSectionToDoIfTrue|104=TheSectionToDoIfFalse
|
|
@@!p:; 100=41|101=HKLM|102=Software\Microsoft\etc..|103=ValueName|104=TheSectionToDoIfTrue|105=TheSectionToDoIfFalse
|
|
@@!p:; 100=42|101=TheFileNameOrDir|102=TheSectionToDoIfTrue|103=TheSectionToDoIfFalse
|
|
@@!p:; 100=43|101=HKLM|102=Software\Microsoft\etc..\ValueName|103=dwValueToCompareWith|104=TheSectionToDoIfTrue|105=TheSectionToDoIfFalse
|
|
@@!p:; 100=44|101=HKLM|102=Software\Microsoft\etc..\ValueName|103=StringValueToCompareWith|104=TheSectionToDoIfTrue|105=TheSectionToDoIfFalse
|
|
@@!p:; 100=45|101=Servicename|102=TheSectionToDoIfTrue|103=TheSectionToDoIfFalse
|
|
@@!p:; 100=46|101=Servicename|102=TheSectionToDoIfTrue|103=TheSectionToDoIfFalse
|
|
@@!p:; 100=47|101=String1|102=String2|103=TheSectionToDoIfTrue|104=TheSectionToDoIfFalse
|
|
@@!p:; 100=48|101=LanguageCode (eg 0x409)|102=TheSectionToDoIfTrue|103=TheSectionToDoIfFalse
|
|
@@!p:; 100=49|101=FullPathedFileName|102=">="|103=FileVersion (eg 4.70.1086)|104=TheSectionToDoIfTrue|105=TheSectionToDoIfFalse
|
|
@@!p:; 100=50|101=FileName (should be in system32\drivers dir)|102=Name|103=Display Name
|
|
@@!p:; 100=51|102=Name
|
|
@@!p:; 100=52|101=FullPathedFileName|102=Name|103=Display Name|104=Dependencies (iisadmin;somethingelse;)|105=Service Description
|
|
@@!p:; 100=53|102=Name
|
|
@@!p:; 100=54|102=Name
|
|
@@!p:; 100=55|102=Name|103= (1=AddToRestartList) optional
|
|
@@!p:; 100=56|102=Name
|
|
@@!p:; 100=57|102=Name
|
|
@@!p:; 100=58|102=Name
|
|
@@!p:; 100=59|102=Name
|
|
@@!p:; 100=60|102=Name
|
|
@@!p:; 100=61|102=Name
|
|
@@!p:; 100=62|102=Name
|
|
@@!p:; 100=63|102=Name
|
|
@@!p:; 100=64|101=ResType|102=ResTypeDisplayName|103=Path|104=AdminPath
|
|
@@!p:; 100=65|101=ResType102=Path
|
|
@@!p:; 100=66
|
|
@@!p:; 100=67
|
|
@@!p:; 100=68|102=ServiceName
|
|
@@!p:; 100=69|102=ServiceName
|
|
@@!p:; 100=70|102=Name
|
|
@@!p:; 100=71|102=Name
|
|
@@!p:; 100=72|102=Name
|
|
@@!p:; 100=73|102=Name
|
|
@@!p:; 100=74|101=Guid|102=Name
|
|
@@!p:; 100=75|101=Guid|102=Name
|
|
@@!p:; 100=76|101=Guid|102=Name
|
|
@@!p:; 100=77|101=Guid|102=Name
|
|
@@!p:; 100=78|101=DirPath|103=(1=Replace|0=Merge default)
|
|
@@!p:; 100=79|101=TheSectionToDoIfTrue|102=TheSectionToDoIfFalse
|
|
@@!p:; 100=80
|
|
@@!p:; 100=81
|
|
@@!p:; 100=82|101=LM/W3SVC/*/ROOT (*=for every server instance)|102=NodeToDelete
|
|
@@!p:; 100=83|101=LM/W3SVC/*/ROOT|102=Name|103=VdirInfo ("c:\thepath,,0x201" 0x201 is read/script permissions)|104= (optional IPaddress eg:127.0.0.1)
|
|
@@!p:; 100=84|101=sectioname
|
|
@@!p:; 100=86|101=TickValue(optional)
|
|
@@!p:; 100=87|101=Dir
|
|
@@!p:; 100=88|101=Filename
|
|
@@!p:; 100=89
|
|
@@!p:; 100=90|101=TheID|102=TheValue
|
|
@@!p:; 100=92|101=Inst mode (1,2,3)|102=UpgType(UT_10,etc..)|103=UpgTypeHasMetabaseFlag (0|1)|104=AllCompOffByDefaultFlag
|
|
@@!p:; 100=91|101=TheID|102=TheValue
|
|
@@!p:; 100=93|101=1 (Optional show err)
|
|
@@!p:; 100=94
|
|
@@!p:; 100=95|101=thefilename|102=renameto|103=MajorVerHex|104=MinorVerHex
|
|
@@!p:; 100=96|101=themsg
|
|
@@!p:; 100=97|102=1(1=set,2=get,3=both)
|
|
@@!p:; 100=98
|
|
@@!p:; 100=99|101=(optional 1=showservicesrunning,2=showprocesstuff)
|
|
@@!p:; 100=100|101=TheSectionToDoIfTrue|102=TheSectionToDoIfFalse
|
|
@@!p:; 100=101|101=FilterNameToRemove|102=0 (1=delete filters node also)
|
|
@@!p:; 100=102|102=1 (delete filters node also)
|
|
@@!p:; 100=103|101=mof filename to compile
|
|
@@!p:; 100=104|101=FileName|102=Proc|103=TheSectionToDoIfTrue|104=TheSectionToDoIfFalse
|
|
@@!p:; 100=105|101=GroupName|102=GroupDesc|103=(1|0) (1=add,0=del)
|
|
@@!p:; 100=106|101=metabase key|102=permissions for everyone
|
|
@@!p:; 100=107
|
|
@@!p:; 100=108
|
|
@@!p:; 100=109|101=filtersection
|
|
@@!p:; 100=110|101=groupname|102=(1|0) (1=add,0=del)
|
|
@@!p:; 100=111|101=metabase key|102=groupname
|
|
@@!p:; 100=112|101=groupname|102=username|103=(1|0) (1=add,0=del)
|
|
@@!p:; 100=113|101=HKLM|102=Software\Microsoft\etc..|103=dwValueToCompareWith|104=TheSectionToDoIfTrue|105=TheSectionToDoIfFalse
|
|
@*: 100=120|101=GroupName|102=Executable name inside of link
|
|
@@!p:;
|
|
@@!p:; Section runtime parm types
|
|
@@!p:; --------------------------
|
|
@@!p:; [MySection.UT_NONE]
|
|
@@!p:; [MySection.UT_ANYUPGRADE]
|
|
@@!p:; [MySection.UT_10]
|
|
@@!p:; [MySection.UT_20]
|
|
@@!p:; [MySection.UT_30]
|
|
@@!p:; [MySection.UT_40]
|
|
@@!p:; [MySection.UT_50]
|
|
@@!p:; [MySection.UT_51]
|
|
@@!p:; [MySection.UT_60]
|
|
@@!p:; [MySection.UT_10_W95]
|
|
@@!p:; [MySection.UT_40.MIG95.GUIMODE]
|
|
@@!p:; [MySection.UT_40.GUIMODE]
|
|
@@!p:; [MySection.GUIMODE]
|
|
@@!p:;
|
|
@@!p:;
|
|
@@!p:; OtherInfo
|
|
@@!p:; ---------
|
|
@@!p:; 11 ===> system directory (%windir%\system on Win95, %windir%\system32 on NT)
|
|
@@!p:; 12 ===> drivers directory (%windir%\system32\drivers on NT)
|
|
@@!p:; 32768 ===> inetsrv
|
|
@@!p:; 32769 ===> inetpub\ftproot
|
|
@@!p:; 32770 ===> inetpub\wwwroot
|
|
@@!p:; 32771 ===> inetpub\iissamples
|
|
@@!p:; 32773 ===> inetpub
|
|
@@!p:; 32778 ===> WinDir\Java\TrustLib
|
|
@@!p:; 32800 ===> MachineName
|
|
@@!p:; 32801 ===> Upgrade type
|
|
@@!p:; 33000 ===> (iusr_)
|
|
@@!p:; 33001 ===> (iwam_)
|
|
@@!p:; 33002 ===> (www anonymous name)
|
|
@@!p:; 33003 ===> (ftp anonymous name)
|
|
@@!p:; 33004 ===> iwam_ for removal
|
|
@@!p:; 33005 ===> iusr_www for removal
|
|
@@!p:; 33006 ===> iusr_ftp for removal
|
|
@@!p:; 34000 ===> \i386, \Nec98
|
|
@@!p:; 34001 ===> htmla localhost link
|
|
@@!p:; 34100 ===> Temp SSE Variable
|
|
@@!p:; 34101 ===> Temp Debug Variable
|
|
@@!p:; -------------------------------------------------
|
|
@@!p:[OC_INIT_COMPONENT]
|
|
@@!p:; inititalize variables to nothing.
|
|
@@!p:0=100=90|101=34100|102={}
|
|
@@!p:0=100=90|101=34101|102={%DEBUG_SVC%}
|
|
@@!p:0=100=90|101=34102|102={}
|
|
@@!p:0=100=90|101=32802|102=
|
|
@@!p:0=100=5|102=PushOldServerAcctRestoreValue
|
|
@@!p:
|
|
@@!p:[OC_FILE_BUSY]
|
|
@@!p:
|
|
@@!p:;
|
|
@@!p:; OC_QUEUE_FILE_OPS
|
|
@@!p:;
|
|
@@!p:[OC_QUEUE_FILE_OPS]
|
|
@@!p:; can't have a blank line
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS.GUIMODE]
|
|
@@!p:;Need this here for the special case when there
|
|
@@!p:;is no iis installed but upgrading
|
|
@@!p:0=100=5|102=remove_old_startmenu_items
|
|
@@!p:0=100=17|101=%Specialcase_localized2_only_French%
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS.UT_ANYUPGRADE]
|
|
@@!p:0=100=5|102=remove_old_startmenu_items
|
|
@@!p:0=100=17|101=%Specialcase_localized2_only_French%
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS.UT_10_W95]
|
|
@@!p:0=100=6|102=DisableServerAccountRestore_on_inf
|
|
@@!p:0=100=5|102=remove_old_startmenu_items
|
|
@@!p:0=100=93|101=1
|
|
@@!p:0=100=6|102=pws10_uninstall_inf
|
|
@@!p:0=100=0|102=pws10_uninstall_files
|
|
@@!p:0=100=18|101=%32775%
|
|
@@!p:0=100=18|101=%32777%\WebSvr
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_install.iis_core]
|
|
@@!p:0=100=6|102=DisableServerAccountRestore_on_inf
|
|
@@!p:0=100=0|102=iis_core_install
|
|
@@!p:0=100=14|101=%11%\Logfiles
|
|
@@!p:0=100=0|102=iis_core_IA64_install|702=2
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|103=iis_core_6
|
|
@@!p:
|
|
@@!p:[iis_core_6]
|
|
@@!p:0=100=5|102=Register_Catalog_do
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_install.iis_common]
|
|
@@!p:0=100=6|102=DisableServerAccountRestore_on_inf
|
|
@@!p:0=100=0|102=iis_common_install
|
|
@@!p:0=100=0|102=iis_common_install_srv
|
|
@@!p:0=100=0|102=iis_product_upgrade_oldftp
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_install.iis_common.UT_40]
|
|
@@!p:0=100=0|102=iis_product_remove_old_iis4_pwmgr
|
|
@@!p:0=100=6|102=iis_product_remove_old_iis4_pwmgr_reg
|
|
@@!p:0=100=5|102=OC_QUEUE_FILE_OPS_install.iis_common.UT_ANYUPGRADE
|
|
@@!p:0=100=47|101=%32768%|102=%32774%|104=OC_QUEUE_FILE_OPS_install.iis_common.IIS4_cleanup
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_install.iis_common.UT_ANYMETABASEUPGRADE]
|
|
@@!p:0=100=0|102=iis_product_remove_old_iis5_pwmgr
|
|
@@!p:0=100=6|102=iis_product_remove_old_iis5_pwmgr_reg
|
|
@@!p:0=100=0|102=iis_product_remove_old_iis4_pwmgr
|
|
@@!p:0=100=6|102=iis_product_remove_old_iis4_pwmgr_reg
|
|
@@!p:0=100=5|102=OC_QUEUE_FILE_OPS_install.iis_common.UT_ANYUPGRADE
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_install.iis_common.UT_ANYUPGRADE]
|
|
@@!p:0=100=6|102=DisableServerAccountRestore_on_inf
|
|
@@!p:0=100=0|102=iis_common_install
|
|
@@!p:0=100=0|102=iis_common_install_srv
|
|
@@!p:0=100=0|102=iis_product_upgrade_oldftp
|
|
@@!p:0=100=0|102=iis_product_upgrade_old
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|103=iis_product_upgrade_old_51_do
|
|
@@!p:0=100=0|102=iis_product_upgrade_old_reg
|
|
@@!p:
|
|
@@!p:[iis_product_upgrade_old_51_do]
|
|
@@!p:0=100=0|102=iis_product_upgrade_old_51
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_install.iis_common.IIS4_cleanup]
|
|
@@!p:0=100=0|102=iis_product_upgrade_old_special
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_install.iis_inetmgr]
|
|
@@!p:0=100=0|102=iis_inetmgr_install
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_install.iis_www]
|
|
@@!p:0=100=0|102=iis_www_install
|
|
@@!p:0=100=14|101=%32768%\Data
|
|
@@!p:0=100=117|101=%32770%\iisstart.asp|102=iis_www_root_inetpub_writeable
|
|
@@!p:0=100=0|102=iis_www_IA64_install|702=2
|
|
@@!p:0=100=42|101=%32768%\iisadmin|102=OC_QUEUE_FILE_OPS_install.iis_www.removeoldAdminUI
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_install.iis_www.removeoldAdminUI]
|
|
@@!p:0=100=18|101=%32768%\iisadmin|102=1
|
|
@@!p:0=100=0|102=iis_www_install_AdminUI_Replacement
|
|
@@!p:
|
|
@s:[OC_QUEUE_FILE_OPS_install.appsrv_console]
|
|
@s:0=100=0|102=appsrv_console_install
|
|
@@!p:
|
|
@@!p:[iis_www_root_inetpub_writeable]
|
|
@@!p:0=100=0|102=iis_www_root_install
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_install.iis_ftp]
|
|
@@!p:0=100=0|102=iis_ftp_install
|
|
@@!p:0=100=0|102=iis_ftp_IA64_install|702=2
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_remove.iis_core]
|
|
@@!p:0=100=0|102=iis_core_uninstall|103=0
|
|
@@!p:0=100=0|102=iis_core_IA64_uninstall|103=0|702=2
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_remove.iis_common]
|
|
@@!p:0=100=0|102=iis_common_uninstall|103=0
|
|
@@!p:0=100=0|102=iis_common_uninstall_srv|103=0
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_remove.iis_inetmgr]
|
|
@@!p:0=100=0|102=iis_inetmgr_uninstall|103=0
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_remove.iis_www]
|
|
@@!p:0=100=0|102=iis_www_uninstall|103=0
|
|
@@!p:0=100=0|102=iis_www_root_uninstall|103=0
|
|
@@!p:0=100=0|102=iis_www_IA64_uninstall|103=0|702=2
|
|
@@!p:
|
|
@s:[OC_QUEUE_FILE_OPS_remove.appsrv_console]
|
|
@s:0=100=0|102=appsrv_console_uninstall|103=0
|
|
@@!p:
|
|
@@!p:[OC_QUEUE_FILE_OPS_remove.iis_ftp]
|
|
@@!p:0=100=0|102=iis_ftp_uninstall|103=0
|
|
@@!p:0=100=0|102=iis_ftp_IA64_uninstall|103=0|702=2
|
|
@@!p:
|
|
@@!p:;
|
|
@@!p:; OC_ABOUT_TO_COMMIT_QUEUE
|
|
@@!p:;
|
|
@@!p:[OC_ABOUT_TO_COMMIT_QUEUE]
|
|
@@!p:0=100=5|102=remove_old_ftp_351
|
|
@@!p:
|
|
@@!p:[OC_ABOUT_TO_COMMIT_QUEUE.UT_40]
|
|
@@!p:0=100=5|102=Save_user_created_files
|
|
@@!p:0=100=5|102=Move_Old_File_Locations
|
|
@@!p:0=100=6|102=iis_product_remove_old_iis4_pwmgr_reg
|
|
@@!p:
|
|
@@!p:[OC_ABOUT_TO_COMMIT_QUEUE.UT_ANYMETABASEUPGRADE]
|
|
@@!p:0=100=5|102=Move_Old_File_Locations
|
|
@@!p:
|
|
@@!p:[OC_ABOUT_TO_COMMIT_QUEUE.UT_ANYUPGRADE]
|
|
@@!p:0=100=5|102=Save_user_created_files
|
|
@@!p:0=100=5|102=remove_old_ftp_351
|
|
@@!p:0=100=5|102=remove_old_gopher_service
|
|
@@!p:0=100=5|102=remove_old_htmla
|
|
@@!p:0=100=4|101=Unregister_old_asp
|
|
@@!p:
|
|
@@!p:[OC_ABOUT_TO_COMMIT_QUEUE_remove.iis_core]
|
|
@@!p:0=100=4|101=Unregister_iis_core
|
|
@@!p:[OC_ABOUT_TO_COMMIT_QUEUE_remove.iis_common]
|
|
@@!p:0=100=4|101=Unregister_iis_common
|
|
@@!p:[OC_ABOUT_TO_COMMIT_QUEUE_remove.iis_inetmgr]
|
|
@@!p:0=100=4|101=Unregister_iis_inetmgr
|
|
@@!p:[OC_ABOUT_TO_COMMIT_QUEUE_remove.iis_www]
|
|
@@!p:0=100=4|101=Unregister_iis_www
|
|
@@!p:[OC_ABOUT_TO_COMMIT_QUEUE_remove.iis_ftp]
|
|
@@!p:0=100=4|101=Unregister_iis_ftp
|
|
@@!p:
|
|
@@!p:;
|
|
@@!p:; OC_COMPLETE_INSTALLATION
|
|
@@!p:;
|
|
@@!p:[OC_COMPLETE_INSTALLATION_install.iis]
|
|
@@!p:0=100=94
|
|
@@!p:0=100=99|101=1
|
|
@@!p:
|
|
@*: // This is an upgrade from IIS6, so upgrade metabase, before ANYTHING else
|
|
@@!p:[OC_COMPLETE_INSTALLATION_install.iis.UT_60]
|
|
@@!p:0=100=5|102=METBASE_XML_Upgrade
|
|
@@!p:0=100=94
|
|
@@!p:0=100=99|101=1
|
|
@@!p:
|
|
@@!p:[OC_COMPLETE_INSTALLATION_install.iis_common]
|
|
@@!p:0=100=54|102=LanmanServer|804=1
|
|
@@!p:0=100=54|102=LanmanWorkstation|804=1
|
|
@@!p:0=100=4|101=Register_iis_common
|
|
@@!p:
|
|
@@!p:[OC_COMPLETE_INSTALLATION_install.iis_common.UT_40]
|
|
@@!p:;0=100=18|101=%32773%\WebPub
|
|
@@!p:;0=100=82|101=LM/W3SVC/*/ROOT|102=WEBPUB|103=1
|
|
@@!p:0=100=5|102=OC_COMPLETE_INSTALLATION_install.iis_common.UT_ANYMETABASEUPGRADE
|
|
@@!p:
|
|
@@!p:[OC_COMPLETE_INSTALLATION_install.iis_common.UT_ANYMETABASEUPGRADE]
|
|
@@!p:0=100=6|102=iis_product_remove_old_iis4_pwmgr_reg
|
|
@@!p:0=100=5|102=OC_COMPLETE_INSTALLATION_install.iis_common.UT_ANYUPGRADE
|
|
@@!p:
|
|
@@!p:[METBASE_XML_Upgrade]
|
|
@*: //
|
|
@*: // This is to support XML upgrades. The commands below will remove and modify elements in the metabase
|
|
@*: // file so that it can be read by the new metabase binaries that are installed
|
|
@*: //
|
|
@@!p:XML_Metabase_VerifyVersion(0|3)?XML_Metabase_Upgrade((IIsWebService|BackwardCompatEnabled|StandardAppModeEnabled)|(Custom|Name|"MD_36887"|"MaxSmtpErrors")|(Custom|Name|"MD_36901"|"ShouldPipelineOut")|(Custom|Name|"MD_36902"|"ShouldPipelineIn")|(Custom|Name|"MD_36916"|"PostmasterName")|(Custom|Name|"MD_36917"|"PostmasterEmail")|(Custom|Name|"MD_36919"|"LocalDomains")|(Custom|Name|"MD_36974"|"SmtpDisableRelay")|(*|MD_45182|GroupVarListFile)|(*|MD_AUTH_CHANGE_URL|AuthChangeURL)|(*|MD_AUTH_EXPIRED_UNSECUREURL|AuthExpiredUnsecureURL))
|
|
@@!p:XML_Metabase_VerifyVersion(0|3)?XML_Metabase_Upgrade((*|MD_AUTH_EXPIRED_URL|AuthExpiredURL)|(*|MD_AUTH_NOTIFY_PWD_EXP_URL|AuthNotifyPwdExpURL)|(*|MD_AUTH_NOTIFY_PWS_EXP_UNSECUREURL|AuthNotifyPwdExpUnsecureURL)|(*|MD_SERVER_VERSION_MAJOR|MajorIIsVersionNumber)|(*|MD_SERVER_VERSION_MINOR|MinorIIsVersionNumber)|(*|FeedFeedpaisId|FeedFeedpairId)|(*|FeedAcountName|FeedAccountName)|(Custom|Name|"MD_SERVER_VERSION_MINOR"|"MinorIIsVersionNumber")|(Custom|Name|"MD_SERVER_VERSION_MAJOR"|"MajorIIsVersionNumber"))
|
|
@@!p:XML_Metabase_VerifyVersion(0|3)?XML_Metabase_Upgrade((Custom|Name|"VrDoExpire"|ID|"46157"|"46161")|(Custom|Name|"VrUseAccount"|ID|"46156"|"46160")|(Custom|Name|"VrOwnModerator"|ID|"46158"|"46163")|(Custom|Name|"VrDriverProgid"|ID|"46159"|"46157")|(Custom|Name|"FsPropertyPath"|ID|"46160"|"46158")|(Custom|Name|"ExMdbGuid"|ID|"46161"|"46162"))
|
|
@@!p:XML_Metabase_VerifyVersion(0|3)?XML_Metabase_Upgrade((Custom|Name|"VrDoExpire"|"MajorIIsVersionNumber")|(IIsWebService|StandardAppModeEnabled|IIs5IsolationModeEnabled))
|
|
@@!p:XML_MBSchema_VerifyVersion(0|7)?XML_MBSchema_Upgrade((Property|InternalName|"BackwardCompatEnabled"|**)|(Property|InternalName|"MD_36887"|**)|(Property|InternalName|"MD_36901"|**)|(Property|InternalName|"MD_36902"|**)|(Property|InternalName|"MD_36916"|**)|(Property|InternalName|"MD_36917"|**)|(Property|InternalName|"MD_36919"|**)|(Property|InternalName|"MD_36974"|**)|(Property|InternalName|"MD_45182"|**))
|
|
@@!p:XML_MBSchema_VerifyVersion(0|7)?XML_MBSchema_Upgrade((Property|InternalName|"MD_AUTH_CHANGE_URL"|**)|(Property|InternalName|"MD_AUTH_EXPIRED_UNSECUREURL"|**)|(Property|InternalName|"MD_AUTH_EXPIRED_URL"|**)|(Property|InternalName|"MD_AUTH_NOTIFY_PWD_EXP_URL"|**)|(Property|InternalName|"MD_AUTH_NOTIFY_PWS_EXP_UNSECUREURL"|**)|(Property|InternalName|"MD_SERVER_VERSION_MAJOR"|**)|(Property|InternalName|"MD_SERVER_VERSION_MINOR"|**)|(Property|InternalName|"FeedFeedpaisId"|**)|(Property|InternalName|"FeedAcountName"|**))
|
|
@@!p:XML_MBSchema_VerifyVersion(0|7)?XML_MBSchema_Upgrade((Property|InheritsPropertiesFrom|"IIsConfigObject:BackwardCompatEnabled"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MD_36887"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MD_36901"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MD_36902"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MD_36916"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MD_36917"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MD_36919"|**))
|
|
@@!p:XML_MBSchema_VerifyVersion(0|7)?XML_MBSchema_Upgrade((Property|InheritsPropertiesFrom|"IIsConfigObject:MD_36974"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MD_45182"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MD_AUTH_CHANGE_URL"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MD_AUTH_EXPIRED_UNSECUREURL"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MD_AUTH_EXPIRED_URL"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MD_AUTH_NOTIFY_PWD_EXP_URL"|**))
|
|
@@!p:XML_MBSchema_VerifyVersion(0|7)?XML_MBSchema_Upgrade((Property|InheritsPropertiesFrom|"IIsConfigObject:MD_AUTH_NOTIFY_PWS_EXP_UNSECUREURL"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MD_SERVER_VERSION_MAJOR"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MD_SERVER_VERSION_MINOR"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:FeedFeedpaisId"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:FeedAcountName"|**))
|
|
@@!p:XML_Metabase_VerifyVersion(0|4)?XML_Metabase_Upgrade((IIsWebService|DavEnabled|*)|(IIsWebService|CPUAppEnabled|*)|(IIsWebService|CPUCGIEnabled|*)|(IIsWebService|CPULoggingInterval|*)|(IIsWebService|CPULoggingMask|*)|(IIsWebService|CPULoggingOptions|*))
|
|
@@!p:XML_MBSchema_VerifyVersion(0|7)?XML_MBSchema_Upgrade((Property|InternalName|"DavEnabled"|**)|(Property|InternalName|"CPUAppEnabled"|**)|(Property|InternalName|"CPUCGIEnabled"|**)|(Property|InternalName|"CPULoggingInterval"|**)|(Property|InternalName|"CPULoggingMask"|**)|(Property|InternalName|"CPULoggingOptions"|**)|(Property|InternalName|"RunAsLocalSystem"|**))
|
|
@@!p:XML_MBSchema_VerifyVersion(0|7)?XML_MBSchema_Upgrade((Property|InheritsPropertiesFrom|"IIsConfigObject:DavEnabled"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:CPUAppEnabled"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:CPUCGIEnabled"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:CPULoggingInterval"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:CPULoggingMask"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:CPULoggingOptions"|**)|(Property|InternalName|"HcMimeType"|**))
|
|
@@!p:XML_MBSchema_VerifyVersion(0|7)?XML_MBSchema_Upgrade((Property|InheritsPropertiesFrom|"IIsConfigObject:HcMimeType"|**))
|
|
@@!p:XML_Metabase_VerifyVersion(0|6)?XML_Metabase_Upgrade((IIsWebService|CPUResetInterval|*)|(IIsWebService|MaxGlobalConnections|*)|(IIsApplicationPool|AppPoolFriendlyName|*))
|
|
@@!p:XML_MBSchema_VerifyVersion(0|7)?XML_MBSchema_Upgrade((Property|InternalName|"MaxGlobalConnections"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:MaxGlobalConnections"|**)|(Property|InternalName|"AppPoolFriendlyName"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:AppPoolFriendlyName"|**)|(Property|InternalName|"IgnoreTranslate"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:IgnoreTranslate"|**))
|
|
@@!p:XML_Metabase_VerifyVersion(0|48)?XML_Metabase_Upgrade((IIsWebService|AspThreadGateEnabled|*)|(IIsWebService|AspThreadGateLoadHigh|*)|(IIsWebService|AspThreadGateLoadLow|*)|(IIsWebService|AspThreadGateSleepDelay|*)|(IIsWebService|AspThreadGateSleepMax|*)|(IIsWebService|AspThreadGateTimeSlice|*))
|
|
@@!p:XML_MBSchema_VerifyVersion(0|7)?XML_MBSchema_Upgrade((Property|InternalName|"AspThreadGateEnabled"|**)|(Property|InternalName|"AspThreadGateLoadHigh"|**)|(Property|InternalName|"AspThreadGateLoadLow"|**)|(Property|InternalName|"AspThreadGateSleepDelay"|**)|(Property|InternalName|"AspThreadGateSleepMax"|**)|(Property|InternalName|"AspThreadGateTimeSlice"|**))
|
|
@@!p:XML_MBSchema_VerifyVersion(0|7)?XML_MBSchema_Upgrade((Property|InheritsPropertiesFrom|"IIsConfigObject:AspThreadGateEnabled"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:AspThreadGateTimeSlice"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:AspThreadGateSleepDelay"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:AspThreadGateSleepMax"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:AspThreadGateLoadLow"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:AspThreadGateLoadHigh"|**))
|
|
@@!p:XML_Metabase_VerifyVersion(0|48)?XML_Metabase_Upgrade((IIsWebService|IsapiRestrictionList|*)|(IIsWebService|CgiRestrictionList|*))
|
|
@@!p:XML_MBSchema_VerifyVersion(0|7)?XML_MBSchema_Upgrade((Property|InternalName|"IsapiRestrictionList"|**)|(Property|InternalName|"CgiRestrictionList"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:IsapiRestrictionList"|**)|(Property|InheritsPropertiesFrom|"IIsConfigObject:CgiRestrictionList"|**))
|
|
@@!p:
|
|
@@!p:[OC_COMPLETE_INSTALLATION_install.iis_common.UT_ANYUPGRADE]
|
|
@@!p:0=100=54|102=LanmanServer|804=1
|
|
@@!p:0=100=54|102=LanmanWorkstation|804=1
|
|
@@!p:0=100=4|101=Register_iis_common
|
|
@@!p:0=100=6|102=iis_product_upgrade_old_reg
|
|
@@!p:0=100=5|102=iis_product_upgrade_old_dirs
|
|
@@!p:
|
|
@@!p:[OC_COMPLETE_INSTALLATION_install.iis_core]
|
|
@@!p:0=100=5|102=RemoveMetabase
|
|
@@!p:0=100=6|102=DisableServerAccountRestore_on_inf
|
|
@@!p:0=100=4|101=Register_iis_core
|
|
@@!p:
|
|
@@!p:[OC_COMPLETE_INSTALLATION_install.iis_core.UT_ANYUPGRADE]
|
|
@@!p:; on metabase upgrade, save the old metabase.bin file.
|
|
@@!p:0=100=42|101=%32768%\metabase.bin|102=iis_backup_old_metabase
|
|
@@!p:; remove any previous clb files from metabase
|
|
@@!p:0=100=17|101=%32768%\*.clb.*|102=1
|
|
@@!p:0=100=6|102=DisableServerAccountRestore_on_inf
|
|
@@!p:0=100=4|101=Register_iis_core
|
|
@@!p:
|
|
@@!p:[iis_backup_old_metabase]
|
|
@@!p:0=100=55|102=IISADMIN
|
|
@@!p:0=100=17|101=%32768%\MetaBase.bin.beforexmlupg
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|104=iis_backup_old_metabasebin
|
|
@@!p:; check if the metabase is bad, if it is then delete it
|
|
@@!p:0=100=79|101=RemoveMetabase_Corrupt
|
|
@@!p:
|
|
@@!p:[iis_backup_old_metabasebin]
|
|
@@!p:0=100=38|101=%32768%\MetaBase.bin|102=%32768%\MetaBase.bin.beforexmlupg|104=1
|
|
@@!p:
|
|
@@!p:[RemoveMetabase_Corrupt]
|
|
@@!p:0=100=17|101=%32768%\MetaBase.bin
|
|
@@!p:
|
|
@@!p:[RemoveMetabase]
|
|
@@!p:0=100=55|102=IISADMIN
|
|
@@!p:0=100=17|101=%32768%\MetaBase.bin
|
|
@@!p:0=100=17|101=%32768%\MetaBase.bak
|
|
@@!p:0=100=17|101=%32768%\MetaBase.bin.dfu.*|102=1
|
|
@@!p:0=100=17|101=%32768%\MetaBase.xml
|
|
@@!p:0=100=17|101=%32768%\MBSchema.xml
|
|
@@!p:0=100=17|101=%32768%\MetaBase.bin.beforexmlupg
|
|
@@!p:0=100=17|101=%32768%\MBSchema.*|102=1
|
|
@@!p:0=100=17|101=%32768%\*.clb.*|102=1
|
|
@@!p:; remove recursively
|
|
@@!p:0=100=18|101=%32768%\History|102=1
|
|
@@!p:0=100=18|101=%32768%\ASP Compiled Templates|102=1
|
|
@@!p:; remove only if empty
|
|
@@!p:0=100=18|101=%32768%\Data
|
|
@@!p:0=100=18|101=%32768%\MetaBack
|
|
@@!p:
|
|
@@!p:[OC_COMPLETE_INSTALLATION_install.iis_inetmgr]
|
|
@@!p:;
|
|
@@!p:[OC_COMPLETE_INSTALLATION_install.iis_www]
|
|
@@!p:0=100=4|101=Register_iis_www
|
|
@@!p:[OC_COMPLETE_INSTALLATION_install.iis_ftp]
|
|
@@!p:0=100=4|101=Register_iis_ftp
|
|
@@!p:[OC_COMPLETE_INSTALLATION_remove.iis_www]
|
|
@@!p:0=100=18|101=%32768%\iisadmpwd
|
|
@@!p:0=100=18|101=%18%\IISHelp
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:[OC_COMPLETE_INSTALLATION_remove.iis_common]
|
|
@@!p:0=100=6|102=unregister_iis_1
|
|
@@!p:0=100=18|101=%32768%\Metaback
|
|
@@!p:0=100=18|101=%32768%
|
|
@@!p:0=100=18|101=%18%\IISHelp
|
|
@@!p:
|
|
@@!p:;
|
|
@@!p:; OC_CLEANUP
|
|
@@!p:;
|
|
@@!p:[OC_CLEANUP]
|
|
@@!p:; This takes too much time
|
|
@@!p:;0=100=99
|
|
@@!p:; Add SNMP Agents. This must happen in cleanup since SNMP could have been added without iis knowing.
|
|
@@!p:0=100=5|102=SNMP_W3SVC_chk_cleanup
|
|
@@!p:0=100=5|102=SNMP_MSFTPSVC_chk_cleanup
|
|
@@!p:0=100=5|102=PopOldServerAcctRestoreValue
|
|
@@!p:0=100=6|102=OC_CLEANUP_RegClean_inf
|
|
@@!p:
|
|
@@!p:[OC_CLEANUP.GUIMODE]
|
|
@@!p:0=100=5|102=OC_CLEANUP2
|
|
@@!p:
|
|
@@!p:[OC_CLEANUP.UT_ANYMETABASEUPGRADE.GUIMODE]
|
|
@@!p:0=100=5|102=OC_CLEANUP2
|
|
@@!p:0=100=42|101=%32768%\myinfo.dll|102=Register_myinfo_dll
|
|
@@!p:
|
|
@@!p:[OC_CLEANUP.UT_ANYUPGRADE.GUIMODE]
|
|
@@!p:0=100=5|102=OC_CLEANUP2
|
|
@@!p:;0=100=6|102=DisableServerAccountRestore_on_inf
|
|
@@!p:0=100=42|101=%32768%\myinfo.dll|102=Register_myinfo_dll
|
|
@@!p:
|
|
@@!p:[OC_CLEANUP2]
|
|
@@!p:; compile iiswmi.dll
|
|
@@!p:0=100=47|101=%34102%|102={iiswmidomofcomp}|103=iis_compile_wmi_method1
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|103=DO_FRONTPAGE_2000_FIX
|
|
@@!p:0=100=20|101=%StartMenuGroup_both40_s%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_both40_w%|102=1
|
|
@@!p:0=100=99|101=1
|
|
@@!p:; Add SNMP Agents. This must happen in cleanup since SNMP could have been added without iis knowing.
|
|
@@!p:0=100=5|102=SNMP_W3SVC_chk
|
|
@@!p:0=100=5|102=SNMP_MSFTPSVC_chk
|
|
@@!p:0=100=5|102=PopOldServerAcctRestoreValue
|
|
@@!p:0=100=6|102=OC_CLEANUP_RegClean_inf
|
|
@@!p:0=100=42|101=%32768%\metabase.xml|102=RemoveOldMetabaseFile
|
|
@@!p:
|
|
@*: // This is used to re-register myinfo.dll. The reason we need to do this is because
|
|
@*: // for Win9x PWS upgrades we probably moved it from system to system32, and COM needs
|
|
@*: // to know the new location, because it is used in their old global.asa
|
|
@@!p:[Register_myinfo_dll]
|
|
@@!p:0=100=2|101=%32768%\myinfo.dll|102=DllRegisterServer
|
|
@@!p:
|
|
@@!p:[RemoveOldMetabaseFile]
|
|
@@!p:0=100=17|101=%32768%\MetaBase.bin
|
|
@@!p:; create fake metabase file for backup programs
|
|
@@!p:0=100=116
|
|
@@!p:
|
|
@@!p:[OC_CLEANUP_WIN95_MIGRATE]
|
|
@@!p:0=100=6|102=remove_old_pws_win95_registry_inf
|
|
@@!p:
|
|
@@!p:[OC_CLEANUP_RegClean_inf]
|
|
@@!p:DelReg=Remove_Metabase_Versions
|
|
@@!p:[Remove_Metabase_Versions]
|
|
@@!p:HKLM,%REG_INETSTP%,"MetabaseSetMajorVersion"
|
|
@@!p:HKLM,%REG_INETSTP%,"MetabaseSetMinorVersion"
|
|
@@!p:
|
|
@@!p:[remove_old_pws_win95_registry_inf]
|
|
@@!p:DelReg=remove_old_pws_win95_registry_values
|
|
@@!p:
|
|
@@!p:; Remove old iis4 Uninstall Entry
|
|
@@!p:[remove_old_pws_win95_registry_values]
|
|
@@!p:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSIIS"
|
|
@@!p:
|
|
@@!p:[SNMP_W3SVC_chk]
|
|
@@!p:0=100=45|101=W3SVC|102=SNMP_W3SVC_chk_2
|
|
@@!p:[SNMP_W3SVC_chk_2]
|
|
@@!p:0=100=45|101=SNMP|102=SNMP_W3SVC_chk_T
|
|
@@!p:[SNMP_W3SVC_chk_T]
|
|
@@!p:0=100=11|101=%32768%\httpmib.dll|102=W3SVC
|
|
@@!p:
|
|
@@!p:[SNMP_W3SVC_chk_cleanup]
|
|
@@!p:0=100=45|101=W3SVC|102=SNMP_W3SVC_chk_2_cleanup
|
|
@@!p:[SNMP_W3SVC_chk_2_cleanup]
|
|
@@!p:0=100=45|101=SNMP|102=SNMP_W3SVC_chk_3_cleanup
|
|
@@!p:[SNMP_W3SVC_chk_3_cleanup]
|
|
@@!p:0=100=46|101=SNMP|102=SNMP_W3SVC_chk_4_cleanup|103=SNMP_W3SVC_chk_T
|
|
@@!p:[SNMP_W3SVC_chk_4_cleanup]
|
|
@@!p:; check if there already is an entry there.
|
|
@@!p:0=100=40|101=HKLM|102=System\CurrentControlSet\Services\SNMP\Parameters\W3SVC|103=SNMP_W3SVC_chk_T|104=SNMP_W3SVC_chk_5_cleanup
|
|
@@!p:[SNMP_W3SVC_chk_5_cleanup]
|
|
@@!p:; check if the SNMP service is running, if it is then stop and restart service
|
|
@@!p:0=100=55|102=SNMP|103=1
|
|
@@!p:0=100=5|102=SNMP_W3SVC_chk_T
|
|
@@!p:
|
|
@@!p:[SNMP_MSFTPSVC_chk]
|
|
@@!p:0=100=45|101=MSFTPSVC|102=SNMP_MSFTPSVC_chk_2
|
|
@@!p:[SNMP_MSFTPSVC_chk_2]
|
|
@@!p:0=100=45|101=SNMP|102=SNMP_MSFTPSVC_chk_T
|
|
@@!p:[SNMP_MSFTPSVC_chk_T]
|
|
@@!p:0=100=11|101=%32768%\ftpmib.dll|102=MSFTPSVC
|
|
@@!p:
|
|
@@!p:[SNMP_MSFTPSVC_chk_cleanup]
|
|
@@!p:0=100=45|101=MSFTPSVC|102=SNMP_MSFTPSVC_chk_2_cleanup
|
|
@@!p:[SNMP_MSFTPSVC_chk_2_cleanup]
|
|
@@!p:0=100=45|101=SNMP|102=SNMP_MSFTPSVC_chk_3_cleanup
|
|
@@!p:[SNMP_MSFTPSVC_chk_3_cleanup]
|
|
@@!p:0=100=46|101=SNMP|102=SNMP_MSFTPSVC_chk_4_cleanup|103=SNMP_MSFTPSVC_chk_T
|
|
@@!p:[SNMP_MSFTPSVC_chk_4_cleanup]
|
|
@@!p:; check if there already is an entry there.
|
|
@@!p:0=100=40|101=HKLM|102=System\CurrentControlSet\Services\SNMP\Parameters\MSFTPSVC|103=SNMP_MSFTPSVC_chk_T|104=SNMP_MSFTPSVC_chk_5_cleanup
|
|
@@!p:[SNMP_MSFTPSVC_chk_5_cleanup]
|
|
@@!p:; check if the SNMP service is running, if it is then stop and restart service
|
|
@@!p:0=100=55|102=SNMP|103=1
|
|
@@!p:0=100=5|102=SNMP_MSFTPSVC_chk_T
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; Special stuff
|
|
@@!p:; =====================================================
|
|
@@!p:[Set_Upgrade_Type_chk]
|
|
@@!p:0=100=92|101=1|102=UT_NONE|103=0|104=1
|
|
@@!p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=6|104=Set_Upgrade_Type_V6|105=Set_Upgrade_Type_chk5X
|
|
@@!p:[Set_Upgrade_Type_chk5X]
|
|
@@!p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=5|104=Set_Upgrade_Type_chk5|105=Set_Upgrade_Type_chk51
|
|
@@!p:[Set_Upgrade_Type_chk51]
|
|
@@!p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MinorVersion|103=1|104=Set_Upgrade_Type_V51|105=Set_Upgrade_Type_chk5
|
|
@@!p:[Set_Upgrade_Type_chk5]
|
|
@@!p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=5|104=Set_Upgrade_Type_V5|105=Set_Upgrade_Type_chk4
|
|
@@!p:[Set_Upgrade_Type_chk4]
|
|
@@!p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=4|104=Set_Upgrade_Type_chk4_2|105=Set_Upgrade_Type_chk3
|
|
@@!p:[Set_Upgrade_Type_chk4_2]
|
|
@@!p:0=100=44|101=HKLM|102=SOFTWARE\Microsoft\InetStp\SetupString|103=K2 RTM|104=Set_Upgrade_Type_V4|105=Set_Upgrade_Type_chk3
|
|
@@!p:[Set_Upgrade_Type_chk3]
|
|
@@!p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=3|104=Set_Upgrade_Type_V3|105=Set_Upgrade_Type_chk2
|
|
@@!p:[Set_Upgrade_Type_chk2]
|
|
@@!p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=2|104=Set_Upgrade_Type_V2|105=Set_Upgrade_Type_chk1
|
|
@@!p:[Set_Upgrade_Type_chk1]
|
|
@@!p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=1|104=Set_Upgrade_Type_V1|105=Set_Upgrade_Type_chk0
|
|
@@!p:[Set_Upgrade_Type_chk0]
|
|
@@!p:0=100=43|101=HKLM|102=SOFTWARE\Microsoft\InetStp\MajorVersion|103=0|104=Set_Upgrade_Type_V1
|
|
@@!p:
|
|
@@!p:[Set_Upgrade_Type_V1]
|
|
@@!p:0=100=92|101=2|102=UT_10|103=0|104=0
|
|
@@!p:[Set_Upgrade_Type_V2]
|
|
@@!p:0=100=92|101=2|102=UT_20|103=0|104=0
|
|
@@!p:[Set_Upgrade_Type_V3]
|
|
@@!p:0=100=92|101=2|102=UT_30|103=0|104=0
|
|
@@!p:[Set_Upgrade_Type_V4]
|
|
@@!p:0=100=92|101=2|102=UT_40|103=1|104=0
|
|
@@!p:[Set_Upgrade_Type_V5]
|
|
@@!p:0=100=92|101=2|102=UT_50|103=1|104=0
|
|
@@!p:[Set_Upgrade_Type_V51]
|
|
@@!p:0=100=92|101=2|102=UT_51|103=1|104=0
|
|
@@!p:[Set_Upgrade_Type_V6]
|
|
@@!p:0=100=92|101=2|102=UT_60|103=1|104=0
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:[Save_user_created_files]
|
|
@@!p:0=100=95|101=%32768%\controt.dll|102=%32768%\controt.dll.yours|103=0x40002|104=0x26e0001
|
|
@@!p:
|
|
@@!p:[Move_Old_File_Locations]
|
|
@@!p:0=100=14|101=%18%\IISHelp
|
|
@@!p:; if SSE 3.0 exists, then we don't have to move the old sse docs.
|
|
@@!p:0=100=42|101=%32777%\Microsoft Site Server Express\Docs\ssx30.chm|103=SiteServer_20_Move_Location
|
|
@@!p:
|
|
@@!p:[SiteServer_20_Move_Location]
|
|
@@!p:0=100=29|101=%18%\SSE|102=%18%\IISHelp\SSE
|
|
@@!p:
|
|
@@!p:[DisableServerAccountRestore_on_do]
|
|
@@!p:0=100=6|102=DisableServerAccountRestore_on_inf
|
|
@@!p:[DisableServerAccountRestore_on_inf]
|
|
@@!p:AddReg=DisableServerAccountRestore_on
|
|
@@!p:[DisableServerAccountRestore_on]
|
|
@@!p:HKLM,%REG_INETSTP%,"DisableUserAccountRestore",%REG_DWORD%,0x1
|
|
@@!p:
|
|
@@!p:[DisableServerAccountRestore_off_do]
|
|
@@!p:0=100=6|102=DisableServerAccountRestore_off_inf
|
|
@@!p:[DisableServerAccountRestore_off_inf]
|
|
@@!p:DelReg=DisableServerAccountRestore_off
|
|
@@!p:[DisableServerAccountRestore_off]
|
|
@@!p:HKLM,%REG_INETSTP%,"DisableUserAccountRestore"
|
|
@@!p:
|
|
@@!p:[PushOldServerAcctRestoreValue]
|
|
@@!p:0=100=41|101=HKLM|102=%REG_INETSTP%|103=DisableUserAccountRestore|104=PushOldServerAcctRestoreValue_on_do
|
|
@@!p:
|
|
@@!p:[PushOldServerAcctRestoreValue_on_do]
|
|
@@!p:0=100=6|102=PushOldServerAcctRestoreValue_on_inf
|
|
@@!p:[PushOldServerAcctRestoreValue_on_inf]
|
|
@@!p:AddReg=PushOldServerAcctRestoreValue_on
|
|
@@!p:[PushOldServerAcctRestoreValue_on]
|
|
@@!p:HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\IISTempKey,"DisableUserAccountRestore",%REG_DWORD%,0x1
|
|
@@!p:
|
|
@@!p:[PopOldServerAcctRestoreValue]
|
|
@@!p:; if this old value exists --- then call DisableServerAccountRestore_on_do
|
|
@@!p:; else if it doesn't exist then call DisableServerAccountRestore_off_inf
|
|
@@!p:0=100=41|101=HKLM|102=SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\IISTempKey|103=DisableUserAccountRestore|104=DisableServerAccountRestore_on_do|105=DisableServerAccountRestore_off_do
|
|
@@!p:; after that is done erase the temp one PopOldServerAcctRestoreValue_off_inf
|
|
@@!p:0=100=5|102=PopOldServerAcctRestoreValue_off_do
|
|
@@!p:[PopOldServerAcctRestoreValue_off_do]
|
|
@@!p:0=100=6|102=PopOldServerAcctRestoreValue_off_inf
|
|
@@!p:[PopOldServerAcctRestoreValue_off_inf]
|
|
@@!p:DelReg=PopOldServerAcctRestoreValue_off
|
|
@@!p:[PopOldServerAcctRestoreValue_off]
|
|
@@!p:HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\IISTempKey
|
|
@@!p:
|
|
@@!p:[Inetinfo_Debug_Svc_Install]
|
|
@@!p:0=100=68|102=IISADMIN
|
|
@@!p:0=100=68|102=MSFTPSVC
|
|
@@!p:0=100=68|102=W3SVC
|
|
@@!p:0=100=68|102=RPCSS
|
|
@@!p:0=100=68|102=COMSYSAPP
|
|
@@!p:0=100=6|102=Inetinfo_Debug_Svc_Set_Inf
|
|
@@!p:[Inetinfo_Debug_Svc_Set_Inf]
|
|
@@!p:AddReg=Inetinfo_Debug_Svc_Set
|
|
@@!p:[Inetinfo_Debug_Svc_Set]
|
|
@@!p:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\inetinfo.exe","Debugger",%REG_SZ%,"ntsd -g -G"
|
|
@@!p:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\dllhost.exe","Debugger",%REG_SZ%,"ntsd -g -G"
|
|
@@!p:
|
|
@@!p:[Inetinfo_Debug_Svc_Remove]
|
|
@@!p:0=100=69|102=IISADMIN
|
|
@@!p:0=100=69|102=MSFTPSVC
|
|
@@!p:0=100=69|102=W3SVC
|
|
@@!p:;0=100=69|102=RPCSS
|
|
@@!p:;0=100=69|102=COMSYSAPP
|
|
@@!p:0=100=6|102=Inetinfo_Debug_Svc_UnSet_Inf
|
|
@@!p:[Inetinfo_Debug_Svc_UnSet_Inf]
|
|
@@!p:DelReg=Inetinfo_Debug_Svc_UnSet
|
|
@@!p:[Inetinfo_Debug_Svc_UnSet]
|
|
@@!p:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\inetinfo.exe"
|
|
@@!p:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\dllhost.exe"
|
|
@@!p:
|
|
@@!p:[Cleanup_PWS10_Counter_Dll_Chk1]
|
|
@@!p:; c:\webshare\scripts,c:\inetpub\scripts,\inetsrv\scripts
|
|
@@!p:0=100=39|101=%32772%\counter.dll|102=Microsoft PWS Counter Gateway|103=Cleanup_PWS10_Counter_Dll_Chk2
|
|
@@!p:[Cleanup_PWS10_Counter_Dll_Chk2]
|
|
@@!p:; check if version matches
|
|
@@!p:0=100=49|101=%32772%\counter.dll|102=">="|103=4.70.1086|104=Cleanup_PWS10_Counter_Dll_Remove
|
|
@@!p:[Cleanup_PWS10_Counter_Dll_Remove]
|
|
@@!p:; remove the file
|
|
@@!p:0=100=17|101=%32772%\counter.dll
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; Sections which are usually called from OC_COMPLETE_INSTALLATION for install
|
|
@@!p:; or from OC_ABOUT_TO_COMMIT_QUEUE for uninstall
|
|
@@!p:; =====================================================
|
|
@@!p:
|
|
@@!p:; -----------------------------------------
|
|
@@!p:;
|
|
@@!p:; Registration for the iis_common component
|
|
@@!p:;
|
|
@@!p:; -----------------------------------------
|
|
@@!p:[register_iis_common_1]
|
|
@@!p:0=100=5|102=register_iis_common_base
|
|
@@!p:
|
|
@@!p:[register_iis_common_1.UT_ANYUPGRADE]
|
|
@@!p:; remove old
|
|
@@!p:0=100=6|102=register_iis_common_old_inf
|
|
@@!p:0=100=24|101=inetins.exe,pws.exe|102=0
|
|
@@!p:0=100=5|102=Cleanup_PWS10_Counter_Dll_Chk1
|
|
@@!p:; do fresh
|
|
@@!p:0=100=5|102=register_iis_common_base
|
|
@@!p:
|
|
@@!p:[register_iis_common_base]
|
|
@@!p:0=100=55|102=IISADMIN
|
|
@@!p:0=100=86
|
|
@@!p:0=100=6|102=register_iis_common_inf
|
|
@@!p:0=100=86
|
|
@@!p:0=100=6|102=register_iis_common_dlls
|
|
@@!p:0=100=6|102=register_iis_common_dlls_wow64|702=2
|
|
@@!p:0=100=86
|
|
@@!p:0=100=6|102=register_iis_common_srv_dlls
|
|
@@!p:0=100=86
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|104=Wolfpack_Register|701=5
|
|
@@!p:0=100=86
|
|
@@!p:0=100=5|102=iis_compile_wmi
|
|
@@!p:0=100=86
|
|
@@!p:
|
|
@@!p:[iis_compile_wmi]
|
|
@@!p:0=100=103|101=%11%\wbem\iiswmi.mof|801=1
|
|
@@!p:
|
|
@@!p:[iis_compile_wmi.GUIMODE]
|
|
@@!p:0=100=90|101=34102|102={iiswmidomofcomp}
|
|
@@!p:
|
|
@@!p:[iis_compile_wmi_method1]
|
|
@@!p:0=100=2|101=%32768%\iiswmi.dll|102=DoMofComp|801=1
|
|
@@!p:
|
|
@@!p:[register_iis_common_dlls]
|
|
@@!p:RegisterDlls=register_iis_common_dlls_values
|
|
@@!p:; Syntax:
|
|
@@!p:; <dirid>,<subdir>,<filename>,<registration flags>,<optional timeout>,<arguments>
|
|
@@!p:;
|
|
@@!p:;<dirid> supplies the base directory id of the file.
|
|
@@!p:;
|
|
@@!p:;<subdir> if specified, specifies the subdir from the base directory
|
|
@@!p:; where the file resides
|
|
@@!p:;
|
|
@@!p:;<filename> specifies the name of the file to be registered
|
|
@@!p:;
|
|
@@!p:;<registration flags> specifies the registration action to be taken
|
|
@@!p:;
|
|
@@!p:; FLG_REGSVR_DLLREGISTER ( 0x00000001 )
|
|
@@!p:; FLG_REGSVR_DLLINSTALL ( 0x00000002 )
|
|
@@!p:;
|
|
@@!p:;<optional timeout> specifies how long to wait for the registration to
|
|
@@!p:; complete. if not specified, use the default timeout
|
|
@@!p:; (default is 60 seconds), field is in seconds
|
|
@@!p:;
|
|
@@!p:;<arguments> if specified, contains the cmdline to pass to an executable
|
|
@@!p:; if we're not handling an EXE, this argument is ignored
|
|
@@!p:[register_iis_common_dlls_values]
|
|
@@!p:11,inetsrv,coadmin.dll,1
|
|
@@!p:11,,admwprox.dll,1
|
|
@s:11,inetsrv,iisclex4.dll,1
|
|
@@!p:11,inetsrv,adsiis.dll,1
|
|
@@!p:11,inetsrv,iisext.dll,1
|
|
@@!p:11,,wamregps.dll,1
|
|
@@!p:11,inetsrv,smtpadm.dll,1
|
|
@@!p:11,inetsrv,seo.dll,1
|
|
@@!p:11,inetsrv,nntpadm.dll,1
|
|
@@!p:
|
|
@@!p:[register_iis_common_dlls_wow64]
|
|
@@!p:RegisterDlls=register_iis_common_dlls_wow64_values
|
|
@@!p:[unregister_iis_common_dlls_wow64]
|
|
@@!p:UnregisterDlls=register_iis_common_dlls_wow64_values
|
|
@@!p:
|
|
@@!p:[register_iis_common_dlls_wow64_values]
|
|
@@!p:16425,,admwprox.dll,1
|
|
@@!p:16425,inetsrv,adsiis.dll,1
|
|
@@!p:16425,inetsrv,iisext.dll,1
|
|
@@!p:16425,,wamregps.dll,1
|
|
@@!p:
|
|
@@!p:[register_iis_common_srv_dlls]
|
|
@@!p:RegisterDlls=register_iis_common_srv_dlls_values
|
|
@@!p:[register_iis_common_srv_dlls_values]
|
|
@@!p:11,inetsrv,iiswmi.dll,1
|
|
@@!p:
|
|
@@!p:[Wolfpack_Register]
|
|
@@!p:; clusiis4 should be installed by cluster server
|
|
@@!p:;0=100=64|101=IIS Server Instance|102=IIS Server Instance|103=%32768%\clusiis4.dll|104=%32768%\clusiis4.dll|703=1
|
|
@@!p:;0=100=6|102=clusiis4_eventlog_add_inf
|
|
@@!p:;no more for iis6
|
|
@@!p:;0=100=2|101=%32768%\iisclex4.dll|102=DllRegisterServer|703=1|801=1
|
|
@@!p:
|
|
@@!p:[clusiis4_eventlog_add_inf]
|
|
@@!p:AddReg=clusiis4_eventlog_add_Values
|
|
@@!p:[clusiis4_eventlog_add_Values]
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\CLUSIIS4","EventMessageFile",%REG_EXPAND_SZ%,%32768%\clusiis4.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\CLUSIIS4","TypesSupported",%REG_DWORD%,0x7
|
|
@@!p:
|
|
@@!p:[Wolfpack_UnRegister]
|
|
@@!p:; no more for iis6
|
|
@@!p:;0=100=2|101=%32768%\iisclex4.dll|102=DllUnregisterServer|703=1|801=1
|
|
@@!p:; clusiis4 should be removed by cluster server
|
|
@@!p:;0=100=65|101=IIS Server Instance|102=%32768%\iisclex4.dll|703=1
|
|
@@!p:;0=100=6|102=clusiis4_eventlog_remove_inf
|
|
@@!p:
|
|
@@!p:[clusiis4_eventlog_remove_inf]
|
|
@@!p:DelReg=clusiis4_eventlog_remove_Values
|
|
@@!p:[clusiis4_eventlog_remove_Values]
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\CLUSIIS4"
|
|
@@!p:[register_iis_common_inf]
|
|
@@!p:AddReg=register_iis_common_values
|
|
@@!p:[register_iis_common_values]
|
|
@@!p:HKLM,%REG_INETSTP%,"MajorVersion",%REG_DWORD%,0x%REG_VERSION_MAJOR%
|
|
@@!p:HKLM,%REG_INETSTP%,"MinorVersion",%REG_DWORD%,0x%REG_VERSION_MINOR%
|
|
@@!p:HKLM,%REG_INETSTP%,"InstallPath",%REG_SZ%,"%32768%"
|
|
@@!p:HKLM,%REG_INETSTP%,"SetupString",%REG_SZ%,"%REG_VERSION_SETUPSTRING%"
|
|
@@!p:HKLM,%REG_INETSTP%,"VersionString",%REG_SZ%,"%REG_VERSION_VERSIONSTRING%"
|
|
@@!p:HKLM,%REG_INETSTP%,"ProductString",%REG_SZ%,"%REG_VERSION_PRODUCTSTRING%"
|
|
@@!p:HKLM,%REG_INETSTP%,"IISProgramGroup",%REG_SZ%,"%REG_VERSION_PRODUCTGROUPSTRING%"
|
|
@@!p:; event log
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\IISMAP","EventMessageFile",%REG_EXPAND_SZ%,%11%\iismap.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\IISMAP","TypesSupported",%REG_DWORD%,0x7
|
|
@@!p:; wmi entries
|
|
@@!p:HKLM,Software\Microsoft\WBEM\CIMOM,"Autorecover MOFs",%REG_MULTI_SZ_APPEND%,%11%\wbem\iiswmi.mof
|
|
@@!p:;HKLM,Software\Microsoft\WBEM\CIMOM,"Autorecover MOFs",%REG_MULTI_SZ_APPEND%,%11%\wbem\iiswmi.mfl
|
|
@@!p:
|
|
@@!p:[register_iis_common_old_inf]
|
|
@@!p:DelReg=register_iis_common_values_old
|
|
@@!p:[register_iis_common_values_old]
|
|
@@!p:HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\MSIIS
|
|
@@!p:HKLM,%REG_INETSTP%,"NTProgramGroup"
|
|
@@!p:HKLM,%REG_INETSTP%,"ProgramFilesPath"
|
|
@@!p:HKLM,%REG_INETSTP%,"SetupID"
|
|
@@!p:HKLM,%REG_INETSTP%,"SrcDir"
|
|
@@!p:
|
|
@@!p:; -----------------------------------------
|
|
@@!p:;
|
|
@@!p:; Registration for the iis_core component (iisadmin)
|
|
@@!p:;
|
|
@@!p:; -----------------------------------------
|
|
@@!p:[register_iis_core_1]
|
|
@@!p:0=100=5|102=register_iis_core_base
|
|
@@!p:0=100=5|102=register_iis_core_dcom
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|103=register_iis_core_dcom_6
|
|
@@!p:0=100=5|102=register_iis_core_fillmetabase
|
|
@@!p:
|
|
@@!p:[register_iis_core_1.UT_ANYUPGRADE]
|
|
@@!p:0=100=5|102=register_iis_core_base
|
|
@@!p:0=100=5|102=register_iis_core_dcom
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|103=register_iis_core_dcom_6
|
|
@@!p:; check if we need to remove the schema node
|
|
@@!p:0=100=5|102=reg_iis_core_chk_del_schema_node
|
|
@@!p:0=100=5|102=CKYMunge_Filter_SP4_Fix
|
|
@@!p:0=100=5|102=register_iis_core_fillmetabase
|
|
@@!p:
|
|
@@!p:[register_iis_core_base]
|
|
@@!p:0=100=55|102=IISADMIN
|
|
@@!p:0=100=86
|
|
@@!p:0=100=6|102=register_iis_core_inf
|
|
@@!p:0=100=86
|
|
@@!p:0=100=6|102=register_iis_core_dlls
|
|
@@!p:0=100=86
|
|
@@!p:0=100=6|102=Create_Service_IISADMIN
|
|
@@!p:0=100=6|102=IISADMIN_BackCompat_Path
|
|
@@!p:; map service as inetinfo
|
|
@@!p:0=100=62|102=Microsoft Internet Information Server
|
|
@@!p:0=100=86
|
|
@@!p:; if variable set then debug service
|
|
@@!p:0=100=47|101=%34101%|102={1}|103=Inetinfo_Debug_Svc_Install
|
|
@@!p:0=100=14|101=%11%\Cache
|
|
@@!p:0=100=86
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|103=register_iis6_core_dlls
|
|
@@!p:0=100=42|101=%11%\IisScHlp.wsc|102=Register_IisScHlp_do
|
|
@@!p:0=100=17|101=%11%\Logfiles\DirMake.txt
|
|
@@!p:0=100=86
|
|
@@!p:0=100=119
|
|
@@!p:
|
|
@@!p:[register_iis6_core_dlls]
|
|
@@!p:0=100=42|101=%32768%\iiscfg.dll|102=Register_Catalog_do
|
|
@@!p:0=100=2|101=%32768%\certobj.dll|102=DllRegisterServer|801=1
|
|
@@!p:
|
|
@@!p:[register_iis_core_dcom]
|
|
@@!p:0=100=86
|
|
@@!p:[register_iis_core_dcom_6]
|
|
@@!p:; set dcom custom permissions for certobj
|
|
@@!p:0=100=74|101={62B8CCBE-5A45-4372-8C4A-6A87DD3EDD60}|102=%32800%\Administrators
|
|
@@!p:0=100=76|101={62B8CCBE-5A45-4372-8C4A-6A87DD3EDD60}|102=%32800%\Administrators
|
|
@@!p:
|
|
@@!p:[register_iis_core_fillmetabase]
|
|
@@!p:0=100=106|101=/|102=0x0
|
|
@@!p:0=100=86
|
|
@@!p:; Incase we are upgrading, lets start from scratch /logging/Custom Logging
|
|
@@!p:0=100=82|101=LM/Logging|102=Custom Logging
|
|
@@!p:0=100=2|101=%32768%\iislog.dll|102=DllRegisterServer|801=1
|
|
@@!p:0=100=86
|
|
@@!p:0=100=84|101=CORE_REG_IIS3_UPGRADE
|
|
@@!p:0=100=84|101=CORE_REG
|
|
@@!p:0=100=86
|
|
@@!p:0=100=6|102=register_iis_core_writemeta_dlls
|
|
@@!p:
|
|
@@!p:[register_iis_core_dlls]
|
|
@@!p:RegisterDlls = register_iis_core_dlls_Values
|
|
@@!p:[register_iis_core_dlls_Values]
|
|
@@!p:11,inetsrv,metadata.dll,1
|
|
@@!p:11,inetsrv,svcext.dll,1
|
|
@@!p:11,inetsrv,iscomlog.dll,1
|
|
@@!p:11,inetsrv,logscrpt.dll,1
|
|
@@!p:; 1st unlod then lod counters
|
|
@@!p:11,,unlodctr.exe,1,,"InetInfo"
|
|
@@!p:11,,lodctr.exe,1,,"infoctrs.ini"
|
|
@@!p:
|
|
@@!p:[register_iis_core_writemeta_dlls]
|
|
@@!p:RegisterDlls=register_iis_core_writemeta_dlls_values
|
|
@@!p:[register_iis_core_writemeta_dlls_values]
|
|
@@!p:11,inetsrv,logui.ocx,1
|
|
@@!p:
|
|
@@!p:[Create_Service_IISADMIN]
|
|
@@!p:AddService=IISADMIN,0x00000070,Create_Service_IISADMIN.AddService
|
|
@@!p:[Create_Service_IISADMIN.AddService]
|
|
@@!p:DisplayName = %DESC_SERVICE_IISADMIN%
|
|
@@!p:ServiceType = 0x00000020 ;SERVICE_WIN32_SHARE_PROCESS
|
|
@@!p:StartType = %SERVICE_AUTO_START%
|
|
@@!p:ErrorControl = 1 ;SERVICE_ERROR_NORMAL
|
|
@@!p:ServiceBinary = %32768%\inetinfo.exe
|
|
@@!p:StartName = LocalSystem
|
|
@@!p:Dependencies = RPCSS, SamSS
|
|
@@!p:Description = %DESC2_SERVICE_IISADMIN%
|
|
@@!p:
|
|
@@!p:[IISADMIN_BackCompat_Path]
|
|
@@!p:AddReg = IISADMIN_BackCompat_Path_inf
|
|
@@!p:[IISADMIN_BackCompat_Path_inf]
|
|
@@!p:HKLM,"System\CurrentControlSet\Services\IISAdmin","ImagePath",%REG_EXPAND_SZ%,%32768%\inetinfo.exe
|
|
@@!p:
|
|
@@!p:[Register_IisScHlp_do]
|
|
@@!p:0=100=6|102=Register_IisScHlp_inf
|
|
@@!p:;0=100=3|101=%11%\RegSvr32.exe|102=%11%\scrobj.dll /s /n /i:%11%\iisschlp.wsc|103=300
|
|
@@!p:[Register_IisScHlp_inf]
|
|
@@!p:AddReg = Register_IisScHlp_Values
|
|
@@!p:[Register_IisScHlp_Values]
|
|
@@!p:HKCR,CLSID\{BC47120F-1612-4CA5-A89F-FDFF76C28AB6},"",%REG_SZ%,"IIS Script Helper"
|
|
@@!p:HKCR,CLSID\{BC47120F-1612-4CA5-A89F-FDFF76C28AB6}\InprocServer32,"",%REG_SZ%,%11%\scrobj.dll
|
|
@@!p:HKCR,CLSID\{BC47120F-1612-4CA5-A89F-FDFF76C28AB6}\InprocServer32,"ThreadingModel",%REG_SZ%,"Apartment"
|
|
@@!p:HKCR,CLSID\{BC47120F-1612-4CA5-A89F-FDFF76C28AB6}\ProgID,"",%REG_SZ%,"Microsoft.IIsScriptHelper.1.0"
|
|
@@!p:HKCR,CLSID\{BC47120F-1612-4CA5-A89F-FDFF76C28AB6}\ScriptletURL,"",%REG_SZ%,"file://%11%\iisschlp.wsc"
|
|
@@!p:HKCR,CLSID\{BC47120F-1612-4CA5-A89F-FDFF76C28AB6}\VersionIndependentProgID,"",%REG_SZ%,"Microsoft.IIsScriptHelper"
|
|
@@!p:HKCR,Microsoft.IIsScriptHelper,"",%REG_SZ%,"IIS Script Helper"
|
|
@@!p:HKCR,Microsoft.IIsScriptHelper\CLSID,"",%REG_SZ%,"{BC47120F-1612-4CA5-A89F-FDFF76C28AB6}"
|
|
@@!p:HKCR,Microsoft.IIsScriptHelper.1.0,"",%REG_SZ%,"IIS Script Helper"
|
|
@@!p:HKCR,Microsoft.IIsScriptHelper.1.0\CLSID,"",%REG_SZ%,"{BC47120F-1612-4CA5-A89F-FDFF76C28AB6}"
|
|
@@!p:
|
|
@@!p:[Register_Catalog_do]
|
|
@@!p:0=100=6|102=Register_Catalog_inf
|
|
@@!p:[Register_Catalog_inf]
|
|
@@!p:AddReg = Register_Catalog_Values
|
|
@@!p:[Register_Catalog_Values]
|
|
@@!p:HKLM,"Software\Microsoft\Catalog42\IIS","Dll",%REG_SZ%,%32768%\iiscfg.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\IIS Config","CategoryCount",%REG_DWORD%,21
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\IIS Config","CategoryMessageFile",%REG_EXPAND_SZ%,%32768%\iiscfg.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\IIS Config","EventMessageFile",%REG_EXPAND_SZ%,%32768%\iiscfg.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\IIS Config","ParameterMessageFile",%REG_EXPAND_SZ%,%32768%\iiscfg.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\IIS Config","TypesSupported",%REG_DWORD%,0X7
|
|
@@!p:
|
|
@@!p:[register_iis_core_inf]
|
|
@@!p:AddReg=register_iis_core_values
|
|
@@!p:[register_iis_core_values]
|
|
@@!p:HKCR,"LICENSES\CEDD4F80-B43C-11cf-837C-00AA00573EDE","",FLG_ADDREG_TYPE_SZ,"gxwaezucfyqpwjgqbcmtsncuhwsnyhiohwxz"
|
|
@@!p:; make metabase change it's internal version
|
|
@@!p:HKLM,%REG_INETSTP%,"MetabaseSetMajorVersion",%REG_DWORD%,0x%REG_METABASE_VERSION_MAJOR%
|
|
@@!p:HKLM,%REG_INETSTP%,"MetabaseSetMinorVersion",%REG_DWORD%,0x%REG_METABASE_VERSION_MINOR%
|
|
@@!p:HKLM,%REG_SVCS_INETINFO%\Parameters,"ListenBackLog",%REG_DWORD_NOCLOBBER%,25
|
|
@@!p:; Event log
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\IISADMIN","EventMessageFile",%REG_EXPAND_SZ%,%32768%\svcext.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\IISADMIN","TypesSupported",%REG_DWORD%,0xf
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\IISLOG","EventMessageFile",%REG_EXPAND_SZ%,%32768%\iscomlog.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\IISLOG","TypesSupported",%REG_DWORD%,0x0
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\IISInfoCtrs","EventMessageFile",%REG_EXPAND_SZ%,%11%\infoctrs.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\IISInfoCtrs","TypesSupported",%REG_DWORD%,0x7
|
|
@@!p:; perf
|
|
@@!p:HKLM,"%REG_SVCS_INETINFO%\Performance","Library",%REG_SZ%,"infoctrs.dll"
|
|
@@!p:HKLM,"%REG_SVCS_INETINFO%\Performance","Open",%REG_SZ%,"OpenINFOPerformanceData"
|
|
@@!p:HKLM,"%REG_SVCS_INETINFO%\Performance","Close",%REG_SZ%,"CloseINFOPerformanceData"
|
|
@@!p:HKLM,"%REG_SVCS_INETINFO%\Performance","Collect",%REG_SZ%,"CollectINFOPerformanceData"
|
|
@@!p:
|
|
@@!p:[CKYMunge_Filter_SP4_Fix]
|
|
@@!p:; if EnableChunkedEncoding=0 then set the Metabase value
|
|
@@!p:0=100=43|101=HKLM|102=System\CurrentControlSet\Services\W3SVC\ASP\Parameters\EnableChunkedEncoding|103=0|104=CKYMunge_Filter_SP4_Fix_True
|
|
@@!p:[CKYMunge_Filter_SP4_Fix_True]
|
|
@@!p:0=100=84|101=CKYMunge_Filter_SP4_Fix_Metabase
|
|
@@!p:[CKYMunge_Filter_SP4_Fix_Metabase]
|
|
@@!p:1 0 HKLM System\CurrentControlSet\Services\W3SVC\Parameters AspEnableChunkedEncoding LM/W3SVC 7022 0x1 2 1 4 0x0
|
|
@@!p:
|
|
@@!p:[reg_iis_core_chk_del_schema_node.UT_40]
|
|
@@!p:0=100=82|101=/|102=SCHEMA
|
|
@@!p:[reg_iis_core_chk_del_schema_node]
|
|
@@!p:; Don't erase the schema
|
|
@@!p:0=100=86
|
|
@@!p:
|
|
@@!p:[register_iis_core_after]
|
|
@@!p:0=100=89
|
|
@@!p:
|
|
@@!p:; -----------------------------------------
|
|
@@!p:;
|
|
@@!p:; Registration for the iis_www component
|
|
@@!p:;
|
|
@@!p:; -----------------------------------------
|
|
@@!p:[register_iis_www_1]
|
|
@@!p:0=100=5|102=register_iis_www_base
|
|
@@!p:0=100=5|102=register_iis_www_dcom
|
|
@@!p:0=100=5|102=register_iis_www_fillmetabase
|
|
@@!p:0=100=5|102=register_iis_www_setuploggingflag
|
|
@@!p:
|
|
@@!p:[register_iis_www_setuploggingflag.UT_ANYUPGRADE]
|
|
@@!p:0=100=35|101=LM/W3SVC|102=0xFAD|103=0x1|104=0x2187CF|105=1
|
|
@@!p:
|
|
@@!p:; For fresh install, set win32 status flag
|
|
@@!p:[register_iis_www_setuploggingflag]
|
|
@@!p:0=100=35|101=LM/W3SVC|102=0xFAD|103=0x1|104=0x218FCF|105=1
|
|
@@!p:
|
|
@@!p:[register_iis_www_1.UT_ANYUPGRADE]
|
|
@@!p:; remove old iis registry values
|
|
@@!p:0=100=6|102=register_iis_www_old_inf
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|103=Remove_Filters_IIS6
|
|
@@!p:; rename gzip to make sure it's lowercased for iis6
|
|
@@!p:0=100=114|101=LM/W3SVC/Filters/Compression|102=Gzip|103=Gzipoldvlz
|
|
@@!p:0=100=114|101=LM/W3SVC/Filters/Compression|102=Gzipoldvlz|103=gzip
|
|
@@!p:0=100=114|101=LM/W3SVC/Filters/Compression|102=Deflate|103=Deflateoldvlz
|
|
@@!p:0=100=114|101=LM/W3SVC/Filters/Compression|102=Deflateoldvlz|103=deflate
|
|
@@!p:; remove old iis4 help dir
|
|
@@!p:0=100=18|101=%18%\Common
|
|
@@!p:; do fresh
|
|
@@!p:0=100=5|102=register_iis_www_base
|
|
@@!p:0=100=5|102=register_iis_www_dcom
|
|
@@!p:0=100=5|102=register_iis_www_fillmetabase
|
|
@@!p:; Move MyInfo.xml to new iis location
|
|
@@!p:0=100=38|101=%32768%\MyInfo.xml|102=%32768%\Data\MyInfo.xml|103=1
|
|
@@!p:0=100=38|101=%32774%\MyInfo.xml|102=%32768%\Data\MyInfo.xml|103=1
|
|
@@!p:
|
|
@@!p:[Remove_Filters_IIS6]
|
|
@@!p:0=100=102|101=iis6_KnownIncompatibleFilters|102=1
|
|
@@!p:0=100=102|101=iis6_NowInternalFilters|102=0
|
|
@@!p:
|
|
@@!p:[register_iis_www_base]
|
|
@@!p:0=100=86
|
|
@@!p:0=100=86
|
|
@@!p:0=100=6|102=register_iis_www_inf
|
|
@@!p:0=100=86
|
|
@@!p:0=100=6|102=register_iis_www_inf_srv
|
|
@@!p:0=100=86
|
|
@@!p:0=100=70|102=%33002%
|
|
@@!p:;0=100=72|102=%33002%
|
|
@@!p:0=100=70|102=%33001%
|
|
@@!p:;0=100=72|102=%33001%
|
|
@@!p:0=100=86
|
|
@@!p:0=100=55|102=W3SVC
|
|
@@!p:0=100=86
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|103=Create_Service_W3SVC_IIS6
|
|
@@!p:; map service as http
|
|
@@!p:0=100=56|102=w3svc
|
|
@@!p:; if variable set then debug service
|
|
@@!p:0=100=47|101=%34101%|102={1}|103=Inetinfo_Debug_Svc_Install
|
|
@@!p:0=100=86
|
|
@@!p:0=100=2|101=%11%\Aspperf.dll|102=RegisterAXS|801=1
|
|
@@!p:0=100=6|102=register_iis_www_dlls
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|103=register_iis6_www_dlls_do
|
|
@@!p:0=100=86
|
|
@@!p:
|
|
@@!p:[register_iis_www_dcom]
|
|
@@!p:; create iis_wpg group only on iis6
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|103=register_iis6_www_wpg
|
|
@@!p:; set custom dcom permissions for WamAdmin
|
|
@@!p:0=100=74|101={61738644-F196-11D0-9953-00C04FD919C1}|102=%32800%\Administrators|104=0
|
|
@@!p:0=100=86
|
|
@@!p:; set custom dcom permissions for mdm.exe
|
|
@@!p:0=100=74|101={9209B1A6-964A-11D0-9372-00A0C9034910}|102=%33001%
|
|
@@!p:0=100=76|101={9209B1A6-964A-11D0-9372-00A0C9034910}|102=%33001%
|
|
@@!p:; set custom dcom access permissions for microsoft scripts debugger
|
|
@@!p:0=100=76|101={A87F84D0-7A74-11D0-B216-080000185165}|102=%33001%
|
|
@@!p:0=100=86
|
|
@@!p:; create directories
|
|
@@!p:0=100=14|101=%32770%
|
|
@@!p:0=100=78|101=%18%\iisHelp\common
|
|
@@!p:;0=100=14|101=%32768%\Data
|
|
@@!p:;0=100=34|101=%32768%\Data|102=Everyone
|
|
@@!p:0=100=86
|
|
@@!p:
|
|
@@!p:[register_iis_www_fillmetabase]
|
|
@@!p:; need to stop\start iisadmin to pickup WamAdmin metabase extension IISADMIN/EXTENSIONS/DCOMCLSIDS
|
|
@@!p:0=100=55|102=IISADMIN
|
|
@@!p:0=100=54|102=IISADMIN
|
|
@@!p:0=100=86
|
|
@@!p:; The new way. Passing in handle to iis.dll so that wamreg can log to iisx.log
|
|
@@!p:0=100=1|101=%32768%\wamreg.dll|102=InstallWam|103=1
|
|
@@!p:; The seperate process way. This way if CreateIISPackage get's stuck all they have to do is kill the RunDll32 process
|
|
@@!p:; don't use this way because if it fails it will display a popup in silent mode
|
|
@@!p:;0=100=3|101=%11%\RunDll32.exe|102=%32768%\wamreg.dll,CreateIISPackage|801=1
|
|
@@!p:; Create Base Metabase entries
|
|
@@!p:; upgrade www (unexpressable in inf file)
|
|
@@!p:0=100=108
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|103=FillMetabase_iis6
|
|
@@!p:0=100=86
|
|
@@!p:0=100=5|102=SNMP_W3SVC_chk_cleanup
|
|
@@!p:0=100=86
|
|
@@!p:
|
|
@@!p:[register_iis6_www_wpg]
|
|
@@!p:; Create group
|
|
@@!p:0=100=105|101=IIS_WPG|102=%DESC_IIS_WPG%|103=1|104=1
|
|
@@!p:0=100=110|101=IIS_WPG|102=1
|
|
@@!p:0=100=112|101=IIS_WPG|102=%33001%|103=1
|
|
@@!p:; change permissions in metabase
|
|
@@!p:0=100=111|101=/|102=Administrators|103=0x400ab
|
|
@@!p:0=100=111|101=/|102=IIS_WPG|103=0x89
|
|
@*:
|
|
@*: For IIS6, add NetworkService and LocalSerivce to the root of the metabase for DC's
|
|
@*:
|
|
@@!p:0=100=111|101=/|102=NetworkService|103=0x89
|
|
@@!p:0=100=111|101=/|102=Local Service|103=0x89
|
|
@*: Reset the logging acl, since we would have changed it
|
|
@@!p:0=100=106|101=/LM/Logging|102=0x0
|
|
@@!p:0=100=106|101=/LM/W3SVC/AppPools|102=0x0
|
|
@@!p:0=100=111|101=/LM/W3SVC/AppPools|102=Administrators|103=0x400ab
|
|
@@!p:0=100=111|101=/LM/W3SVC/AppPools|102=IIS_WPG|103=0x80
|
|
@@!p:0=100=111|101=/LM/W3SVC/AppPools|102=NetworkService|103=0x80
|
|
@@!p:0=100=111|101=/LM/W3SVC/AppPools|102=Local Service|103=0x80
|
|
@@!p:0=100=106|101=/LM/W3SVC/Info|102=0x0
|
|
@@!p:; change permissions on registry,read
|
|
@@!p:0=100=113|101=HKLM|102=%REG_SVCS_W3SVC%|103=IIS_wPG|104=0x80000000|105=Security
|
|
@*:;0=100=113|101=HKLM|102=%REG_SVCS_W3SVC%|103=NetworkService|104=0x80000000|105=Security
|
|
@*:;0=100=113|101=HKLM|102=%REG_SVCS_W3SVC%|103=Local Service|104=0x80000000|105=Security
|
|
@@!p:0=100=113|101=HKLM|102=%REG_SVCS_INETINFO%|103=IIS_wPG|104=0x80000000|105=Security
|
|
@*:;0=100=113|101=HKLM|102=%REG_SVCS_INETINFO%|103=NetworkService|104=0x80000000|105=Security
|
|
@*:;0=100=113|101=HKLM|102=%REG_SVCS_INETINFO%|103=Local Service|104=0x80000000|105=Security
|
|
@@!p:0=100=113|101=HKLM|102=%REG_SVCS_HTTP%|103=IIS_wPG|104=0x80000000|105=Security
|
|
@*:;0=100=113|101=HKLM|102=%REG_SVCS_HTTP%|103=NetworkService|104=0x80000000|105=Security
|
|
@*:;0=100=113|101=HKLM|102=%REG_SVCS_HTTP%|103=Local Service|104=0x80000000|105=Security
|
|
@@!p:0=100=113|101=HKLM|102=%REG_SVCS_ASP%|103=IIS_wPG|104=0x80000000|105=Security
|
|
@*:;0=100=113|101=HKLM|102=%REG_SVCS_ASP%|103=NetworkService|104=0x80000000|105=Security
|
|
@*:;0=100=113|101=HKLM|102=%REG_SVCS_ASP%|103=Local Service|104=0x80000000|105=Security
|
|
@@!p:0=100=113|101=HKLM|102=%REG_PASSPORT%|103=IIS_wPG|104=0x80000000
|
|
@@!p:; create temp dir if not there yet
|
|
@@!p:0=100=14|101=%10%\IIS Temporary Compressed Files
|
|
@@!p:
|
|
@@!p:[FillMetabase_iis6]
|
|
@@!p:; upgrade filters
|
|
@@!p:0=100=109|101=IIS6_Filters_SRV
|
|
@@!p:0=100=86
|
|
@@!p:0=100=84|101=WWW_REG_IIS3_UPGRADE
|
|
@@!p:0=100=84|101=IIS6_WWW_REG
|
|
@@!p:0=100=84|101=IIS6_WWW_REG_DEL
|
|
@@!p:0=100=82|101=LM/W3SVC/Filters|102=sspifilt
|
|
@@!p:0=100=82|101=LM/W3SVC/Filters|102=md5filt
|
|
@@!p:0=100=82|101=LM/W3SVC/Filters|102=pwsdata
|
|
@@!p:0=100=84|101=IIS6_WWW_REG_WKS|701=2
|
|
@@!p:0=100=84|101=IIS6_WWW_REG_SRV|701=5
|
|
@@!p:0=100=84|101=WWW_REG_OTHER
|
|
@@!p:0=100=84|101=WWW_SCRIPTS_DEBUGGER_DISABLE
|
|
@@!p:0=100=86
|
|
@@!p:0=100=106|101=/LM/W3SVC/Filters|102=0x0
|
|
@@!p:0=100=111|101=/LM/W3SVC/Filters|102=Administrators|103=0x400ab
|
|
@@!p:0=100=111|101=/LM/W3SVC/Filters|102=IIS_WPG|103=0x8B
|
|
@@!p:0=100=111|101=/LM/W3SVC/Filters|102=NetworkService|103=0x8B
|
|
@@!p:0=100=111|101=/LM/W3SVC/Filters|102=Local Service|103=0x8B
|
|
@@!p:0=100=6|102=register_iis_www_writemeta_dlls
|
|
@@!p:
|
|
@@!p:[register_iis_www_after]
|
|
@@!p:0=100=89
|
|
@@!p:
|
|
@@!p:[register_iis_www_dlls]
|
|
@@!p:RegisterDlls=register_iis_www_dlls_Values
|
|
@@!p:[register_iis_www_dlls_Values]
|
|
@@!p:; 1st unlod then lod counters
|
|
@@!p:11,,unlodctr.exe,1,,"w3svc"
|
|
@@!p:11,,lodctr.exe,1,,"w3ctrs.ini"
|
|
@@!p:11,,unlodctr.exe,1,,"ASP"
|
|
@@!p:11,,lodctr.exe,1,,"axperf.ini"
|
|
@@!p:11,inetsrv,davcprox.dll,1
|
|
@@!p:11,inetsrv,wamreg.dll,1
|
|
@@!p:11,inetsrv,wamps.dll,1
|
|
@@!p:11,inetsrv,w3ext.dll,1
|
|
@@!p:11,inetsrv,adrot.dll,1
|
|
@@!p:11,inetsrv,browscap.dll,1
|
|
@@!p:11,inetsrv,nextlink.dll,1
|
|
@@!p:11,inetsrv,ContRot.dll,1
|
|
@@!p:
|
|
@@!p:[register_iis6_www_dlls_do]
|
|
@@!p:0=100=6|102=register_iis6_www_dlls
|
|
@@!p:
|
|
@@!p:[register_iis6_www_dlls]
|
|
@@!p:RegisterDlls=register_iis6_www_dlls_Values
|
|
@@!p:[register_iis6_www_dlls_Values]
|
|
@@!p:11,inetsrv,iisw3adm.dll,1
|
|
@@!p:11,inetsrv,isapips.dll,1
|
|
@@!p:
|
|
@@!p:[register_iis_www_writemeta_dlls]
|
|
@@!p:RegisterDlls=register_iis_www_writemeta_dlls_values
|
|
@@!p:[register_iis_www_writemeta_dlls_values]
|
|
@@!p:; 1st unlod then lod counters
|
|
@@!p:11,inetsrv,asp.dll,1
|
|
@@!p:11,inetsrv,logui.ocx,1
|
|
@@!p:11,inetsrv,davcdata.exe,1,,"/RegServer"
|
|
@@!p:
|
|
@@!p:[Create_Service_W3SVC_IIS6]
|
|
@@!p:0=100=6|102=Create_Service_W3SSL
|
|
@*: // On upgrade we need to make sure that we delete the old eventmessage registry entries
|
|
@@!p:IsUpgrade(1|6)?Registry_DeleteKey(HKLM|%REG_EVENTLOG%\System|WAS)
|
|
@@!p:IsUpgrade(1|6)?Registry_DeleteKey(HKLM|%REG_EVENTLOG%\Application|W3SVC)
|
|
@@!p:0=100=6|102=Create_Service_W3SVC6
|
|
@@!p:; set UTF8 regkeys
|
|
@@!p:0=100=5|102=register_iis_www_lang_6
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:[Create_Service_W3SVC6]
|
|
@@!p:AddService=w3svc,0x00000070,Create_Service_W3SVC6.AddService
|
|
@@!p:[Create_Service_W3SVC6.AddService]
|
|
@@!p:DisplayName = %DESC_SERVICE_W3SVC%
|
|
@@!p:ServiceType = 0x00000020 ;SERVICE_WIN32_SHARE_PROCESS
|
|
@@!p:StartType = %SERVICE_AUTO_START%
|
|
@@!p:ErrorControl = 1 ;SERVICE_ERROR_NORMAL
|
|
@@!p:ServiceBinary = "%SystemRoot%\System32\svchost.exe -k iissvcs"
|
|
@@!p:StartName = LocalSystem
|
|
@@!p:Dependencies = RPCSS,HTTPFilter,IISADMIN
|
|
@@!p:Description = %DESC2_SERVICE_W3SVC%
|
|
@@!p:AddReg = Create_Service_W3SVC6_values
|
|
@@!p:
|
|
@@!p:[register_iis_www_lang_6]
|
|
@@!p:; 1252 and mui
|
|
@@!p:0=100=5|102=UTF8_51_del
|
|
@@!p:
|
|
@@!p:[register_iis_www_lang_51]
|
|
@@!p:0=100=5|102=UTF8_51_off
|
|
@@!p:; Korean
|
|
@@!p:;0=100=48|101=0x412|102=UTF8_51_on
|
|
@@!p:; Chinese
|
|
@@!p:;0=100=48|101=0x404|102=UTF8_51_on
|
|
@@!p:;0=100=48|101=0x804|102=UTF8_51_on
|
|
@@!p:;0=100=48|101=0xc04|102=UTF8_51_on
|
|
@@!p:;0=100=48|101=0x1004|102=UTF8_51_on
|
|
@@!p:
|
|
@@!p:[UTF8_51_on]
|
|
@@!p:0=100=6|102=UTF8_51_inf_on
|
|
@@!p:[UTF8_51_inf_on]
|
|
@@!p:AddReg=UTF8_51_values_on
|
|
@@!p:
|
|
@@!p:[UTF8_51_off]
|
|
@@!p:0=100=6|102=UTF8_51_inf_off
|
|
@@!p:[UTF8_51_inf_off]
|
|
@@!p:AddReg=UTF8_51_values_off
|
|
@@!p:
|
|
@@!p:[UTF8_51_del]
|
|
@@!p:0=100=6|102=UTF8_51_inf_del
|
|
@@!p:[UTF8_51_inf_del]
|
|
@@!p:DelReg=UTF8_51_values_del
|
|
@@!p:
|
|
@@!p:[UTF8_51_values_on]
|
|
@@!p:HKLM,System\CurrentControlSet\Services\InetInfo\Parameters,"FavorDBCS",0x00010001,0x1
|
|
@@!p:[UTF8_51_values_off]
|
|
@@!p:HKLM,System\CurrentControlSet\Services\InetInfo\Parameters,"FavorDBCS",%REG_DWORD%,0x0
|
|
@@!p:[UTF8_51_values_del]
|
|
@@!p:HKLM,System\CurrentControlSet\Services\InetInfo\Parameters,"FavorDBCS"
|
|
@@!p:
|
|
@@!p:[Create_Service_W3SVC6_values]
|
|
@@!p:; event log
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\W3Ctrs","EventMessageFile",%REG_EXPAND_SZ%,%32768%\iisres.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\W3Ctrs","TypesSupported",%REG_DWORD%,0x7
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\W3SVC","EventMessageFile",%REG_EXPAND_SZ%,%32768%\iisres.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\W3SVC","TypesSupported",%REG_DWORD_NOCLOBBER%,0x00000007
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\W3SVC-WP","EventMessageFile",%REG_EXPAND_SZ%,%32768%\iisres.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\W3SVC-WP","TypesSupported",%REG_DWORD%,0x00000007
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\WAM","EventMessageFile",%REG_EXPAND_SZ%,%32768%\wam.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\WAM","TypesSupported",%REG_DWORD%,0x0
|
|
@@!p:; perf
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Performance","Library",%REG_SZ%,"%32768%\w3ctrs.dll"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Performance","Open",%REG_SZ%,"OpenW3PerformanceData"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Performance","Close",%REG_SZ%,"CloseW3PerformanceData"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Performance","Collect",%REG_SZ%,"CollectW3PerformanceData"
|
|
@@!p:; svchost stuff
|
|
@@!p:HKLM,Software\Microsoft\Windows NT\CurrentVersion\Svchost,"iissvcs",%REG_MULTI_SZ%,"w3svc"
|
|
@@!p:HKLM,Software\Microsoft\Windows NT\CurrentVersion\Svchost\iissvcs,"CoInitializeSecurityParam",%REG_DWORD_NOCLOBBER%,0x00000001
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\Parameters,"ServiceDll",%REG_EXPAND_SZ%,%32768%\iisw3adm.dll
|
|
@@!p:
|
|
@@!p:[register_iis_www_inf]
|
|
@@!p:AddReg=register_iis_www_values
|
|
@@!p:[register_iis_www_values]
|
|
@@!p:HKLM,%REG_INETSTP%,"PathWWWRoot",%REG_SZ%,"%32770%"
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\Parameters,"MajorVersion",%REG_DWORD%,0x%REG_VERSION_MAJOR%
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\Parameters,"MinorVersion",%REG_DWORD%,0x%REG_VERSION_MINOR%
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\Parameters,"InstallPath",%REG_SZ%,"%32768%"
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\Parameters,"AccessDeniedMessage",%REG_SZ%,%ACCESS_DENIED_MSG%
|
|
@@!p:; add oleauto stuff for asp.dll
|
|
@@!p:HKCR,CLSID\{00020424-0000-0000-C000-000000000046},"PSOAInterface",%REG_SZ%,""
|
|
@@!p:HKCR,CLSID\{00020424-0000-0000-C000-000000000046}\InprocServer,"ole2disp.dll",%REG_SZ%,""
|
|
@@!p:HKCR,CLSID\{00020424-0000-0000-C000-000000000046}\InprocServer32,"oleaut32.dll",%REG_SZ%,""
|
|
@@!p:HKCR,CLSID\{00020424-0000-0000-C000-000000000046}\InprocServer32,"ThreadingModel",%REG_SZ%,"Both"
|
|
@@!p:
|
|
@@!p:[register_iis_www_inf_srv]
|
|
@@!p:AddReg=register_iis_www_values_srv
|
|
@@!p:[register_iis_www_values_srv]
|
|
@@!p:; Set only on Server
|
|
@@!p:HKLM,"System\CurrentControlSet\Services\LicenseService\FilePrint\IIS"
|
|
@@!p:
|
|
@@!p:[register_iis_www_old_inf]
|
|
@@!p:DelReg=register_iis_www_values_old
|
|
@@!p:[register_iis_www_values_old]
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\Parameters,"SecurePort"
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\Parameters,"ServerAsProxy"
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\Parameters,"AdminName"
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\Parameters,"AdminEmail"
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\Parameters,"CheckForWAISDB"
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\Parameters,"ServerSideIncludesEnabled"
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\Parameters,"ServerSideIncludesExtension"
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\Parameters,"DebugFlags"
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\HTMLA
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\W3SAMP
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\SetupInfo
|
|
@@!p:
|
|
@@!p:; -----------------------------------------
|
|
@@!p:;
|
|
@@!p:; Registration for the iis_ftp component
|
|
@@!p:;
|
|
@@!p:; -----------------------------------------
|
|
@@!p:[register_iis_ftp_1]
|
|
@@!p:0=100=5|102=register_iis_ftp_base
|
|
@@!p:0=100=5|102=register_iis_ftp_fillmetabase
|
|
@@!p:
|
|
@@!p:[register_iis_ftp_1.UT_ANYUPGRADE]
|
|
@@!p:0=100=6|102=register_iis_ftp_old_inf
|
|
@@!p:0=100=5|102=register_iis_ftp_base
|
|
@@!p:0=100=5|102=register_iis_ftp_fillmetabase
|
|
@@!p:
|
|
@@!p:[register_iis_ftp_base]
|
|
@@!p:0=100=55|102=MSFTPSVC
|
|
@@!p:0=Registry_MoveValue(HKLM|%REG_SVCS_MSFTPSVC%\Parameters|EnablePortAttack|HKLM|%REG_SVCS_MSFTPSVC%\Parameters|EnableDataConnTo3rdIP)
|
|
@@!p:0=Registry_MoveValue(HKLM|%REG_SVCS_MSFTPSVC%\Parameters|EnablePasvTheft|HKLM|%REG_SVCS_MSFTPSVC%\Parameters|EnablePasvConnFrom3rdIP)
|
|
@@!p:0=100=86
|
|
@@!p:0=100=6|102=register_iis_ftp_inf
|
|
@@!p:0=100=86
|
|
@@!p:0=100=6|102=Create_Service_MSFTPSVC
|
|
@@!p:; map service as ftp
|
|
@@!p:0=100=58|102=MSFTPSVC
|
|
@@!p:0=100=86
|
|
@@!p:; if variable set then debug service
|
|
@@!p:0=100=47|101=%34101%|102={1}|103=Inetinfo_Debug_Svc_Install
|
|
@@!p:0=100=86
|
|
@@!p:
|
|
@@!p:[register_iis_ftp_fillmetabase]
|
|
@@!p:; upgrade ftp (unexpressable in inf file)
|
|
@@!p:0=100=107
|
|
@@!p:0=100=84|101=FTP_REG_IIS3_UPGRADE
|
|
@@!p:0=100=84|101=FTP_REG
|
|
@@!p:0=100=84|101=FTP_REG_WKS|701=2
|
|
@@!p:0=100=84|101=FTP_REG_SRV|701=5
|
|
@@!p:0=100=86
|
|
@@!p:0=100=106|101=LM/MSFTPSVC|102=0x0
|
|
@@!p:0=100=111|101=LM/MSFTPSVC|102=Administrators|103=0x400ab
|
|
@@!p:0=100=86
|
|
@@!p:0=100=6|102=register_iis_ftp_writemeta_dlls
|
|
@@!p:0=100=86
|
|
@@!p:0=100=14|101=%32769%
|
|
@@!p:0=100=5|102=SNMP_MSFTPSVC_chk_cleanup
|
|
@@!p:0=100=86
|
|
@@!p:
|
|
@@!p:[register_iis_ftp_after]
|
|
@@!p:0=100=89
|
|
@@!p:
|
|
@@!p:[register_iis_ftp_writemeta_dlls]
|
|
@@!p:RegisterDlls=register_iis_ftp_writemeta_dlls_Values
|
|
@@!p:[register_iis_ftp_writemeta_dlls_Values]
|
|
@@!p:; 1st unlod then lod counters
|
|
@@!p:11,,unlodctr.exe,1,,"msftpsvc"
|
|
@@!p:11,,lodctr.exe,1,,"ftpctrs.ini"
|
|
@@!p:11,inetsrv,logui.ocx,1
|
|
@@!p:
|
|
@@!p:[Create_Service_MSFTPSVC]
|
|
@@!p:AddService=MSFTPSVC,0x00000070,Create_Service_MSFTPSVC.AddService
|
|
@@!p:[Create_Service_MSFTPSVC.AddService]
|
|
@@!p:DisplayName = %DESC_SERVICE_MSFTP%
|
|
@@!p:ServiceType = 0x00000020 ;SERVICE_WIN32_SHARE_PROCESS
|
|
@@!p:StartType = %SERVICE_AUTO_START%
|
|
@@!p:ErrorControl = 1 ;SERVICE_ERROR_NORMAL
|
|
@@!p:ServiceBinary = %32768%\inetinfo.exe
|
|
@@!p:StartName = LocalSystem
|
|
@@!p:Dependencies = IISADMIN
|
|
@@!p:Description = %DESC2_SERVICE_MSFTP%
|
|
@@!p:
|
|
@@!p:[register_iis_ftp_inf]
|
|
@@!p:AddReg=register_iis_ftp_values
|
|
@@!p:[register_iis_ftp_values]
|
|
@@!p:HKLM,%REG_INETSTP%,"PathWWWRoot",%REG_SZ%,"%32770%"
|
|
@@!p:HKLM,%REG_SVCS_MSFTPSVC%\Parameters,"MajorVersion",%REG_DWORD%,0x%REG_VERSION_MAJOR%
|
|
@@!p:HKLM,%REG_SVCS_MSFTPSVC%\Parameters,"MinorVersion",%REG_DWORD%,0x%REG_VERSION_MINOR%
|
|
@@!p:HKLM,%REG_SVCS_MSFTPSVC%\Parameters,"InstallPath",%REG_SZ%,"%32768%"
|
|
@@!p:HKLM,%REG_SVCS_MSFTPSVC%\Parameters,"AllowGuestAccess",%REG_DWORD%,0
|
|
@@!p:; event log
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\MSFTPSVC","EventMessageFile",%REG_EXPAND_SZ%,%32768%\iisres.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\MSFTPSVC","TypesSupported",%REG_DWORD%,0x0
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\FtpCtrs","EventMessageFile",%REG_EXPAND_SZ%,%11%\ftpctrs2.dll
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\FtpCtrs","TypesSupported",%REG_DWORD%,0x7
|
|
@@!p:; perf
|
|
@@!p:HKLM,"%REG_SVCS_MSFTPSVC%\Performance","Library",%REG_SZ%,"ftpctrs2.dll"
|
|
@@!p:HKLM,"%REG_SVCS_MSFTPSVC%\Performance","Open",%REG_SZ%,"OpenFtpPerformanceData"
|
|
@@!p:HKLM,"%REG_SVCS_MSFTPSVC%\Performance","Close",%REG_SZ%,"CloseFtpPerformanceData"
|
|
@@!p:HKLM,"%REG_SVCS_MSFTPSVC%\Performance","Collect",%REG_SZ%,"CollectFtpPerformanceData"
|
|
@@!p:
|
|
@@!p:[register_iis_ftp_old_inf]
|
|
@@!p:DelReg=register_iis_ftp_values_old
|
|
@@!p:[register_iis_ftp_values_old]
|
|
@@!p:HKLM,%REG_SVCS_MSFTPSVC%\Parameters,"SecurityOn"
|
|
@@!p:HKLM,%REG_SVCS_MSFTPSVC%\Parameters,"AdminName"
|
|
@@!p:HKLM,%REG_SVCS_MSFTPSVC%\Parameters,"AdminEmail"
|
|
@@!p:HKLM,%REG_SVCS_MSFTPSVC%\Parameters,"Pathname"
|
|
@@!p:HKLM,%REG_SVCS_MSFTPSVC%\Parameters,"DebugFlags"
|
|
@@!p:HKLM,%REG_SVCS_MSFTPSVC%\Parameters,"HomeDirectory"
|
|
@@!p:
|
|
@@!p:; -----------------------------------------
|
|
@@!p:;
|
|
@@!p:; Registration for the iis_inetmgr component
|
|
@@!p:;
|
|
@@!p:; -----------------------------------------
|
|
@@!p:[register_iis_inetmgr_1]
|
|
@@!p:; if you make any changes to this section then make sure
|
|
@@!p:; to make changes to the register_iis_inetmgr_1.GUIMODE section
|
|
@@!p:0=100=5|102=register_iis_inetmgr_base
|
|
@@!p:0=100=6|102=register_iis_inetmgr_writemeta_dlls
|
|
@@!p:
|
|
@@!p:[register_iis_inetmgr_1.GUIMODE]
|
|
@@!p:0=100=5|102=register_iis_inetmgr_base
|
|
@@!p:0=100=6|102=register_iis_inetmgr_writemeta_dlls
|
|
@@!p:; must do on reboot since the required compmgmt component has not been setup yet (during guimode)
|
|
@@!p:;0=100=6|102=register_iis_inetmgr_RunOnce_inf
|
|
@@!p:;0=100=98
|
|
@@!p:
|
|
@@!p:[register_iis_inetmgr_base]
|
|
@@!p:0=100=6|102=StartMenuItem_Inetmgr
|
|
@@!p:0=100=6|102=register_iis_inetmgr_inf
|
|
@@!p:0=100=6|102=register_iis_inetmgr_writemeta_dlls2
|
|
@@!p:
|
|
@@!p:[register_iis_inetmgr_writemeta_dlls]
|
|
@@!p:RegisterDlls=register_iis_inetmgr_writemeta_dlls_values
|
|
@@!p:[register_iis_inetmgr_writemeta_dlls_values]
|
|
@@!p:11,inetsrv,inetmgr.dll,1
|
|
@@!p:11,inetsrv,certmap.ocx,1
|
|
@@!p:11,inetsrv,certwiz.ocx,1
|
|
@@!p:11,inetsrv,cnfgprts.ocx,1
|
|
@@!p:11,inetsrv,iisuiobj.dll,1
|
|
@@!p:11,inetsrv,smtpsnap.dll,1
|
|
@@!p:11,inetsrv,nntpsnap.dll,1
|
|
@@!p:
|
|
@@!p:[register_iis_inetmgr_writemeta_dlls2]
|
|
@@!p:RegisterDlls=register_iis_inetmgr_writemeta_dlls2_values
|
|
@@!p:[register_iis_inetmgr_writemeta_dlls2_values]
|
|
@@!p:11,inetsrv,iisrstas.exe,1,,"/RegServer"
|
|
@@!p:11,,iisreset.exe,1,,"/SCM"
|
|
@@!p:
|
|
@@!p:[register_iis_inetmgr_RunOnce_inf]
|
|
@@!p:AddReg=register_iis_inetmgr_RunOnce_Values
|
|
@@!p:[register_iis_inetmgr_RunOnce_Values]
|
|
@@!p:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","iis_reg_mmc_inetmgr_1",%REG_SZ%,"RegSvr32 /S %32768%\inetmgr.dll"
|
|
@@!p:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","iis_reg_mmc_inetmgr_2",%REG_SZ%,"RegSvr32 /S %32768%\certmap.ocx"
|
|
@@!p:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","iis_reg_mmc_inetmgr_3",%REG_SZ%,"RegSvr32 /S %32768%\certwiz.ocx"
|
|
@@!p:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","iis_reg_mmc_inetmgr_5",%REG_SZ%,"RegSvr32 /S %32768%\cnfgprts.ocx"
|
|
@@!p:;HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","iis_reg_mmc_inetmgr_6",%REG_SZ%,"%32768%\iisrstas.exe /RegServer"
|
|
@@!p:;HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","iis_reg_mmc_inetmgr_7",%REG_SZ%,"%11%\iisreset.exe /SCM"
|
|
@@!p:
|
|
@@!p:[register_iis_inetmgr_inf]
|
|
@@!p:AddReg=register_iis_inetmgr_values
|
|
@@!p:[register_iis_inetmgr_values]
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters","MajorVersion",%REG_DWORD%,0x%REG_VERSION_MAJOR%
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters","MinorVersion",%REG_DWORD%,0x%REG_VERSION_MINOR%
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters","HelpLocation",%REG_SZ%,"%18%\iisHelp\iis\winHelp"
|
|
@@!p:;HKLM,"%REG_INETMGR%\Parameters\AddOnServices","FTP",%REG_SZ%,"%32768%\fscfg.dll"
|
|
@@!p:;HKLM,"%REG_INETMGR%\Parameters\AddOnServices","WWW",%REG_SZ%,"%32768%\w3scfg.dll"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnMachinePages","IIS",%REG_SZ%,"%32768%\iisui.dll"
|
|
@@!p:HKLM,"%REG_APPPATHS%\inetmgr.exe","",%REG_SZ%,"%32768%\inetmgr.exe"
|
|
@@!p:HKLM,"%REG_APPPATHS%\inetmgr.exe","Path",%REG_SZ%,"%32768%"
|
|
@@!p:
|
|
@@!p:; ==============
|
|
@@!p:; UnRegister
|
|
@@!p:; ==============
|
|
@@!p:[unregister_iis_1]
|
|
@@!p:DelReg=unregister_iis_inf
|
|
@@!p:[unregister_iis_inf]
|
|
@@!p:HKLM,%REG_INETSTP%\UnInstallInfo
|
|
@@!p:HKLM,%REG_INETSTP%
|
|
@@!p:
|
|
@@!p:; -----------------------------------------
|
|
@@!p:;
|
|
@@!p:; UnReg for the iis_common component
|
|
@@!p:;
|
|
@@!p:; -----------------------------------------
|
|
@@!p:
|
|
@@!p:[unregister_iis_common_1]
|
|
@@!p:0=100=42|101=%32768%\iiswmi.dll|102=iis_unregister_wmi
|
|
@@!P:0=100=6|102=unregister_iis_common_dlls_wow64|702=2
|
|
@@!p:0=100=6|102=unregister_iis_common_dlls
|
|
@@!p:0=100=6|102=unregister_iis_common_inf
|
|
@@!p:0=100=5|102=Cleanup_PWS10_Counter_Dll_Chk1
|
|
@*: Change ImagePath for HTTPFilter svc. BUG:596671
|
|
@@!p:0=100=44|101=HKLM|102=SYSTEM\CurrentControlSet\Services\HTTPFilter\ImagePath|103="%10%\system32\lsass.exe"|105=ChkHttpFilter_ImagePath2
|
|
@@!p:0=100=105|101=IIS_WPG|102=%DESC_IIS_WPG%|103=0|104=1
|
|
@@!p:
|
|
@@!p:[ChkHttpFilter_ImagePath2]
|
|
@@!p:0=100=44|101=HKLM|102=SYSTEM\CurrentControlSet\Services\HTTPFilter\ImagePath|103="%10%\system32\svchost.exe -k HTTPFilter"|105=ChkHttpFilter_Update
|
|
@@!p:
|
|
@@!p:[ChkHttpFilter_Update]
|
|
@*: Check if the StartInSvchost value exists. If it exists and is not "0" - use SVCHOST. Else - LSASS
|
|
@*: If the key exists - go check if it is "0". Else - LSASS.
|
|
@@!p:0=100=41|101=HKLM|102=SYSTEM\CurrentControlSet\Services\HTTPFilter\Parameters|103=StartInSvchost|104=ChkHttpFilter_Update2|105=ChkHttpFilter_UpdateToLSASS
|
|
@@!p:[ChkHttpFilter_Update2]
|
|
@@!p:0=100=43|101=HKLM|102=SYSTEM\CurrentControlSet\Services\HTTPFilter\Parameters\StartInSvchost|103=0|104=ChkHttpFilter_UpdateToLSASS|105=ChkHttpFilter_UpdateToSVCHOST
|
|
@@!p:
|
|
@@!p:[ChkHttpFilter_UpdateToLSASS]
|
|
@@!p:0=100=6|102=ChkHttpFilter_UpdateToLSASS_inf
|
|
@@!p:[ChkHttpFilter_UpdateToLSASS_inf]
|
|
@@!p:AddReg=ChkHttpFilter_UpdateToLSASS_inf_values
|
|
@@!p:[ChkHttpFilter_UpdateToLSASS_inf_values]
|
|
@@!p:HKLM,"SYSTEM\CurrentControlSet\Services\HTTPFilter","ImagePath",%REG_EXPAND_SZ%,"%SystemRoot%\system32\lsass.exe"
|
|
@@!p:
|
|
@@!p:[ChkHttpFilter_UpdateToSVCHOST]
|
|
@@!p:0=100=6|102=ChkHttpFilter_UpdateToSVCHOST_inf
|
|
@@!p:[ChkHttpFilter_UpdateToSVCHOST_inf]
|
|
@@!p:AddReg=ChkHttpFilter_UpdateToSVCHOST_inf_values
|
|
@@!p:[ChkHttpFilter_UpdateToSVCHOST_inf_values]
|
|
@@!p:HKLM,"SYSTEM\CurrentControlSet\Services\HTTPFilter","ImagePath",%REG_EXPAND_SZ%,"%SystemRoot%\system32\svchost.exe -k HTTPFilter"
|
|
@@!p:
|
|
@@!p:[unregister_iis_common_dlls]
|
|
@@!p:UnregisterDlls=unregister_iis_common_dlls_values
|
|
@@!p:[unregister_iis_common_dlls_values]
|
|
@@!p:11,inetsrv,adsiis.dll,1
|
|
@@!p:11,inetsrv,iisext.dll,1
|
|
@s:11,inetsrv,iisclex4.dll,1
|
|
@@!p:11,inetsrv,coadmin.dll,1
|
|
@@!p:;11,,wamregps.dll,1
|
|
@@!p:
|
|
@@!p:[iis_unregister_wmi]
|
|
@@!p:0=100=6|102=unregister_iis_common_srv_dlls
|
|
@@!p:[unregister_iis_common_srv_dlls]
|
|
@@!p:UnregisterDlls=unregister_iis_common_srv_dlls_values
|
|
@@!p:[unregister_iis_common_srv_dlls_values]
|
|
@@!p:11,inetsrv,iiswmi.dll,1
|
|
@@!p:
|
|
@@!p:[unregister_iis_common_inf]
|
|
@@!p:DelReg=unregister_iis_common_values
|
|
@@!p:[unregister_iis_common_values]
|
|
@@!p:HKLM,%REG_INETSTP%\UnInstallInfo
|
|
@@!p:HKLM,%REG_INETSTP%
|
|
@@!p:HKLM,"%REG_SVCS_INETINFO%"
|
|
@@!p:; eventlog
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\IISMAP"
|
|
@@!p:
|
|
@@!p:; -----------------------------------------
|
|
@@!p:;
|
|
@@!p:; UnReg for the iis_core component
|
|
@@!p:;
|
|
@@!p:; -----------------------------------------
|
|
@@!p:
|
|
@@!p:[unregister_iis_core_1]
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|104=Wolfpack_UnRegister|701=5
|
|
@@!p:0=100=75|101={62B8CCBE-5A45-4372-8C4A-6A87DD3EDD60}|102=%32800%\Administrators
|
|
@@!p:0=100=77|101={62B8CCBE-5A45-4372-8C4A-6A87DD3EDD60}|102=%32800%\Administrators
|
|
@@!p:;0=100=5|102=Inetinfo_Debug_Svc_Remove
|
|
@@!p:0=100=53|102=IISADMIN|804=1
|
|
@@!p:0=100=63|102=Microsoft Internet Information Server
|
|
@@!p:0=100=6|102=unregister_iis_core_dlls
|
|
@@!p:; remove iusr www
|
|
@@!p:0=100=28|101=%33005%
|
|
@@!p:; remove iusr ftp
|
|
@@!p:0=100=28|101=%33006%
|
|
@@!p:;0=100=51|102=spud
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|103=unregister_iis_core_iis6
|
|
@@!p:0=100=6|102=unregister_iis_core_inf
|
|
@@!p:0=100=5|102=RemoveMetabase
|
|
@@!p:
|
|
@@!p:[unregister_iis_core_iis6]
|
|
@@!p:;0=100=51|102=http
|
|
@@!p:0=100=2|101=%32768%\certobj.dll|102=DllUnregisterServer|801=1
|
|
@@!p:
|
|
@@!p:[unregister_iis_core_dlls]
|
|
@@!p:UnregisterDlls=unregister_iis_core_dlls_values
|
|
@@!p:[unregister_iis_core_dlls_values]
|
|
@@!p:11,inetsrv,iislog.dll,1
|
|
@@!p:11,inetsrv,iscomlog.dll,1
|
|
@@!p:11,inetsrv,logscrpt.dll,1
|
|
@@!p:11,inetsrv,svcext.dll,1
|
|
@@!p:11,inetsrv,metadata.dll,1
|
|
@@!p:11,,unlodctr.exe,1,,"InetInfo"
|
|
@@!p:
|
|
@@!p:[unregister_iis_core_inf]
|
|
@@!p:DelReg=unregister_iis_core_values
|
|
@@!p:[unregister_iis_core_values]
|
|
@@!p:HKLM,%REG_INETSTP%\UnInstallInfo
|
|
@@!p:; event log
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\IISLOG"
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\IISInfoCtrs"
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\IISADMIN"
|
|
@@!p:; catalog
|
|
@@!p:HKLM,Software\Microsoft\Catalog42\IIS
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:; -----------------------------------------
|
|
@@!p:;
|
|
@@!p:; UnReg for the iis_www component
|
|
@@!p:;
|
|
@@!p:; -----------------------------------------
|
|
@@!p:
|
|
@@!p:[unregister_iis_www_1]
|
|
@@!p:; Remove iis Com+ Applications
|
|
@@!p:; The new way. Passing in handle to iis.dll so that wamreg can log to iis5.log
|
|
@@!p:0=100=1|101=%32768%\wamreg.dll|102=UnInstallWam|103=1
|
|
@@!p:; The seperate process way. This way if DeleteIISPackage get's stuck all they have to do is kill the RunDll32 process
|
|
@@!p:; don't use this way because if it fails it will display a popup in silent mode
|
|
@@!p:; 0=100=3|101=%11%\RunDll32.exe|102=%32768%\wamreg.dll,DeleteIISPackage|103=300
|
|
@@!p:0=100=6|102=unregister_iis_www_dlls
|
|
@@!p:0=100=47|101=%IIS_VERSION%|102=6|103=unregister_iis6_www_dlls_do
|
|
@@!p:0=100=3|101=%11%\RunDll32.exe|102=%11%\Aspperf.dll,UnRegisterAXS|103=120|801=1
|
|
@@!p:0=100=12|102=W3SVC
|
|
@@!p:0=100=71|102=%33005%
|
|
@@!p:0=100=73|102=%33005%
|
|
@@!p:0=100=71|102=%33004%
|
|
@@!p:0=100=73|102=%33004%
|
|
@@!p:0=100=75|101={61738644-F196-11D0-9953-00C04FD919C1}|102=%32800%\Administrators
|
|
@@!p:0=100=77|101={61738644-F196-11D0-9953-00C04FD919C1}|102=Everyone
|
|
@@!p:0=100=8|101=W3SVC
|
|
@@!p:;0=100=5|102=Inetinfo_Debug_Svc_Remove
|
|
@@!p:; remove service
|
|
@@!p:0=100=53|102=W3SVC|804=1
|
|
@@!p:0=100=57|102=W3SVC
|
|
@@!p:0=100=6|102=unregister_iis_www_inf
|
|
@@!p:0=100=82|101=LM|102=W3SVC
|
|
@@!p:0=100=82|101=LM|102=MimeMap
|
|
@@!p:; unset custom dcom permissions for mdm.exe
|
|
@@!p:0=100=75|101={9209B1A6-964A-11D0-9372-00A0C9034910}|102=%33004%
|
|
@@!p:0=100=77|101={9209B1A6-964A-11D0-9372-00A0C9034910}|102=%33004%
|
|
@@!p:; unset custom dcom access permissions for microsoft scripts debugger
|
|
@@!p:0=100=77|101={A87F84D0-7A74-11D0-B216-080000185165}|102=%33004%
|
|
@@!p:0=100=112|101=IIS_WPG|102=%33004%|103=0
|
|
@@!p:; Remove group
|
|
@@!p:0=100=105|101=IIS_WPG|102=%DESC_IIS_WPG%|103=0|104=1
|
|
@@!p:; remove iwam_ user
|
|
@@!p:0=100=28|101=%33004%
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:[unregister_iis_www_dlls]
|
|
@@!p:UnregisterDlls=unregister_iis_www_dlls_Values
|
|
@@!p:[unregister_iis_www_dlls_Values]
|
|
@@!p:11,,unlodctr.exe,1,,"ASP"
|
|
@@!p:11,inetsrv,asp.dll,1
|
|
@@!p:11,inetsrv,adrot.dll,1
|
|
@@!p:11,inetsrv,browscap.dll,1
|
|
@@!p:11,inetsrv,nextlink.dll,1
|
|
@@!p:11,inetsrv,ContRot.dll,1
|
|
@@!p:11,inetsrv,wamreg.dll,1
|
|
@@!p:11,inetsrv,wamps.dll,1
|
|
@@!p:11,inetsrv,w3ext.dll,1
|
|
@@!p:11,inetsrv,davcdata.exe,1,,"/UnregServer"
|
|
@@!p:11,inetsrv,davcprox.dll,1
|
|
@@!p:
|
|
@@!p:[unregister_iis6_www_dlls]
|
|
@@!p:UnregisterDlls=unregister_iis6_www_dlls_Values
|
|
@@!p:[unregister_iis6_www_dlls_Values]
|
|
@@!p:11,inetsrv,isapips.dll,1
|
|
@@!p:11,inetsrv,w3ctrlps.dll,1
|
|
@@!p:11,inetsrv,iisw3adm.dll,1
|
|
@@!p:
|
|
@@!p:[unregister_iis6_www_dlls_do]
|
|
@@!p:0=100=6|102=unregister_iis6_www_dlls
|
|
@@!p:
|
|
@@!p:[unregister_iis_www_inf]
|
|
@@!p:DelReg=unregister_iis_www_values
|
|
@@!p:[unregister_iis_www_values]
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\ASP"
|
|
@@!p:HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Svchost\iissvcs"
|
|
@@!p:HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Svchost",iissvcs
|
|
@@!p:; event log
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\W3SVC"
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\WAM"
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\W3SVC-WP"
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\W3Ctrs"
|
|
@@!p:; was set only on server
|
|
@@!p:HKLM,"System\CurrentControlSet\Services\LicenseService\FilePrint\IIS"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters\ADCLaunch"
|
|
@@!p:
|
|
@@!p:; -----------------------------------------
|
|
@@!p:;
|
|
@@!p:; UnReg for the iis_ftp component
|
|
@@!p:;
|
|
@@!p:; -----------------------------------------
|
|
@@!p:
|
|
@@!p:[unregister_iis_ftp_1]
|
|
@@!p:;0=100=5|102=Inetinfo_Debug_Svc_Remove
|
|
@@!p:0=100=53|102=MSFTPSVC|804=1
|
|
@@!p:0=100=59|102=MSFTPSVC
|
|
@@!p:0=100=12|102=MSFTPSVC
|
|
@@!p:0=100=6|102=unregister_iis_ftp_inf
|
|
@@!p:0=100=8|101=MSFTPSVC
|
|
@@!p:0=100=82|101=LM|102=MSFTPSVC
|
|
@@!p:
|
|
@@!p:[unregister_iis_ftp_inf]
|
|
@@!p:DelReg=unregister_iis_ftp_values
|
|
@@!p:[unregister_iis_ftp_values]
|
|
@@!p:; event log
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\MSFTPSVC"
|
|
@@!p:HKLM,"%REG_EVENTLOG%\Application\FtpCtrs"
|
|
@@!p:
|
|
@@!p:; -----------------------------------------
|
|
@@!p:;
|
|
@@!p:; UnReg for the iis_inetmgr component
|
|
@@!p:;
|
|
@@!p:; -----------------------------------------
|
|
@@!p:[unregister_iis_inetmgr_1]
|
|
@@!p:0=100=6|102=UnInstall_StartMenuItem_Inetmgr
|
|
@@!p:0=100=6|102=unregister_iis_inetmgr_dlls
|
|
@@!p:0=100=6|102=unregister_iis_inetmgr_inf
|
|
@@!p:
|
|
@@!p:[unregister_iis_inetmgr_dlls]
|
|
@@!p:UnregisterDlls=unregister_iis_inetmgr_dlls_Values
|
|
@@!p:[unregister_iis_inetmgr_dlls_Values]
|
|
@@!p:11,inetsrv,inetmgr.dll,1
|
|
@@!p:11,inetsrv,certmap.ocx,1
|
|
@@!p:11,inetsrv,certwiz.ocx,1
|
|
@@!p:11,inetsrv,cnfgprts.ocx,1
|
|
@@!p:11,,iisreset.exe,1,,"/NOSCM"
|
|
@@!p:11,inetsrv,iisrstas.exe,1,,"/UnregServer"
|
|
@@!p:11,inetsrv,iisuiobj.dll,1
|
|
@@!p:
|
|
@@!p:[unregister_iis_inetmgr_inf]
|
|
@@!p:DelReg=unregister_iis_inetmgr_values
|
|
@@!p:[unregister_iis_inetmgr_values]
|
|
@@!p:HKLM,"%REG_INETMGR%"
|
|
@@!p:HKLM,"%REG_APPPATHS%\inetmgr.exe"
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:;
|
|
@@!p:; other stuff for removing old iis stuff
|
|
@@!p:;
|
|
@@!p:; =====================================================
|
|
@@!p:
|
|
@@!p:[remove_old_ftp_351]
|
|
@@!p:0=100=40|101=HKLM|102=Software\Microsoft\FTPSVC|103=remove_old_ftp_351_T
|
|
@@!p:
|
|
@@!p:[remove_old_ftp_351_T]
|
|
@@!p:0=100=12|102=FTPSVC
|
|
@@!p:0=100=8|101=FTPSVC
|
|
@@!p:0=100=53|102=FTPSVC|804=1
|
|
@@!p:0=100=6|102=remove_old_ftp_351_inf
|
|
@@!p:[remove_old_ftp_351_inf]
|
|
@@!p:DelReg=remove_old_ftp_351_values
|
|
@@!p:[remove_old_ftp_351_values]
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\FTPSVC"
|
|
@@!p:HKLM,Software\Microsoft\Windows NT\CurrentVersion\Network\SMAddOns,"FTPSMX"
|
|
@@!p:
|
|
@@!p:[remove_old_gopher_service]
|
|
@@!p:0=100=40|101=HKLM|102=System\CurrentControlSet\Services\GOPHERSVC|103=remove_old_gopher_service_T
|
|
@@!p:
|
|
@@!p:[remove_old_gopher_service_T]
|
|
@@!p:0=100=12|102=GOPHERSVC
|
|
@@!p:0=100=8|101=GOPHERSVC
|
|
@@!p:0=100=53|102=GOPHERSVC|804=1
|
|
@@!p:0=100=61|102=GOPHERSVC
|
|
@@!p:0=100=6|102=remove_old_gopher_service_inf
|
|
@@!p:[remove_old_gopher_service_inf]
|
|
@@!p:DelReg=remove_old_gopher_service_values
|
|
@@!p:[remove_old_gopher_service_values]
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\GOPHERSVC"
|
|
@@!p:
|
|
@@!p:[Unregister_old_asp]
|
|
@@!p:0=100=1|101=%32774%\asp\cmpnts\adrot.dll|102=DllUnregisterServer
|
|
@@!p:0=100=1|101=%32774%\asp\cmpnts\browscap.dll|102=DllUnregisterServer
|
|
@@!p:0=100=1|101=%32774%\asp\cmpnts\nextlink.dll|102=DllUnregisterServer
|
|
@@!p:0=100=1|101=%11%\scrrun.dll|102=DllUnregisterServer
|
|
@@!p:0=100=8|101=ASP
|
|
@@!p:0=100=18|101=%32768%\Docs|102=1
|
|
@@!p:0=100=6|102=Unregister_old_asp_inf
|
|
@@!p:0=100=18|101=%32768%\Asp\Cmpnts
|
|
@@!p:0=100=18|101=%32768%\Asp
|
|
@@!p:
|
|
@@!p:[Unregister_old_asp_inf]
|
|
@@!p:DelReg=Unregister_old_asp_values
|
|
@@!p:[Unregister_old_asp_values]
|
|
@@!p:HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ActiveServerPages
|
|
@@!p:
|
|
@@!p:[remove_old_htmla]
|
|
@@!p:0=100=6|102=remove_old_htmla_inf
|
|
@@!p:[remove_old_htmla_inf]
|
|
@@!p:DelReg=remove_old_htmla_values
|
|
@@!p:[remove_old_htmla_values]
|
|
@@!p:HKLM,%REG_SVCS_W3SVC%\HTMLA
|
|
@@!p:
|
|
@@!p:; =====================================================
|
|
@@!p:; Removing OLD IIS files, registry values, links, etc..
|
|
@@!p:; =====================================================
|
|
@@!p:[remove_old_startmenu_items]
|
|
@@!p:0=100=20|101=%StartMenuGroup_iis10%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_pws10%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_pws10a_w95%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_iis20_s%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_iis20_w%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_iis20_common_s%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_iis20_common_w%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_pws20_s%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_pws20_w%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_pws20_common_s%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_pws20_common_w%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_both40_s%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_both40_w%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_pws40_subnode_s%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_pws40_subnode_w%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_ie_pws40_subnode%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_ie_pws40_subnode_s%|102=1
|
|
@@!p:0=100=20|101=%StartMenuGroup_ie_pws40_subnode_w%|102=1
|
|
@@!p:0=100=22|101=%Specialcase_localized3a_only_Danish_Greek%|102=%Specialcase_localized3b_only_Danish_Greek%
|
|
@@!p:0=100=24|101=inetins.exe,pws.exe|102=0
|
|
@@!p:0=100=17|101=%Specialcase_localized1_only_Dutch%
|
|
@@!p:0=100=24|101=%DesktopItem_pws40_PwMgr_link2_s%
|
|
@@!p:0=100=24|101=%DesktopItem_pws40_PwMgr_link2_w%
|
|
@@!p:0=100=26|101=%SendToVerb_pws40_PwMgr_s%
|
|
@@!p:0=100=26|101=%SendToVerb_pws40_PwMgr_w%
|
|
@@!p:0=100=26|101=%SendToVerb_pws40_PwMgr2_s%
|
|
@@!p:0=100=26|101=%SendToVerb_pws40_PwMgr2_w%
|
|
@@!p:0=100=22|101=%StartMenuGroup_IIS5_AdminTools%|102=%StartMenuItem_IIS5_HTMLA_s%
|
|
@@!p:0=100=22|101=%StartMenuGroup_IIS5_AdminTools%|102=%StartMenuItem_IIS5_HTMLA_w%
|
|
@@!p:0=100=22|101=%StartMenuGroup_IIS5_AdminTools%|102=%StartMenuItem_IIS5_PwMgr_s%
|
|
@@!p:0=100=22|101=%StartMenuGroup_IIS5_AdminTools%|102=%StartMenuItem_IIS5_PwMgr_w%
|
|
@@!p:0=100=22|101=%StartMenuGroup_IIS5_AdminTools%|102=%StartMenuItem_IIS5_Inetmgr_s%
|
|
@@!p:0=100=22|101=%StartMenuGroup_IIS5_AdminTools%|102=%StartMenuItem_IIS5_Inetmgr_w%
|
|
@@!p:0=100=120|101=%StartMenuItem_IIS6_AdminTools%|102=iis.msc
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:[iis_product_upgrade_oldftp]
|
|
@@!p:Delfiles=iis_oldftp_files_sys
|
|
@@!p:
|
|
@@!p:[iis_oldftp_files_sys]
|
|
@@!p:ftpctrs.dll
|
|
@@!p:ftpmgr.cpl
|
|
@@!p:ftpsmx.cnt
|
|
@@!p:ftpsmx.dll
|
|
@@!p:ftpsmx.hlp
|
|
@@!p:ftpsvapi.dll
|
|
@@!p:ftpsvc.dll
|
|
@@!p:
|
|
@@!p:[iis_product_upgrade_old]
|
|
@@!p:Delfiles= \
|
|
@@!p:iis_20_files_sys, \
|
|
@@!p:iis_20_files_inetsrv, \
|
|
@@!p:iis_20_files_inetsrv_iisadmin, \
|
|
@@!p:iis_20_files_inetsrv_iisadmin_htmldocs, \
|
|
@@!p:iis_30_files_asp_cmpnts, \
|
|
@@!p:iis_30_files_asp, \
|
|
@@!p:iis_30_files_old_advworks_controls, \
|
|
@@!p:iis_30_files_old_advworks_Equipment, \
|
|
@@!p:iis_30_files_old_advworks_Excursions, \
|
|
@@!p:iis_30_files_old_advworks_Internal, \
|
|
@@!p:iis_30_files_old_advworks_MM, \
|
|
@@!p:iis_30_files_old_advworks_MM_Audio, \
|
|
@@!p:iis_30_files_old_advworks_MM_Cat, \
|
|
@@!p:iis_30_files_old_advworks_MM_Cat_Camping, \
|
|
@@!p:iis_30_files_old_advworks_MM_Cat_Climbing, \
|
|
@@!p:iis_30_files_old_advworks_MM_Cat_Clothing, \
|
|
@@!p:iis_30_files_old_advworks_MM_Images, \
|
|
@@!p:iis_30_files_old_advworks_Resources, \
|
|
@@!p:iis_30_files_old_advworks_samples, \
|
|
@@!p:iis_30_files_old_advworks, \
|
|
@@!p:iis_30_files_old_aspsamp_tut, \
|
|
@@!p:iis_30_files_old_aspsamp_tut_images, \
|
|
@@!p:iis_30_files_old_aspsamp_tut_lessons, \
|
|
@@!p:iis_30_files_old_aspsamp_samples, \
|
|
@@!p:iis_30_files_old_aspsamp, \
|
|
@@!p:iis_30_files_old_docs, \
|
|
@@!p:iis_old_keyring_inetsrv, \
|
|
@@!p:iis_40_old_setup_files, \
|
|
@@!p:iis_40_old_setup_files_w95, \
|
|
@@!p:iis_40_files_sys, \
|
|
@@!p:iis_40_files_inetsrv, \
|
|
@@!p:iis_40_files_inetsrv_adminsamples, \
|
|
@@!p:iis_40_files_inetsrv_iisadmpwd, \
|
|
@@!p:iis_40_old_doc_files_common, \
|
|
@@!p:iis_40_files_website, \
|
|
@@!p:iis_40_files_publish, \
|
|
@@!p:iis_40_files_publish_jsbrowser, \
|
|
@@!p:iis_50_windir, \
|
|
@@!p:iis_50_doc_files_help_old, \
|
|
@@!p:iis_50_doc_files_tutorial, \
|
|
@@!p:iis_50_doc_files_tutorial_template, \
|
|
@@!p:iis_50_doc_files_asp, \
|
|
@@!p:iis_50_doc_files_asp_art, \
|
|
@@!p:iis_50_files_sys, \
|
|
@@!p:iis_50_files_inetsrv, \
|
|
@@!p:iis_40_files_cluster
|
|
@@!p:
|
|
@@!p:[iis_product_upgrade_old_51]
|
|
@@!p:Delfiles= \
|
|
@@!p:iis_50_files_sys, \
|
|
@@!p:iis_50_files_inetsrv
|
|
@@!p:
|
|
@@!p:[iis_product_upgrade_old_special]
|
|
@@!p:DelFiles=iis_40_files_inetsrv_2, iis_40_files_inetsrv_iisadmpwd_2, iis_40_files_inetsrv_iisadmin_2, iis_40_files_inetsrv_iisadmin_2a, iis_40_files_inetsrv_iisadmin_2b
|
|
@@!p:
|
|
@@!p:[iis_product_upgrade_old_reg]
|
|
@@!p:DelReg=iis_product_unregister_old
|
|
@@!p:[iis_product_unregister_old]
|
|
@@!p:; old iis 1.0 registry
|
|
@@!p:HKLM,"Software\Classes\HTML"
|
|
@@!p:HKLM,"Software\Classes\ramfile"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\SharedDLLs","%32774%\server\infocomm.dll"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\SharedDLLs","%32774%\server\inetinfo.exe"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\SharedDLLs","%11%\infoadmn.dll"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\SharedDLLs","%11%\inetsloc.dll"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\SharedDLLs","%11%\ftpsapi2.dll"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\SharedDLLs","%11%\w3svapi.dll"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\SharedDLLs","%11%\gdapi.dll"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\SharedDLLs","%11%\infoctrs.dll"
|
|
@@!p:; other
|
|
@@!p:HKLM,"Software\Microsoft\InetSrv"
|
|
@@!p:HKLM,"%REG_SVCS_INETINFO%\Parameters\Filter"
|
|
@@!p:HKLM,"%REG_INETMGR%","InstalledBy"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnServices","Gopher"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%OLD_TIP_KEYRING_s%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%OLD_TIP_KEYRING_w%"
|
|
@@!p:HKLM,"Software\Microsoft\NCPA\InfOptions\OEMNSVIN.INF"
|
|
@@!p:;HKLM,"%REG_KEYRING%" ;needed by exchange 5.5
|
|
@@!p:;HKCU,"%REG_KEYRING%" ;needed by exchange 5.5
|
|
@@!p:HKLM,"%REG_APPPATHS%\keyring.exe"
|
|
@@!p:; old iis5.0 ocmanage setup entries
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_pwmgr"
|
|
@@!p:; old iis4.0 ocmanage setup entries
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_w3samp"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_doc_common"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_doc_ismcore"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_doc_pwmcore"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_doc_asp"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_doc_sdk"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","iis_doc_mm"
|
|
@@!p:; remove old iis3.0 virtual directories.
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters\Virtual Roots","/ASPSamp"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters\Virtual Roots","/AdvWorks"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters\Virtual Roots","/IASDocs"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters\Virtual Roots","/ASPSamp,"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters\Virtual Roots","/AdvWorks,"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters\Virtual Roots","/IASDocs,"
|
|
@@!p:; Remove old iis4 AddOnTools Entries
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_KEYRING_IIS4_s%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_KEYRING_IIS4_w%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_PERFMETER_IIS4_s%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_PERFMETER_IIS4_w%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_EVENTVWR_IIS4_s%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_EVENTVWR_IIS4_w%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_SRVMGR_IIS4_s%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_SRVMGR_IIS4_w%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_USRMGR_IIS4_s%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_USRMGR_IIS4_w%"
|
|
@@!p:; Remove old iis5 AddOnTools Entries
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_PERFMETER_IIS5%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_EVENTVWR_IIS5%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_SRVMGR_IIS5_s%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_SRVMGR_IIS5_w%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_USRMGR_IIS5_s%"
|
|
@@!p:HKLM,"%REG_INETMGR%\Parameters\AddOnTools","%TIP_USRMGR_IIS5_w%"
|
|
@@!p:; Remove old iis4 Uninstall Entry
|
|
@@!p:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSIIS"
|
|
@@!p:; Remove tray from iis5
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","PWSTray"
|
|
@@!p:
|
|
@@!p:[iis_product_upgrade_old_dirs]
|
|
@@!p:; remove iis 1.0 dirs
|
|
@@!p:0=100=18|101=%32774%\admin|102=1
|
|
@@!p:0=100=18|101=%32774%\iexplore|102=1
|
|
@@!p:0=100=18|101=%32774%\server|102=1
|
|
@@!p:0=100=18|101=%32774%
|
|
@@!p:; remove other
|
|
@@!p:0=100=18|101=%32774%\iisadmin\htmldocs
|
|
@@!p:0=100=18|101=%32774%\iisadmin
|
|
@@!p:0=100=18|101=%32774%
|
|
@@!p:0=100=18|101=%32773%\ASPSamp\AdvWorks
|
|
@@!p:0=100=18|101=%32773%\ASPSamp
|
|
@@!p:0=100=18|101=%32768%\Docs\ASPDocs|102=1
|
|
@@!p:0=100=18|101=%32768%\Docs
|
|
@@!p:; iis4 docs
|
|
@@!p:0=100=18|101=%18%\IIS|102=1
|
|
@@!p:0=100=18|101=%18%\Common
|
|
@@!p:
|
|
@@!p:[iis_product_remove_old_iis4_pwmgr]
|
|
@@!p:Delfiles= \
|
|
@@!p:iis_40_pwmgr_files_sys, \
|
|
@@!p:iis_40_pwmgr_files_inetsrv, \
|
|
@@!p:iis_40_pwmgr_files_publish, \
|
|
@@!p:iis_40_pwmgr_files_publish_jsbrowser, \
|
|
@@!p:iis_40_pwmgr_files_winhelp, \
|
|
@@!p:iis_40_pwmgr_files_tour
|
|
@@!p:
|
|
@@!p:[iis_product_remove_old_iis4_pwmgr_reg]
|
|
@@!p:DelReg=iis_40_pwmgr_unregister
|
|
@@!p:
|
|
@@!p:[iis_product_remove_old_iis5_pwmgr]
|
|
@@!p:Delfiles= \
|
|
@@!p:iis_50_pwmgr_files_sys, \
|
|
@@!p:iis_50_pwmgr_files_inetsrv, \
|
|
@@!p:iis_50_pwmgr_files_winhelp, \
|
|
@@!p:iis_50_pwmgr_files_globalasa, \
|
|
@@!p:iis_50_pwmgr_files_tour, \
|
|
@@!p:iis_50_pwmgr_files_homepage, \
|
|
@@!p:iis_50_pwmgr_files_homepage_themes_1, \
|
|
@@!p:iis_50_pwmgr_files_homepage_themes_2, \
|
|
@@!p:iis_50_pwmgr_files_homepage_themes_3
|
|
@@!p:
|
|
@@!p:[iis_product_remove_old_iis5_pwmgr_reg]
|
|
@@!p:DelReg=iis_40_pwmgr_unregister
|
|
@@!p:
|
|
@@!p:
|
|
@@!p:[iis_20_files_sys]
|
|
@@!p:oemnsvin.inf
|
|
@@!p:
|
|
@@!p:[iis_20_files_inetsrv]
|
|
@@!p:setup.exe
|
|
@@!p:setup.hlp
|
|
@@!p:inetstp.inf
|
|
@@!p:inetstp.dll
|
|
@@!p:;ipudll.dll ;needed by keyring.exe
|
|
@@!p:keygen.exe
|
|
@@!p:setkey.exe
|
|
@@!p:convlog.exe
|
|
@@!p:inetmgr.cnt
|
|
@@!p:inetmgr.hlp
|
|
@@!p:keyring.cnt
|
|
@@!p:keyring.hlp
|
|
@@!p:;keyring.exe ;needed by exchange 5.5
|
|
@@!p:fscfg.cnt
|
|
@@!p:fscfg.hlp
|
|
@@!p:fscfg.dll
|
|
@@!p:ftpsvc2.dll
|
|
@@!p:ftpmib.dll
|
|
@@!p:w3key.dll
|
|
@@!p:w3svc.dll
|
|
@@!p:w3scfg.cnt
|
|
@@!p:w3scfg.hlp
|
|
@@!p:w3scfg.dll
|
|
@@!p:gscfg.dll
|
|
@@!p:gscfg.cnt
|
|
@@!p:gscfg.hlp
|
|
@@!p:gdmib.dll
|
|
@@!p:gdspace.dll
|
|
@@!p:gdsset.exe
|
|
@@!p:gopherd.dll
|
|
@@!p:httpodbc.dll
|
|
@@!p:httpmib.dll
|
|
@@!p:inetmgr.exe
|
|
@@!p:inetinfo.exe
|
|
@@!p:infocomm.dll
|
|
@@!p:logtemp.sql
|
|
@@!p:
|
|
@@!p:[iis_20_files_inetsrv_iisadmin]
|
|
@@!p:bestwith.gif
|
|
@@!p:cf.gif
|
|
@@!p:DEFAULT.HTM
|
|
@@!p:deny.gif
|
|
@@!p:ftp1conn.gif
|
|
@@!p:gph1conn.gif
|
|
@@!p:grant.gif
|
|
@@!p:grpcomp.gif
|
|
@@!p:hand.gif
|
|
@@!p:hd.gif
|
|
@@!p:house_t.gif
|
|
@@!p:logo.gif
|
|
@@!p:of.gif
|
|
@@!p:powrbybo.gif
|
|
@@!p:sngcomp.gif
|
|
@@!p:watermrk.gif
|
|
@@!p:web1conn.gif
|
|
@@!p:ftadv.htm
|
|
@@!p:ftadvda.htm
|
|
@@!p:ftadve.htm
|
|
@@!p:ftadvga.htm
|
|
@@!p:ftcon.htm
|
|
@@!p:ftdir.htm
|
|
@@!p:ftdira.htm
|
|
@@!p:ftdire.htm
|
|
@@!p:ftlog.htm
|
|
@@!p:ftmsg.htm
|
|
@@!p:ftsrv.htm
|
|
@@!p:goadv.htm
|
|
@@!p:goadvda.htm
|
|
@@!p:goadve.htm
|
|
@@!p:goadvga.htm
|
|
@@!p:godir.htm
|
|
@@!p:godira.htm
|
|
@@!p:godire.htm
|
|
@@!p:golog.htm
|
|
@@!p:gosrv.htm
|
|
@@!p:htadv.htm
|
|
@@!p:htadvda.htm
|
|
@@!p:htadve.htm
|
|
@@!p:htadvga.htm
|
|
@@!p:htdir.htm
|
|
@@!p:htdira.htm
|
|
@@!p:htdire.htm
|
|
@@!p:htlog.htm
|
|
@@!p:htsrv.htm
|
|
@@!p:
|
|
@@!p:[iis_20_files_inetsrv_iisadmin_htmldocs]
|
|
@@!p:00_iis.htm
|
|
@@!p:01_iis.htm
|
|
@@!p:02_i254b.gif
|
|
@@!p:02_i254c.gif
|
|
@@!p:02_i254d.gif
|
|
@@!p:02_i254e.gif
|
|
@@!p:02_i254f.gif
|
|
@@!p:02_i254g.gif
|
|
@@!p:02_i254h.gif
|
|
@@!p:02_i254i.gif
|
|
@@!p:02_i254j.gif
|
|
@@!p:02_i254k.gif
|
|
@@!p:02_iis.htm
|
|
@@!p:03_i255b.gif
|
|
@@!p:03_i255c.gif
|
|
@@!p:03_i255d.gif
|
|
@@!p:03_iis.htm
|
|
@@!p:04_i256b.gif
|
|
@@!p:04_i256c.gif
|
|
@@!p:04_iis.htm
|
|
@@!p:05_i257c.gif
|
|
@@!p:05_iis.htm
|
|
@@!p:06_i258f.gif
|
|
@@!p:06_i258i.gif
|
|
@@!p:06_iis.htm
|
|
@@!p:07_iis.htm
|
|
@@!p:08_i260b.gif
|
|
@@!p:08_i260c.gif
|
|
@@!p:08_i260d.gif
|
|
@@!p:08_i260e.gif
|
|
@@!p:08_i260f.gif
|
|
@@!p:08_i260g.gif
|
|
@@!p:08_i260m.gif
|
|
@@!p:08_i260n.gif
|
|
@@!p:08_i260o.gif
|
|
@@!p:08_i260p.gif
|
|
@@!p:08_iis.htm
|
|
@@!p:09_iis.htm
|
|
@@!p:10_iis.htm
|
|
@@!p:11_iis.htm
|
|
@@!p:aa_iis.htm
|
|
@@!p:backgrd.gif
|
|
@@!p:befr_iis.htm
|
|
@@!p:bullet.gif
|
|
@@!p:default.htm
|
|
@@!p:docindex.gif
|
|
@@!p:iisdocs.htm
|
|
@@!p:iis_logo.gif
|
|
@@!p:inetdocs.htm
|
|
@@!p:ix_iis.htm
|
|
@@!p:next.gif
|
|
@@!p:onepix.gif
|
|
@@!p:powered.gif
|
|
@@!p:previous.gif
|
|
@@!p:toc.gif
|
|
@@!p:up.gif
|
|
@@!p:up_end.gif
|
|
@@!p:zz_iis.htm
|
|
@@!p:
|
|
@@!p:[iis_30_files_asp]
|
|
@@!p:asp.dll
|
|
@@!p:_setupex.dll
|
|
@@!p:deisl1.isu
|
|
@@!p:
|
|
@@!p:[iis_30_files_asp_cmpnts]
|
|
@@!p:adrot.dll
|
|
@@!p:asptlb.h
|
|
@@!p:browscap.dll
|
|
@@!p:browscap.ini
|
|
@@!p:nextlink.dll
|
|
@@!p:regsvr32.exe
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_advworks_samples]
|
|
@@!p:ado1.asp
|
|
@@!p:ado2.asp
|
|
@@!p:ado3.asp
|
|
@@!p:ado4.asp
|
|
@@!p:ado5.asp
|
|
@@!p:adojavas.inc
|
|
@@!p:adotest.asp
|
|
@@!p:adovbs.inc
|
|
@@!p:adrot.asp
|
|
@@!p:adrot.txt
|
|
@@!p:asp.gif
|
|
@@!p:auth.asp
|
|
@@!p:browser.asp
|
|
@@!p:cerjavas.inc
|
|
@@!p:cervbs.inc
|
|
@@!p:code.asp
|
|
@@!p:form.asp
|
|
@@!p:hello.asp
|
|
@@!p:jsad.asp
|
|
@@!p:jsado.asp
|
|
@@!p:loops.asp
|
|
@@!p:qstring.asp
|
|
@@!p:query.asp
|
|
@@!p:response.asp
|
|
@@!p:results.asp
|
|
@@!p:samples.htm
|
|
@@!p:srcform.inc
|
|
@@!p:srvvar.asp
|
|
@@!p:text.asp
|
|
@@!p:textwork.txt
|
|
@@!p:vsource.gif
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_advworks]
|
|
@@!p:adredir.asp
|
|
@@!p:adrot.txt
|
|
@@!p:AdvWorks.ldb
|
|
@@!p:AdvWorks.mdb
|
|
@@!p:ADVWORKS.SQL
|
|
@@!p:Cart.inc
|
|
@@!p:code.asp
|
|
@@!p:default.asp
|
|
@@!p:default.htm
|
|
@@!p:Disclaim.inc
|
|
@@!p:global.asa
|
|
@@!p:Navbar.inc
|
|
@@!p:Navbar2.inc
|
|
@@!p:srcform.inc
|
|
@@!p:tips.txt
|
|
@@!p:visitors.txt
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_advworks_controls]
|
|
@@!p:Billboard.ods
|
|
@@!p:iechart.ocx
|
|
@@!p:NBOARD.CAB
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_advworks_Equipment]
|
|
@@!p:catalog_type.asp
|
|
@@!p:check_out.asp
|
|
@@!p:congratulations.asp
|
|
@@!p:default.asp
|
|
@@!p:equip.asp
|
|
@@!p:GetCustomer.asp
|
|
@@!p:shipping.asp
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_advworks_Excursions]
|
|
@@!p:alaska.asp
|
|
@@!p:default.asp
|
|
@@!p:excursions.asp
|
|
@@!p:nextlink.txt
|
|
@@!p:patagonia.asp
|
|
@@!p:washington.asp
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_advworks_Internal]
|
|
@@!p:Customer_Listing.asp
|
|
@@!p:Default.asp
|
|
@@!p:Sales_by_Customer.asp
|
|
@@!p:Sales_by_Employee.asp
|
|
@@!p:Sales_by_Product.asp
|
|
@@!p:Sales_by_Product_Graph.asp
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_advworks_MM]
|
|
@@!p:[iis_30_files_old_advworks_MM_Audio]
|
|
@@!p:cricfrg2.WAV
|
|
@@!p:drip2.WAV
|
|
@@!p:eagle2.WAV
|
|
@@!p:wind2.WAV
|
|
@@!p:zip3.wav
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_advworks_MM_Cat]
|
|
@@!p:[iis_30_files_old_advworks_MM_Cat_Camping]
|
|
@@!p:Dbackpacks21.gif
|
|
@@!p:Dbackpacks22.gif
|
|
@@!p:Dbackpacks23.gif
|
|
@@!p:Dbackpacks24.gif
|
|
@@!p:Dboots05.gif
|
|
@@!p:Dboots06.gif
|
|
@@!p:Dboots07.gif
|
|
@@!p:Dboots08.gif
|
|
@@!p:Ddinningwear32.gif
|
|
@@!p:Dfirstaidkit31.gif
|
|
@@!p:Dsleepingbags25.gif
|
|
@@!p:Dsleepingbags26.gif
|
|
@@!p:Dsleepingbags27.gif
|
|
@@!p:Dsleepingbags28.gif
|
|
@@!p:Dstoves29.gif
|
|
@@!p:Dstoves30.gif
|
|
@@!p:Dtents17.gif
|
|
@@!p:Dtents18.gif
|
|
@@!p:Dtents19.gif
|
|
@@!p:Dtents20.gif
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_advworks_MM_Cat_Climbing]
|
|
@@!p:dcarabiners01.GIF
|
|
@@!p:dcarabiners02.GIF
|
|
@@!p:dcarabiners03.GIF
|
|
@@!p:dcarabiners04.GIF
|
|
@@!p:Dcrampon37.gif
|
|
@@!p:Dcrampon39.gif
|
|
@@!p:Dcrampon40.gif
|
|
@@!p:Dcrampons38.gif
|
|
@@!p:Dharness41.gif
|
|
@@!p:Dharness42.gif
|
|
@@!p:Dharness43.gif
|
|
@@!p:Dharness44.gif
|
|
@@!p:Drockshoes45.gif
|
|
@@!p:Drockshoes46.gif
|
|
@@!p:Drockshoes47.gif
|
|
@@!p:Drockshoes48.gif
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_advworks_MM_Cat_Clothing]
|
|
@@!p:Dboots05.gif
|
|
@@!p:Dboots06.gif
|
|
@@!p:Dboots07.gif
|
|
@@!p:Dboots08.gif
|
|
@@!p:Dpants13.gif
|
|
@@!p:Dpants14.gif
|
|
@@!p:Dpants15.gif
|
|
@@!p:Dpants16.gif
|
|
@@!p:Dparkas01.gif
|
|
@@!p:Dparkas02.gif
|
|
@@!p:Dparkas03.gif
|
|
@@!p:Dparkas04.gif
|
|
@@!p:Dshirts09.gif
|
|
@@!p:Dshirts10.gif
|
|
@@!p:Dshirts11.gif
|
|
@@!p:Dshirts12.gif
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_advworks_MM_Images]
|
|
@@!p:ad_1.GIF
|
|
@@!p:AD_1.PNG
|
|
@@!p:ad_2.GIF
|
|
@@!p:AD_2.PNG
|
|
@@!p:ad_3.GIF
|
|
@@!p:AD_3.PNG
|
|
@@!p:ad_4.GIF
|
|
@@!p:AD_4.PNG
|
|
@@!p:Asp.GIF
|
|
@@!p:back_sub.GIF
|
|
@@!p:BaseCcomp.jpg
|
|
@@!p:BC_title_alaska.GIF
|
|
@@!p:bc_title_patagonia.GIF
|
|
@@!p:bc_title_washington.GIF
|
|
@@!p:bullet.GIF
|
|
@@!p:Checkout.GIF
|
|
@@!p:equip_text_camping.GIF
|
|
@@!p:equip_text_climbing.GIF
|
|
@@!p:equip_text_clothing.GIF
|
|
@@!p:Frontartcomp.jpg
|
|
@@!p:GearedUp.jpg
|
|
@@!p:hd_about_aw.GIF
|
|
@@!p:hd_account_summary.GIF
|
|
@@!p:hd_backpack.gif
|
|
@@!p:hd_boot.gif
|
|
@@!p:hd_carabiner.gif
|
|
@@!p:hd_check_out.GIF
|
|
@@!p:hd_climbing_classifieds.GIF
|
|
@@!p:hd_climbing_games_and_trivia.GIF
|
|
@@!p:hd_climbing_stories.GIF
|
|
@@!p:hd_congratulations.GIF
|
|
@@!p:hd_crampon.gif
|
|
@@!p:hd_excursions.GIF
|
|
@@!p:hd_harness.gif
|
|
@@!p:hd_membership.GIF
|
|
@@!p:hd_other_web_sites.GIF
|
|
@@!p:hd_pants.GIF
|
|
@@!p:hd_parka.gif
|
|
@@!p:hd_payment_and_shipping.gif
|
|
@@!p:hd_rockshoes.gif
|
|
@@!p:hd_shirt.gif
|
|
@@!p:hd_sign_up.GIF
|
|
@@!p:hd_sleepingbag.gif
|
|
@@!p:hd_supplies.GIF
|
|
@@!p:hd_tent.gif
|
|
@@!p:icon_arrows_both_ways.GIF
|
|
@@!p:icon_sub_equipment.GIF
|
|
@@!p:icon_sub_excursions.GIF
|
|
@@!p:icon_sub_home.GIF
|
|
@@!p:icon_sub_Internal.GIF
|
|
@@!p:icon_sub_resources.GIF
|
|
@@!p:IE_ANIM.GIF
|
|
@@!p:InnerTcomp.jpg
|
|
@@!p:leavesite.GIF
|
|
@@!p:map_alaska.GIF
|
|
@@!p:map_alaska2.GIF
|
|
@@!p:map_Patagonia.GIF
|
|
@@!p:map_Patagonia2.GIF
|
|
@@!p:map_washington.GIF
|
|
@@!p:map_washington2.GIF
|
|
@@!p:more.GIF
|
|
@@!p:ncompass1.png
|
|
@@!p:ncompass2.png
|
|
@@!p:ncompass3.png
|
|
@@!p:ncompass4.png
|
|
@@!p:OffWallcomp.jpg
|
|
@@!p:Order.GIF
|
|
@@!p:SaleTag1.GIF
|
|
@@!p:sidebar_text.GIF
|
|
@@!p:spacer.gif
|
|
@@!p:spacer2.gif
|
|
@@!p:Tipofday.GIF
|
|
@@!p:title_avalanche.gif
|
|
@@!p:title_camping.gif
|
|
@@!p:title_climbing.gif
|
|
@@!p:title_clothing.gif
|
|
@@!p:vsource.GIF
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_advworks_Resources]
|
|
@@!p:about_aw.asp
|
|
@@!p:default.asp
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_aspsamp_samples]
|
|
@@!p:ado1.asp
|
|
@@!p:ado2.asp
|
|
@@!p:ado3.asp
|
|
@@!p:ado4.asp
|
|
@@!p:ado5.asp
|
|
@@!p:adojavas.inc
|
|
@@!p:adotest.asp
|
|
@@!p:adovbs.inc
|
|
@@!p:adrot.asp
|
|
@@!p:adrot.txt
|
|
@@!p:asp.gif
|
|
@@!p:auth.asp
|
|
@@!p:browser.asp
|
|
@@!p:cerjavas.inc
|
|
@@!p:cervbs.inc
|
|
@@!p:code.asp
|
|
@@!p:form.asp
|
|
@@!p:hello.asp
|
|
@@!p:jsad.asp
|
|
@@!p:jsado.asp
|
|
@@!p:loops.asp
|
|
@@!p:qstring.asp
|
|
@@!p:query.asp
|
|
@@!p:response.asp
|
|
@@!p:results.asp
|
|
@@!p:samples.htm
|
|
@@!p:srcform.inc
|
|
@@!p:srvvar.asp
|
|
@@!p:text.asp
|
|
@@!p:textwork.txt
|
|
@@!p:vsource.gif
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_aspsamp_tut]
|
|
@@!p:atumd1.asp
|
|
@@!p:atumd2.asp
|
|
@@!p:atumd3.asp
|
|
@@!p:atuovr.htm
|
|
@@!p:script1.asp
|
|
@@!p:script4.asp
|
|
@@!p:script5.asp
|
|
@@!p:script6.asp
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_aspsamp_tut_images]
|
|
@@!p:ovrvuart.gif
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_aspsamp_tut_lessons]
|
|
@@!p:ad.asp
|
|
@@!p:adrot.txt
|
|
@@!p:database.asp
|
|
@@!p:default.asp
|
|
@@!p:default2.asp
|
|
@@!p:finance.asp
|
|
@@!p:finance.htm
|
|
@@!p:form.htm
|
|
@@!p:order.htm
|
|
@@!p:response.asp
|
|
@@!p:tips.txt
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_aspsamp]
|
|
@@!p:default.htm
|
|
@@!p:
|
|
@@!p:[iis_30_files_old_docs]
|
|
@@!p:
|
|
@@!p:[iis_old_keyring_inetsrv]
|
|
@@!p:;keyring.exe ;needed by exchange 5.5
|
|
@@!p:w3key.dll
|
|
@@!p:
|
|
@@!p:[iis_40_old_setup_files]
|
|
@@!p:;iis.dll
|
|
@@!p:;iis.inf
|
|
@@!p:
|
|
@@!p:[iis_40_old_setup_files_w95]
|
|
@@!p:iis.dll
|
|
@@!p:iis.inf
|
|
@@!p:
|
|
@@!p:[iis_40_files_sys]
|
|
@@!p:adsiis.tlb
|
|
@@!p:getfile.exe
|
|
@@!p:
|
|
@@!p:[iis_40_files_inetsrv]
|
|
@@!p:;ipudll.dll ;needed by keyring.exe
|
|
@@!p:ftp.mib
|
|
@@!p:gateway.mib
|
|
@@!p:http.mib
|
|
@@!p:inetsrv.mib
|
|
@@!p:smi.mib
|
|
@@!p:
|
|
@@!p:[iis_40_files_cluster]
|
|
@@!p:clusiis4.dll
|
|
@@!p:iisclus3.dll
|
|
@@!p:
|
|
@@!p:[iis_40_files_inetsrv_2]
|
|
@@!p:admexs.dll
|
|
@@!p:ADROT.dll
|
|
@@!p:asp.dll
|
|
@@!p:authfilt.dll
|
|
@@!p:browscap.dll
|
|
@@!p:browscap.ini
|
|
@@!p:ccodes.txt
|
|
@@!p:CertMap.ocx
|
|
@@!p:Cnfgprts.ocx
|
|
@@!p:coadmin.dll
|
|
@@!p:iis.msc
|
|
@@!p:iisadmin.dll
|
|
@@!p:iisca.exe
|
|
@@!p:iischema.dll
|
|
@@!p:iisclex4.dll
|
|
@@!p:iiscrmap.dll
|
|
@@!p:iisfecnv.dll
|
|
@@!p:iislog.dll
|
|
@*: BillKar suggests we keep this on upgrades (530880)
|
|
@@!p:;iisperf.pmc
|
|
@@!p:iissync.exe
|
|
@@!p:iisui.dll
|
|
@@!p:inetmgr.dll
|
|
@@!p:;ipudll.dll ;needed by keyring.exe
|
|
@@!p:isatq.dll
|
|
@@!p:iscomlog.dll
|
|
@@!p:;ism.dll ;removed elsewhere
|
|
@@!p:iwrps.dll
|
|
@@!p:logui.ocx
|
|
@@!p:lonsint.dll
|
|
@@!p:lonsiw95.dll
|
|
@@!p:md5filt.dll
|
|
@@!p:mdsync.dll
|
|
@@!p:metadata.dll
|
|
@@!p:;myinfo.dll
|
|
@@!p:NEXTLINK.dll
|
|
@@!p:nsepm.dll
|
|
@@!p:pwsdata.dll
|
|
@@!p:regsvr32.exe
|
|
@@!p:rpcref.dll
|
|
@@!p:rsaci.rat
|
|
@@!p:ssinc.dll
|
|
@@!p:svcext.dll
|
|
@@!p:w3ext.dll
|
|
@@!p:wam.dll
|
|
@@!p:wamps.dll
|
|
@@!p:wamreg.dll
|
|
@@!p:clusiis4.dll
|
|
@@!p:
|
|
@@!p:[iis_40_files_inetsrv_adminsamples]
|
|
@@!p:adsutil.vbs
|
|
@@!p:chaccess.vbs
|
|
@@!p:contftp.vbs
|
|
@@!p:contsrv.vbs
|
|
@@!p:contweb.vbs
|
|
@@!p:dispnode.vbs
|
|
@@!p:disptree.vbs
|
|
@@!p:findweb.vbs
|
|
@@!p:fixcfg.vbs
|
|
@@!p:mkw3site.vbs
|
|
@@!p:mkwebdir.vbs
|
|
@@!p:pauseftp.vbs
|
|
@@!p:pausesrv.vbs
|
|
@@!p:pauseweb.vbs
|
|
@@!p:startftp.vbs
|
|
@@!p:startsrv.vbs
|
|
@@!p:startweb.vbs
|
|
@@!p:stopftp.vbs
|
|
@@!p:stopsrv.vbs
|
|
@@!p:stopweb.vbs
|
|
@@!p:
|
|
@@!p:[iis_40_files_inetsrv_iisadmpwd]
|
|
@@!p:achg.htr
|
|
@@!p:aexp.htr
|
|
@@!p:aexp2.htr
|
|
@@!p:aexp2b.htr
|
|
@@!p:aexp3.htr
|
|
@@!p:aexp4.htr
|
|
@@!p:aexp4b.htr
|
|
@@!p:anot.htr
|
|
@@!p:anot3.htr
|
|
@@!p:
|
|
@@!p:[iis_40_files_inetsrv_iisadmpwd_2]
|
|
@@!p:achg.htr
|
|
@@!p:aexp.htr
|
|
@@!p:aexp2.htr
|
|
@@!p:aexp2b.htr
|
|
@@!p:aexp3.htr
|
|
@@!p:aexp4.htr
|
|
@@!p:aexp4b.htr
|
|
@@!p:anot.htr
|
|
@@!p:anot3.htr
|
|
@@!p:
|
|
@@!p:[iis_40_files_inetsrv_iisadmin_2]
|
|
@@!p:blank.htm
|
|
@@!p:calendar.asp
|
|
@@!p:default.asp
|
|
@@!p:iiabout.asp
|
|
@@!p:iiaccess.asp
|
|
@@!p:iiacct.asp
|
|
@@!p:iiacsshd.asp
|
|
@@!p:iiacssls.asp
|
|
@@!p:iiaction.asp
|
|
@@!p:iiadm.asp
|
|
@@!p:iiadmbd.asp
|
|
@@!p:iiadmhd.asp
|
|
@@!p:iiadmls.asp
|
|
@@!p:iiamap.asp
|
|
@@!p:iiamaphd.asp
|
|
@@!p:iiamapls.asp
|
|
@@!p:iiapp.asp
|
|
@@!p:iiapphd.asp
|
|
@@!p:iiappmn.asp
|
|
@@!p:iiauth.asp
|
|
@@!p:iibind.inc
|
|
@@!p:iibkup.asp
|
|
@@!p:iibkuphd.asp
|
|
@@!p:iibkupls.asp
|
|
@@!p:iibkupset.asp
|
|
@@!p:iibkuptl.asp
|
|
@@!p:iibody.asp
|
|
@@!p:iicache.asp
|
|
@@!p:iichkpath.asp
|
|
@@!p:iicomm.asp
|
|
@@!p:iicomp.asp
|
|
@@!p:iidef.asp
|
|
@@!p:iidoc.asp
|
|
@@!p:iierr.asp
|
|
@@!p:iierrhd.asp
|
|
@@!p:iierrls.asp
|
|
@@!p:iifilt.asp
|
|
@@!p:iifilthd.asp
|
|
@@!p:iifiltls.asp
|
|
@@!p:iifixpth.inc
|
|
@@!p:iifmsg.asp
|
|
@@!p:iifnav.asp
|
|
@@!p:iiftp.asp
|
|
@@!p:iifvd.asp
|
|
@@!p:iifvddir.asp
|
|
@@!p:iifvdhd.asp
|
|
@@!p:iifvdnt.asp
|
|
@@!p:iifvdrd.asp
|
|
@@!p:iifvs.asp
|
|
@@!p:iigtdata.asp
|
|
@@!p:iihd.asp
|
|
@@!p:iihdn.asp
|
|
@@!p:iihdr.asp
|
|
@@!p:iihdrhd.asp
|
|
@@!p:iihdrls.asp
|
|
@@!p:iilist.asp
|
|
@@!p:iilog.asp
|
|
@@!p:iiloghd.asp
|
|
@@!p:iilogmn.asp
|
|
@@!p:iimime.asp
|
|
@@!p:iimimehd.asp
|
|
@@!p:iimimels.asp
|
|
@@!p:iimlti.asp
|
|
@@!p:iimltihd.asp
|
|
@@!p:iimltils.asp
|
|
@@!p:iimnu.asp
|
|
@@!p:iinav.asp
|
|
@@!p:iipath.asp
|
|
@@!p:iipathhd.asp
|
|
@@!p:iipathls.asp
|
|
@@!p:iiperf.asp
|
|
@@!p:iipop.asp
|
|
@@!p:iipopcl.asp
|
|
@@!p:iipopcl.htm
|
|
@@!p:iipophd.asp
|
|
@@!p:iipoptl.asp
|
|
@@!p:iiput.asp
|
|
@@!p:iiputls.asp
|
|
@@!p:iirename.asp
|
|
@@!p:iirte.asp
|
|
@@!p:iirtehd.asp
|
|
@@!p:iirtels.asp
|
|
@@!p:iis.asp
|
|
@@!p:iiscript.asp
|
|
@@!p:iisec.asp
|
|
@@!p:iisechd.asp
|
|
@@!p:iisecls.asp
|
|
@@!p:iisess.asp
|
|
@@!p:iiset.asp
|
|
@@!p:iiset.inc
|
|
@@!p:iislider.asp
|
|
@@!p:iisnew.asp
|
|
@@!p:iisrvls.asp
|
|
@@!p:iistat.asp
|
|
@@!p:iito.inc
|
|
@@!p:iitool.asp
|
|
@@!p:iivd.asp
|
|
@@!p:iivddir.asp
|
|
@@!p:iivdhd.asp
|
|
@@!p:iivdnt.asp
|
|
@@!p:iivdrd.asp
|
|
@@!p:iivs.asp
|
|
@@!p:iiwww.asp
|
|
@@!p:
|
|
@@!p:[iis_40_files_inetsrv_iisadmin_2a]
|
|
@@!p:about.gif
|
|
@@!p:access.gif
|
|
@@!p:app0.gif
|
|
@@!p:app2.gif
|
|
@@!p:app4.gif
|
|
@@!p:app6.gif
|
|
@@!p:back.gif
|
|
@@!p:blank.gif
|
|
@@!p:blankl.gif
|
|
@@!p:browse.gif
|
|
@@!p:cert.gif
|
|
@@!p:checkoff.gif
|
|
@@!p:checkon.gif
|
|
@@!p:cncl.gif
|
|
@@!p:comp.gif
|
|
@@!p:comp0.gif
|
|
@@!p:comp1.gif
|
|
@@!p:comp2.gif
|
|
@@!p:comp3.gif
|
|
@@!p:comp4.gif
|
|
@@!p:cont.gif
|
|
@@!p:dir0.gif
|
|
@@!p:dir2.gif
|
|
@@!p:dir4.gif
|
|
@@!p:doc.gif
|
|
@@!p:drct.gif
|
|
@@!p:edit.gif
|
|
@@!p:file.gif
|
|
@@!p:ftp0.gif
|
|
@@!p:ftp2.gif
|
|
@@!p:ftp4.gif
|
|
@@!p:ftp6.gif
|
|
@@!p:ftpprop.gif
|
|
@@!p:handshk.gif
|
|
@@!p:help.gif
|
|
@@!p:iisnav.gif
|
|
@@!p:iisttl.gif
|
|
@@!p:info.gif
|
|
@@!p:info_ani.gif
|
|
@@!p:ism.gif
|
|
@@!p:ismhd.gif
|
|
@@!p:key.gif
|
|
@@!p:line.gif
|
|
@@!p:loading.gif
|
|
@@!p:lock.gif
|
|
@@!p:logo.gif
|
|
@@!p:master.gif
|
|
@@!p:mime.gif
|
|
@@!p:minus.gif
|
|
@@!p:minusl.gif
|
|
@@!p:new.gif
|
|
@@!p:next.gif
|
|
@@!p:off.gif
|
|
@@!p:ok.gif
|
|
@@!p:on.gif
|
|
@@!p:open.gif
|
|
@@!p:pause.gif
|
|
@@!p:plus.gif
|
|
@@!p:plusl.gif
|
|
@@!p:radiooff.gif
|
|
@@!p:radioon.gif
|
|
@@!p:refr.gif
|
|
@@!p:remv.gif
|
|
@@!p:rename.gif
|
|
@@!p:roll.gif
|
|
@@!p:rte.gif
|
|
@@!p:save.gif
|
|
@@!p:sliderend.gif
|
|
@@!p:slideroff.gif
|
|
@@!p:slideron.gif
|
|
@@!p:slidersp.gif
|
|
@@!p:smallkey.gif
|
|
@@!p:space.gif
|
|
@@!p:stop.gif
|
|
@@!p:updir.gif
|
|
@@!p:url.gif
|
|
@@!p:vbscript.gif
|
|
@@!p:vdir0.gif
|
|
@@!p:vdir2.gif
|
|
@@!p:vdir4.gif
|
|
@@!p:www0.gif
|
|
@@!p:www2.gif
|
|
@@!p:www4.gif
|
|
@@!p:www6.gif
|
|
@@!p:wwwprop.gif
|
|
@@!p:
|
|
@@!p:[iis_40_files_inetsrv_iisadmin_2b]
|
|
@@!p:blank.htm
|
|
@@!p:dir.gif
|
|
@@!p:file.gif
|
|
@@!p:jsbrowser.asp
|
|
@@!p:jsbrowser.js
|
|
@@!p:jsbrwcl.asp
|
|
@@!p:jsbrwflt.asp
|
|
@@!p:jsbrwhd.asp
|
|
@@!p:jsbrwls.asp
|
|
@@!p:jsbrwpop.asp
|
|
@@!p:jsbrwset.asp
|
|
@@!p:updir.gif
|
|
@@!p:
|
|
@@!p:[iis_40_old_doc_files_common]
|
|
@@!p:alpha.cab
|
|
@@!p:bestwith.gif
|
|
@@!p:cntimage.gif
|
|
@@!p:cocss.css
|
|
@@!p:colegal.htm
|
|
@@!p:coprint.htm
|
|
@@!p:cotoc.bmp
|
|
@@!p:coua.css
|
|
@@!p:DialogLayout.class
|
|
@@!p:Element.class
|
|
@@!p:ElementList.class
|
|
@@!p:hhctrl.cab
|
|
@@!p:HHCtrl.class
|
|
@@!p:i386.cab
|
|
@@!p:iiadden.htm
|
|
@@!p:IndexPanel.class
|
|
@@!p:java.cab
|
|
@@!p:loc.prp
|
|
@@!p:onestep.gif
|
|
@@!p:RelatedDialog.class
|
|
@@!p:SitemapParser.class
|
|
@@!p:spidie3.css
|
|
@@!p:spidie4.css
|
|
@@!p:TreeCanvas.class
|
|
@@!p:TreeView.class
|
|
@@!p:up.gif
|
|
@@!p:htmla.htm
|
|
@@!p:
|
|
@@!p:[iis_40_files_website]
|
|
@@!p:admin.asp
|
|
@@!p:admin.gif
|
|
@@!p:default.asp
|
|
@@!p:dropbox.gif
|
|
@@!p:generic.gif
|
|
@@!p:merlin.gif
|
|
@@!p:message.gif
|
|
@@!p:;messages.mdb
|
|
@@!p:msg.gif
|
|
@@!p:;myinfo.inc
|
|
@@!p:qbe.asp
|
|
@@!p:streamer.gif
|
|
@@!p:t_theme.inc
|
|
@@!p:template.asp
|
|
@@!p:tempsubs.inc
|
|
@@!p:themes.inc
|
|
@@!p:urlform.asp
|
|
@@!p:wizard.asp
|
|
@@!p:
|
|
@@!p:[iis_40_files_publish]
|
|
@@!p:filelist.asp
|
|
@@!p:finish.inc
|
|
@@!p:localize.inc
|
|
@@!p:pubbannr.gif
|
|
@@!p:publish.mdb
|
|
@@!p:welcome.asp
|
|
@@!p:welcome.inc
|
|
@@!p:
|
|
@@!p:[iis_40_files_publish_jsbrowser]
|
|
@@!p:blank.htm
|
|
@@!p:dir.gif
|
|
@@!p:file.gif
|
|
@@!p:JSBrowser.asp
|
|
@@!p:JSBrowser.js
|
|
@@!p:JSBrwCl.asp
|
|
@@!p:JSBrwFlt.asp
|
|
@@!p:JSBrwHd.asp
|
|
@@!p:JSBrwLs.asp
|
|
@@!p:JSBrwPop.asp
|
|
@@!p:JSBrwSet.asp
|
|
@@!p:JSBrwTre.asp
|
|
@@!p:updir.gif
|
|
@@!p:
|
|
@@!p:[iis_40_pwmgr_unregister]
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","PWSTray"
|
|
@@!p:; Remove wamreg
|
|
@@!p:HKLM,"Software\CLASSES\CLSID\{763A6C86-F30F-11D0-9953-00C04FD919C1}"
|
|
@@!p:
|
|
@@!p:[iis_40_pwmgr_files_globalasa]
|
|
@@!p:global.asa
|
|
@@!p:
|
|
@@!p:[iis_40_pwmgr_files_homepage]
|
|
@@!p:bullet.gif
|
|
@@!p:;default.asp
|
|
@@!p:file.gif
|
|
@@!p:global.asa
|
|
@@!p:guestbk.asp
|
|
@@!p:myfiles.asp
|
|
@@!p:signbook.asp
|
|
@@!p:sub.inc
|
|
@@!p:theme.inc
|
|
@@!p:
|
|
@@!p:[iis_40_pwmgr_files_homepage_themes_1]
|
|
@@!p:layout.css
|
|
@@!p:layout.inc
|
|
@@!p:rip2_2.gif
|
|
@@!p:rip3.gif
|
|
@@!p:setup.inc
|
|
@@!p:
|
|
@@!p:[iis_40_pwmgr_files_homepage_themes_2]
|
|
@@!p:layout.css
|
|
@@!p:layout.inc
|
|
@@!p:setup.inc
|
|
@@!p:
|
|
@@!p:[iis_40_pwmgr_files_homepage_themes_3]
|
|
@@!p:gradient.gif
|
|
@@!p:layout.css
|
|
@@!p:layout.inc
|
|
@@!p:setup.inc
|
|
@@!p:
|
|
@@!p:[iis_40_pwmgr_files_inetsrv]
|
|
@@!p:pws.exe
|
|
@@!p:tips.dat
|
|
@@!p:
|
|
@@!p:[iis_40_pwmgr_files_publish]
|
|
@@!p:filelist.asp
|
|
@@!p:finish.inc
|
|
@@!p:localize.inc
|
|
@@!p:pubbannr.gif
|
|
@@!p:publish.mdb
|
|
@@!p:welcome.asp
|
|
@@!p:welcome.inc
|
|
@@!p:
|
|
@@!p:[iis_40_pwmgr_files_publish_jsbrowser]
|
|
@@!p:blank.htm
|
|
@@!p:dir.gif
|
|
@@!p:file.gif
|
|
@@!p:JSBrowser.asp
|
|
@@!p:JSBrowser.js
|
|
@@!p:JSBrwCl.asp
|
|
@@!p:JSBrwFlt.asp
|
|
@@!p:JSBrwHd.asp
|
|
@@!p:JSBrwLs.asp
|
|
@@!p:JSBrwPop.asp
|
|
@@!p:JSBrwSet.asp
|
|
@@!p:JSBrwTre.asp
|
|
@@!p:updir.gif
|
|
@@!p:
|
|
@@!p:[iis_40_pwmgr_files_sys]
|
|
@@!p:pwstray.exe
|
|
@@!p:
|
|
@@!p:[iis_40_pwmgr_files_tour]
|
|
@@!p:iitipa.htm
|
|
@@!p:iitipb.htm
|
|
@@!p:iitipc.htm
|
|
@@!p:iitipd.htm
|
|
@@!p:iitipe.htm
|
|
@@!p:iitipf.htm
|
|
@@!p:iitipg.htm
|
|
@@!p:iitiph.htm
|
|
@@!p:iitipi.htm
|
|
@@!p:iitipj.htm
|
|
@@!p:iitipk.htm
|
|
@@!p:iitipl.htm
|
|
@@!p:iitipm.htm
|
|
@@!p:iitoura.gif
|
|
@@!p:iitoura.htm
|
|
@@!p:iitourb.gif
|
|
@@!p:iitourb.htm
|
|
@@!p:iitourc.gif
|
|
@@!p:iitourc.htm
|
|
@@!p:iitourd.gif
|
|
@@!p:iitourd.htm
|
|
@@!p:iitoure.gif
|
|
@@!p:iitoure.htm
|
|
@@!p:iitourf.gif
|
|
@@!p:iitourf.htm
|
|
@@!p:iitourg.gif
|
|
@@!p:iitourg.htm
|
|
@@!p:iitourh.gif
|
|
@@!p:iitourh.htm
|
|
@@!p:iitouri.gif
|
|
@@!p:iitouri.htm
|
|
@@!p:iitourj.gif
|
|
@@!p:iitourj.htm
|
|
@@!p:iiwzhlp.htm
|
|
@@!p:iiwzhlp1.htm
|
|
@@!p:
|
|
@@!p:[iis_40_pwmgr_files_website]
|
|
@@!p:admin.asp
|
|
@@!p:admin.gif
|
|
@@!p:default.asp
|
|
@@!p:dropbox.gif
|
|
@@!p:generic.gif
|
|
@@!p:merlin.gif
|
|
@@!p:message.gif
|
|
@@!p:;messages.mdb
|
|
@@!p:msg.gif
|
|
@@!p:;myinfo.inc
|
|
@@!p:qbe.asp
|
|
@@!p:streamer.gif
|
|
@@!p:t_theme.inc
|
|
@@!p:template.asp
|
|
@@!p:tempsubs.inc
|
|
@@!p:themes.inc
|
|
@@!p:urlform.asp
|
|
@@!p:wizard.asp
|
|
@@!p:
|
|
@@!p:[iis_40_pwmgr_files_winhelp]
|
|
@@!p:pwshelp.hlp
|
|
@@!p:
|
|
@@!p:[iis_50_windir]
|
|
@@!p:iis5.log
|
|
@@!p:
|
|
@@!p:[iis_50_files_sys]
|
|
@@!p:w3ctrs.dll
|
|
@@!p:
|
|
@@!p:[iis_50_files_inetsrv]
|
|
@@!p:compfilt.dll
|
|
@@!p:sspifilt.dll
|
|
@@!p:md5filt.dll
|
|
@@!p:w3svc.dll
|
|
@@!p:iischema.dll
|
|
@@!p:catalog.dll
|
|
@@!p:iwrps.dll
|
|
@@!p:clusiis4.dll
|
|
@@!p:asptxn.dll
|
|
@@!p:authfilt.dll
|
|
@@!p:fortutil.exe
|
|
@@!p:iiscrmap.dll
|
|
@@!p:iisfecnv.dll
|
|
@@!p:iisperf.pmc
|
|
@@!p:iissync.exe
|
|
@@!p:mdsync.dll
|
|
@@!p:nsepm.dll
|
|
@@!p:pagecnt.dll
|
|
@@!p:permchk.dll
|
|
@@!p:pwsdata.dll
|
|
@@!p:
|
|
@@!p:[iis_50_pwmgr_files_sys]
|
|
@@!p:pwstray.exe
|
|
@@!p:
|
|
@@!p:[iis_50_pwmgr_files_inetsrv]
|
|
@@!p:pws.exe
|
|
@@!p:tips.dat
|
|
@@!p:
|
|
@@!p:[iis_50_pwmgr_files_winhelp]
|
|
@@!p:pwshelp.hlp
|
|
@@!p:
|
|
@@!p:[iis_50_pwmgr_files_tour]
|
|
@@!p:iitipa.htm
|
|
@@!p:iitipb.htm
|
|
@@!p:iitipc.htm
|
|
@@!p:iitipd.htm
|
|
@@!p:iitipe.htm
|
|
@@!p:iitipf.htm
|
|
@@!p:iitipg.htm
|
|
@@!p:iitiph.htm
|
|
@@!p:iitipi.htm
|
|
@@!p:iitipj.htm
|
|
@@!p:iitipk.htm
|
|
@@!p:iitipl.htm
|
|
@@!p:iitoura.gif
|
|
@@!p:iitoura.htm
|
|
@@!p:IITOURB.GIF
|
|
@@!p:iitourb.htm
|
|
@@!p:iitourc.gif
|
|
@@!p:iitourc.htm
|
|
@@!p:iitourd.gif
|
|
@@!p:iitourd.htm
|
|
@@!p:iitourd1.gif
|
|
@@!p:iitoure.gif
|
|
@@!p:iitoure.htm
|
|
@@!p:iitourf.gif
|
|
@@!p:iitourf.htm
|
|
@@!p:iitourf1.gif
|
|
@@!p:iitourg.gif
|
|
@@!p:iitourg.htm
|
|
@@!p:iitouri.gif
|
|
@@!p:iitouri.htm
|
|
@@!p:iitourj.gif
|
|
@@!p:iitourj.htm
|
|
@@!p:iitourj1.gif
|
|
@@!p:iitourj2.gif
|
|
@@!p:left1up.gif
|
|
@@!p:left2mouse.gif
|
|
@@!p:left3down.gif
|
|
@@!p:right1up.gif
|
|
@@!p:right2mouse.gif
|
|
@@!p:right3down.gif
|
|
@@!p:
|
|
@@!p:[iis_50_pwmgr_files_globalasa]
|
|
@@!p:global.asa
|
|
@@!p:
|
|
@@!p:[pws10_uninstall_files]
|
|
@@!p:Delfiles=pws10_docs, pws10_htmlascr, pws10_htmla, pws10_system, pws10_sysdir, pws10_windirinf, pws10_osr2_docs,pws10_osr2_htmlascr,pws10_osr2_htmla,pws10_osr2_system
|
|
@@!p:
|
|
@@!p:[pws10_uninstall_inf]
|
|
@@!p:DelReg=pws10_unregister_values
|
|
@@!p:
|
|
@@!p:[pws10_docs]
|
|
@@!p:ADMIN.HTM
|
|
@@!p:FTPSERV.HTM
|
|
@@!p:GETSTART.HTM
|
|
@@!p:DEFAULT.HTM
|
|
@@!p:
|
|
@@!p:[pws10_htmlascr]
|
|
@@!p:ADV.HTR
|
|
@@!p:ADVADDD.HTR
|
|
@@!p:ADVADDDU.HTR
|
|
@@!p:ADVADDG.HTR
|
|
@@!p:ADVADDGU.HTR
|
|
@@!p:ADVDED.HTR
|
|
@@!p:ADVDEG.HTR
|
|
@@!p:ADVDENY.HTR
|
|
@@!p:ADVDENY2.HTR
|
|
@@!p:ADVEDD.HTR
|
|
@@!p:ADVEDDU.HTR
|
|
@@!p:ADVEDG.HTR
|
|
@@!p:ADVEDGU.HTR
|
|
@@!p:ADVGRANT.HTR
|
|
@@!p:ADVU.HTR
|
|
@@!p:BDIR.HTR
|
|
@@!p:BDIRU.HTR
|
|
@@!p:CONN.HTR
|
|
@@!p:DIR.HTR
|
|
@@!p:DIRADD.HTR
|
|
@@!p:DIRADDU.HTR
|
|
@@!p:DIRDEL.HTR
|
|
@@!p:DIREDT.HTR
|
|
@@!p:DIREDTU.HTR
|
|
@@!p:DIRU.HTR
|
|
@@!p:DIRV.HTR
|
|
@@!p:DISC.HTR
|
|
@@!p:DISCA.HTR
|
|
@@!p:HTMLA.DLL
|
|
@@!p:HTMLA.HTR
|
|
@@!p:HTMLA.INF
|
|
@@!p:HTMLA2.INF
|
|
@@!p:LOG.HTR
|
|
@@!p:LOGU.HTR
|
|
@@!p:MSG.HTR
|
|
@@!p:MSGU.HTR
|
|
@@!p:SERV.HTR
|
|
@@!p:SERVU.HTR
|
|
@@!p:WSADMIN.DLL
|
|
@@!p:
|
|
@@!p:[pws10_htmla]
|
|
@@!p:ADV0.GIF
|
|
@@!p:ADV1.GIF
|
|
@@!p:BOLT.GIF
|
|
@@!p:CF.GIF
|
|
@@!p:DENY.GIF
|
|
@@!p:DIR0.GIF
|
|
@@!p:DIR1.GIF
|
|
@@!p:F.GIF
|
|
@@!p:FD.GIF
|
|
@@!p:FTP.GIF
|
|
@@!p:G.GIF
|
|
@@!p:GOPHER.GIF
|
|
@@!p:GRANT.GIF
|
|
@@!p:GROUPS0.GIF
|
|
@@!p:GROUPS1.GIF
|
|
@@!p:GRPCOMP.GIF
|
|
@@!p:HAND.GIF
|
|
@@!p:HD.GIF
|
|
@@!p:HOUSE_T.GIF
|
|
@@!p:HTMLA.HTM
|
|
@@!p:IIS_T.GIF
|
|
@@!p:IIS2_T.GIF
|
|
@@!p:LIN.GIF
|
|
@@!p:LOG0.GIF
|
|
@@!p:LOG1.GIF
|
|
@@!p:MSG0.GIF
|
|
@@!p:MSG1.GIF
|
|
@@!p:ND.GIF
|
|
@@!p:OF.GIF
|
|
@@!p:OK.GIF
|
|
@@!p:POWRBYBO.GIF
|
|
@@!p:SERV0.GIF
|
|
@@!p:SERV1.GIF
|
|
@@!p:SNGCOMP.GIF
|
|
@@!p:SPEC1.GIF
|
|
@@!p:SPEC2.GIF
|
|
@@!p:USERS0.GIF
|
|
@@!p:USERS1.GIF
|
|
@@!p:USRGRP0.GIF
|
|
@@!p:USRGRP1.GIF
|
|
@@!p:WORLD_T.GIF
|
|
@@!p:WWW.GIF
|
|
@@!p:
|
|
@@!p:[pws10_system]
|
|
@@!p:FTP.MIB
|
|
@@!p:FTPMIB.DLL
|
|
@@!p:FTPSVC2.DLL
|
|
@@!p:HTTP.MIB
|
|
@@!p:HTTPMIB.DLL
|
|
@@!p:INETSRV.MIB
|
|
@@!p:INETSVCS.ADM
|
|
@@!p:INETSW95.EXE
|
|
@@!p:INFOCOMM.DLL
|
|
@@!p:KEYGEN.EXE
|
|
@@!p:MSWEBNDI.EXE
|
|
@@!p:SETKEY.EXE
|
|
@@!p:SSPIFILT.DLL
|
|
@@!p:SVCTRL.EXE
|
|
@@!p:W3SVC.DLL
|
|
@@!p:
|
|
@@!p:[pws10_sysdir]
|
|
@@!p:MSWEBCPL.CPL
|
|
@@!p:
|
|
@@!p:[pws10_windirinf]
|
|
@@!p:MSWEBSVR.INF
|
|
@@!p:
|
|
@@!p:[pws10_unregister_values]
|
|
@@!p:HKLM,"Enum\Network\MSWEBSVR"
|
|
@@!p:HKLM,"%REG_APPPATHS%\inetsw95.exe"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","Microsoft WebServer"
|
|
@@!p:HKLM,"Software\Microsoft\Windows\CurrentVersion\RunServices","Microsoft WebServer"
|
|
@@!p:HKLM,"%REG_UNINSTALL%\Personal Web Server"
|
|
@@!p:HKLM,"System\CurrentControlSet\Control\ServiceProvider\ServiceTypes\msftpsvc"
|
|
@@!p:HKLM,"%REG_EVENTLOG%\System\msftpsvc"
|
|
@@!p:HKLM,"%REG_SVCS_INETINFO%"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%","DisplayName"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%","ErrorControl"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","Filter DLLs"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters\Script Map"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters\Virtual Roots","/Htmla"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters\Virtual Roots","/Docs"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters\Virtual Roots","/HtmlaScripts"
|
|
@@!p:
|
|
@@!p:[pws10_unregister_values_2]
|
|
@@!p:HKLM,"%REG_SVCS_MSFTPSVC%"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters\Deny IP List"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters\Grant IP List"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","LogAnonymous"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","SecurePort"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","ConnectionTimeout"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","AccessDeniedMessage"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","MajorVersion"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","MinorVersion"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","AdminName"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","AdminEmail"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","AnonymousUserName"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","Default Load File"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","Dir Browse Control"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","CacheExtensions"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","CheckForWAISDB"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","DebugFlags"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","Directory Image"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","GlobalExpire"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","MaxConnections"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","LogFileDirectory"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","LogType"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","LogFilePeriod"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","LogFileTruncateSize"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","ServerAsProxy"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","ServerComment"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","ScriptTimeout"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","ServerSideIncludesEnabled"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","ServerSideIncludesExtension"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","CreateProcessAsUser"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","ReturnUrlUsingHostName"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","NTAuthenticationProviders"
|
|
@@!p:HKLM,"%REG_SVCS_W3SVC%\Parameters","Authorization"
|
|
@@!p:
|
|
@@!p:[iis_smtp_nntp_files_sys]
|
|
@@!p:dt_ctrl.dll
|
|
@@!p:adsiisex.dll
|
|
@@!p:fcachdll.dll
|
|
@@!p:rwnh.dll
|
|
@@!p:staxmem.dll
|
|
@@!p:regtrace.exe
|
|
@@!p:
|
|
@@!p:[iis_smtp_nntp_files_inetsrv]
|
|
@@!p:mailmsg.dll
|
|
@@!p:seo.dll
|
|
@@!p:
|
|
@@!p:[iis_core_files_inetsrv_remove]
|
|
@@!p:ism.dll
|
|
@@!p:
|