oemsetup.inf
上传用户:qxsjcl
上传日期:2007-01-08
资源大小:263k
文件大小:15k
源码类别:

网络截获/分析

开发平台:

Visual C++

  1. [Identification]
  2.     OptionType = NetTransport
  3. [Options]
  4.     PACKET
  5. [FileConstants]
  6. UtilityInf      = "UTILITY.INF"
  7. subroutineinf   = "SUBROUTN.INF"
  8. SoftwareType    = "service"
  9. Exit_Code       = 0
  10. NetEventDLL     = "%SystemRoot%System32netevent.dll"
  11. Manufacturer    = "Microsoft"
  12. ProductMajorVersion     = "3"
  13. ProductMinorVersion     = "1"
  14. ProductVersion  = $(ProductMajorVersion)"."$(ProductMinorVersion)
  15. ProductSoftwareName     = "Packet"
  16. ProductSoftwareImagePath = "SystemRootSystem32driverspacket.sys"
  17. NetRuleSoftwareType     = "packet lmNetService ndisTransport"
  18. NetRuleSoftwareClass    = {"rasCapableTransport netBiosTransport"}
  19. NetRuleSoftwareUse      = $(SoftwareType)" yes yes"
  20. NetRuleSoftwareBindForm = """Packet"" yes yes simple"
  21. ProductKeyName  = $(!NTN_SoftwareBase)""$(Manufacturer)""$(ProductSoftwareName)"CurrentVersion"
  22. ParamKeyName    = $(!NTN_ServiceBase)""$(ProductSoftwareName)"Parameters"
  23. [GeneralConstants]
  24. from      = ""
  25. to        = ""
  26. ExitCodeOk     = 0
  27. ExitCodeCancel = 1
  28. ExitCodeFatal  = 2
  29. KeyNull         = ""
  30. MAXIMUM_ALLOWED   = 33554432
  31. RegistryErrorIndex = NO_ERROR
  32. KeyProduct      = ""
  33. KeyParameters   = ""
  34. TRUE            = 1
  35. FALSE           = 0
  36. NoTitle            = 0
  37. ExitState   = "Active"
  38. OldVersionExisted = $(FALSE)
  39. DriverPath      = $(!STF_NTPATH)drivers
  40. [date]
  41.     Now = {} ? $(!LIBHANDLE) GetSystemDate
  42. [Identify]
  43.     read-syms Identification
  44.     set Status     = STATUS_SUCCESSFUL
  45.     set Identifier = $(OptionType)
  46.     set Media      = #("Source Media Descriptions", 1, 1)
  47.     Return $(Status) $(Identifier) $(Media)
  48. [ReturnOptions]
  49.     set Status        = STATUS_FAILED
  50.     set OptionList     = {}
  51.     set OptionTextList = {}
  52.     set LanguageList = ^(LanguagesSupported, 1)
  53.     Ifcontains(i) $($0) in $(LanguageList)
  54.         goto returnoptions
  55.     else
  56.         set Status = STATUS_NOLANGUAGE
  57.         goto finish_ReturnOptions
  58.     endif
  59. returnoptions = +
  60.     set OptionList     = ^(Options, 1)
  61.     set OptionTextList = ^(OptionsText$($0), 1)
  62.     set Status         = STATUS_SUCCESSFUL
  63. finish_ReturnOptions = +
  64.     Return $(Status) $(OptionList) $(OptionTextList)
  65. [InstallOption]
  66.     set Option   = $($1)
  67.     set SrcDir   = $($2)
  68.     set AddCopy  = $($3)
  69.     set DoCopy   = $($4)
  70.     set DoConfig = $($5)
  71.     set LanguageList = ^(LanguagesSupported, 1)
  72.     Ifcontains(i) $($0) NOT-IN $(LanguageList)
  73.         Return STATUS_NOLANGUAGE
  74.     endif
  75.     Debug-Output "OEMNXPNB.INF: STF_CWDDIR is: "$(!STF_CWDDIR)
  76.     Debug-Output "OEMNXPNB.INF: STF_LANGUAGE is: "$(!STF_LANGUAGE)
  77.     set-subst LF = "n"
  78.     read-syms GeneralConstants
  79.     read-syms FileConstants
  80.     read-syms DialogConstants$(!STF_LANGUAGE)
  81.     ifstr(i) $(!NTN_Origination) == "NCPA"
  82.         set Continue = $(OK)
  83.     endif
  84.     read-syms FileConstants$(!STF_LANGUAGE)
  85.     detect date
  86.     set-title  $(FunctionTitle)
  87.     set to   = Begin
  88.     set from = Begin
  89.     set CommonStatus = STATUS_SUCCESSFUL
  90.     EndWait
  91. Begin = +
  92.     Ifstr(i) $(!NTN_InstallMode) == deinstall
  93.         set StartLabel = removeadapter
  94.     else-Ifstr(i) $(!NTN_InstallMode) == Update
  95.         set StartLabel = UpgradeSoftware
  96.     else-Ifstr(i) $(!NTN_InstallMode) == bind
  97.         set StartLabel = bindingadapter
  98.     else-Ifstr(i) $(!NTN_InstallMode) == configure
  99.         Shell $(UtilityInf),RegistryErrorString,CANNOT_CONFIGURE_SOFTWARE
  100.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  101.             Debug-Output "OEMNXPNB.INF: ShellCode error: cannot get an error string."
  102.             goto ShellCodeError
  103.         endif
  104.         set Error = $($R0)
  105.         set from = end
  106.         set to = end
  107.         goto nonfatalinfo
  108.     else
  109.         set StartLabel = installadapter
  110.     endif
  111.     set RadioDefault = 2
  112.     set RadioIn = {$(RadioDefault)}
  113.     set from = $(fatal)
  114.     set to = $(fatal)
  115.     goto $(StartLabel)
  116. installadapter = +
  117.     OpenRegKey $(!REG_H_LOCAL) "" $(ProductKeyName) $(MAXIMUM_ALLOWED) KeyProduct
  118.     Ifstr $(KeyProduct) != $(KeyNull)
  119.         CloseRegKey $(KeyProduct)
  120.         Shell $(UtilityInf), VerExistedDlg, $(ProductSoftwareTitle),+
  121.             $(ProductVersion)
  122.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  123.             Debug-Output "ShellCode error: cannot get an error string."
  124.             goto ShellCodeError
  125.         endif
  126.         goto end
  127.     endif
  128.     CloseRegKey $(KeyProduct)
  129.     goto installproduct
  130. installproduct = +
  131.     StartWait
  132.     ifint $(OldVersionExisted) == $(FALSE)
  133.         Ifstr(i) $(DoCopy) == "YES"
  134.            Shell $(UtilityInf), DoAskSource, $(!STF_CWDDIR), $(SrcDir) YES
  135.            Ifint $($ShellCode) != $(!SHELL_CODE_OK)
  136.                Goto ShellCodeError
  137.            Else-Ifstr(i) $($R0) == STATUS_FAILED
  138.                Shell $(UtilityInf) RegistryErrorString "ASK_SOURCE_FAIL"
  139.                ifint $($ShellCode) != $(!SHELL_CODE_OK)
  140.                    goto ShellCodeError
  141.                endif
  142.                set Error = $($R0)
  143.                Goto fatal
  144.            Else-Ifstr(i) $($R0) == STATUS_USERCANCEL
  145.                Goto successful
  146.            Endif
  147.            Set SrcDir = $($R1)
  148.         Endif
  149.         install "Install-Option"
  150.         ifstr(i) $(STF_INSTALL_OUTCOME) != STF_SUCCESS
  151.            Shell $(UtilityInf) RegistryErrorString "UNABLE_COPY_FILE"
  152.            ifint $($ShellCode) != $(!SHELL_CODE_OK)
  153.                goto ShellCodeError
  154.            endif
  155.            set Error = $($R0)
  156.            goto fatal
  157.         endif
  158.         set OEM_ABANDON_ON = TRUE
  159.         Shell $(UtilityInf), AddSoftwareComponent, $(Manufacturer), +
  160.             $(ProductSoftwareName), +
  161.             $(ProductSoftwareName), +
  162.             $(ProductSoftwareDisplayName), $(STF_CONTEXTINFNAME), +
  163.             $(ProductSoftwareImagePath), "kernel", "TDI", {}, "",+
  164.             $(NetEventDLL)
  165.         set RegistryErrorIndex = $($R0)
  166.         Ifstr(i) $(RegistryErrorIndex) !=  NO_ERROR
  167.             EndWait
  168.             CloseRegKey $($R1)
  169.             CloseRegKey $($R2)
  170.             CloseRegKey $($R3)
  171.             CloseRegKey $($R4)
  172.             CloseRegKey $($R5)
  173.             goto fatalRegistry
  174.         endif
  175.         Set SoftProductKey      = $($R1)
  176.         Set SoftNetRuleKey      = $($R2)
  177.         Set SoftServiceKey      = $($R3)
  178.         set KeyParameters       = $($R4)
  179.         Set SoftLinkageKey      = $($R5)
  180.         set NewValueList = {{SoftwareType,$(NoTitle),$(!REG_VT_SZ),$(SoftwareType)},+
  181.                            {MajorVersion,$(NoTitle),$(!REG_VT_DWORD),$(ProductMajorVersion)},+
  182.                            {MinorVersion,$(NoTitle),$(!REG_VT_DWORD),$(ProductMinorVersion)},+
  183.                            {Title,$(NoTitle),$(!REG_VT_SZ),$(ProductSoftwareTitle)},+
  184.                            {Description,$(NoTitle),$(!REG_VT_SZ),$(ProductSoftwareDescription)},+
  185.                            {ServiceName,$(NoTitle),$(!REG_VT_SZ),$(ProductSoftwareName)},+
  186.                            {InstallDate,$(NoTitle),$(!REG_VT_DWORD),*($(Now),1)}}
  187.         Shell  $(UtilityInf), AddValueList, $(SoftProductKey), $(NewValueList)
  188.         set RegistryErrorIndex = $($R0)
  189.         Ifstr $(RegistryErrorIndex) != NO_ERROR
  190.             CloseRegKey $(SoftProductKey)
  191.             CloseRegKey $(SoftNetRuleKey)
  192.             CloseRegKey $(SoftServiceKey)
  193.             CloseRegKey $(SoftLinkageKey)
  194.             CloseRegKey $(KeyParameters)
  195.             goto fatalRegistry
  196.         endif
  197.         set NewValueList = {{type    ,$(NoTitle),$(!REG_VT_SZ),$(NetRuleSoftwareType)}, +
  198.                             {use     ,$(NoTitle),$(!REG_VT_SZ),$(NetRuleSoftwareUse)}, +
  199.                             {bindform,$(NoTitle),$(!REG_VT_SZ),$(NetRuleSoftwareBindForm)}, +
  200.                             {InfOption,$(NoTitle),$(!REG_VT_SZ),$(Option)}}
  201.         Shell  $(UtilityInf), AddValueList, $(SoftNetRuleKey), $(NewValueList)
  202.         set RegistryErrorIndex = $($R0)
  203.         Ifstr $(RegistryErrorIndex) != NO_ERROR
  204.             CloseRegKey $(SoftProductKey)
  205.             CloseRegKey $(SoftNetRuleKey)
  206.             CloseRegKey $(SoftServiceKey)
  207.             CloseRegKey $(SoftLinkageKey)
  208.             CloseRegKey $(KeyParameters)
  209.             goto fatalRegistry
  210.         endif
  211.         Set NewValueList = {{NbProvider,$(NoTitle),$(!REG_VT_SZ),"_nb"}}
  212.         Shell  $(UtilityInf), AddValueList, $(KeyParameters), $(NewValueList)
  213.         Ifstr $(RegistryErrorIndex) != NO_ERROR
  214.             CloseRegKey $(SoftProductKey)
  215.             CloseRegKey $(SoftNetRuleKey)
  216.             CloseRegKey $(SoftServiceKey)
  217.             CloseRegKey $(SoftLinkageKey)
  218.             goto fatalRegistry
  219.         endif
  220.         CloseRegKey $(SoftProductKey)
  221.         CloseRegKey $(SoftNetRuleKey)
  222.         CloseRegKey $(SoftServiceKey)
  223.         CloseRegKey $(SoftLinkageKey)
  224.     endif
  225.     goto writeparameters
  226. writeparameters = +
  227.     CloseRegKey $(KeyParameters)
  228.     EndWait
  229.     goto successful
  230. bindingadapter =+
  231.     set Error = "Binding: Sorry, not yet implemented."
  232.     goto fatal
  233. removeadapter = +
  234.     Shell $(UtilityInf), RemoveSoftwareComponent, $(Manufacturer), +
  235.         $(ProductSoftwareName)
  236.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  237.         Debug-Output "ShellCode error"
  238.         goto ShellCodeError
  239.     endif
  240.     set RegistryErrorIndex = $($R0)
  241.     Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
  242.         goto fatalregistry
  243.     endif
  244.     goto end
  245. UpgradeSoftware = +
  246.     ifstr(i) $(ProductKeyName) == $(!NTN_RegBase)
  247.         OpenRegKey $(!REG_H_LOCAL) "" $(ProductKeyName) $(MAXIMUM_ALLOWED) KeyProduct
  248.         Ifstr $(KeyProduct) != $(KeyNull)
  249.             GetRegValue $(KeyProduct),"MajorVersion", VersionInfo
  250.             set Version = *($(VersionInfo), 4)
  251.             Shell $(UtilityInf), GetInfFileNameFromRegistry, $(KeyProduct)
  252.             ifint $($ShellCode) != $(!SHELL_CODE_OK)
  253.                 Debug-Output "ShellCode error"
  254.                 goto ShellCodeError
  255.             endif
  256.             set !UG_Filename = $($R0)
  257.             ifstr(i) $(!UG_Filename) != ""
  258.                 install "Install-Update"
  259.                 ifstr(i) $(STF_INSTALL_OUTCOME) != STF_SUCCESS
  260.                     goto fatal
  261.                 endif
  262.             endif
  263.             SetRegValue $(KeyProduct) {MajorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMajorVersion)}
  264.             SetRegValue $(KeyProduct) {MinorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMinorVersion)}
  265.             ifint $(Version) != $(ProductVersion)
  266.             endif
  267.             CloseRegKey $(KeyProduct)
  268.         else
  269.             goto fatalregistry
  270.         endif
  271.     endif
  272.     goto end
  273. successful = +
  274.     goto end
  275. warning = +
  276.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "WARNING", $(Error)
  277.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  278.         goto ShellCodeError
  279.     endif
  280.     ifstr(i) $($R1) == "OK"
  281.         goto $(to)
  282.     else-ifstr(i) $($R1) == "CANCEL"
  283.         goto $(from)
  284.     else
  285.         goto "end"
  286.     endif
  287. nonfatalinfo = +
  288.     Set CommonStatus = STATUS_USERCANCEL
  289.     Set Severity = STATUS
  290.     goto nonfatalmsg
  291. nonfatal = +
  292.     Set Severity = NONFATAL
  293.     goto nonfatalmsg
  294. nonfatalmsg = +
  295.     ifstr(i) $(Error) == ""
  296.         Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
  297.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  298.             goto ShellCodeError
  299.         endif
  300.         set Error = $($R0)
  301.     endif
  302.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), $(Severity), $(Error)
  303.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  304.         goto ShellCodeError
  305.     endif
  306.     ifstr(i) $($R1) == "OK"
  307.         goto $(from)
  308.     else
  309.         goto "end"
  310.     endif
  311. fatalregistry = +
  312.     Shell $(UtilityInf) RegistryErrorString $(RegistryErrorIndex)
  313.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  314.         goto ShellCodeError
  315.     endif
  316.     set Error = $($R0)
  317.     goto fatal
  318. fatal = +
  319.     ifstr(i) $(Error) == ""
  320.         Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
  321.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  322.             goto ShellCodeError
  323.         endif
  324.         set Error = $($R0)
  325.     endif
  326.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "FATAL", $(Error)
  327.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  328.         goto ShellCodeError
  329.     endif
  330.     goto setfailed
  331. ShellCodeError = +
  332.     set DlgType      = "MessageBox"
  333.     set STF_MB_TITLE = $(ShellCodeErrorTitle)
  334.     set STF_MB_TEXT  = $(ShellCodeErrorText) 
  335.     set STF_MB_TYPE  = 1
  336.     set STF_MB_ICON  = 3
  337.     set STF_MB_DEF   = 1
  338.     ui start "Error Message"
  339.     goto setfailed
  340. setfailed = +
  341.     set CommonStatus = STATUS_FAILED
  342.     ifstr(i) $(OEM_ABANDON_ON) == TRUE
  343.         set OEM_ABANDON_ON = FALSE
  344.         goto removeadapter
  345.     endif
  346.     goto end
  347. end = +
  348.     goto term
  349. term = +
  350.     Return $(CommonStatus)
  351. [Install-Option]
  352.     set STF_VITAL = ""
  353.     ifstr(i) $(AddCopy) == "YES"
  354.         AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)drivers
  355.         AddSectionFilesToCopyList Files-App $(SrcDir) $(!STF_WINDOWSSYSPATH)
  356.     endif
  357.     ifstr(i) $(DoCopy) == "YES"
  358.        set !STF_NCPA_FLUSH_COPYLIST = TRUE
  359.        CopyFilesInCopyList
  360.     endif
  361.     ifstr(i) $(DoConfig) == "YES"
  362.     endif
  363.     Exit
  364. [Install-Update]
  365.    set STF_VITAL        = ""
  366.    set STF_OVERWRITE    = "VERIFYSOURCEOLDER"
  367.    AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)drivers
  368.    AddSectionFilesToCopyList Files-App $(SrcDir) $(!STF_WINDOWSSYSPATH)
  369.    AddSectionFilesToCopyList Files-Inf $(SrcDir) $(!STF_WINDOWSSYSPATH)
  370.    set !STF_NCPA_FLUSH_COPYLIST = TRUE
  371.    CopyFilesInCopyList
  372.    exit
  373. [Source Media Descriptions]
  374.     1  = "Windows NT Setup Disk #1"  , TAGFILE = disk1
  375.     2  = "Windows NT Setup CD-ROM Disk"  , TAGFILE = disk2
  376. [ProductType]
  377. STF_PRODUCT  = Winnt
  378. STF_PLATFORM = I386
  379. [Files-Inf]
  380. 2, oemsetup.inf,  SIZE=1000, RENAME=$(!UG_Filename)
  381. [Files-PACKET]
  382. 2,packet.SYS , SIZE=999
  383. [Files-App]
  384. 2,packet32.dll , SIZE=999
  385. [LanguagesSupported]
  386.     ENG
  387. [OptionsTextENG]
  388.     NDISPERF     = "NDIS 3.0 Packet Driver v3.5"
  389. [FileConstantsENG]
  390. ProCaption   = "Windows NT Setup"
  391. ProCancel    = "Cancel"
  392. ProCancelMsg = "Windows NT Networking is not correctly installed.  "+
  393.                "Are you sure you want to cancel copying files?"
  394. ProCancelCap = "Network Setup Message"
  395. ProText1     = "Copying:"
  396. ProText2     = "To:"
  397. FunctionTitle   = "Packet Driver"
  398. ProductSoftwareDescription      = "Microsoft NDIS Packet Driver"
  399. ProductSoftwareDisplayName = "Ndis 3.0 Packet Driver"
  400. ProductSoftwareTitle    = "Ndis 3.0 Packet Driver"
  401. ShellCodeErrorTitle     = "Error: "$(FunctionTitle)
  402. ShellCodeErrorText      = "Shell Code Error."
  403. [DialogConstantsENG]
  404. Help        = "&Help"
  405. Exit        = "Cancel"
  406. OK          = "OK"
  407. HelpContext = ""
  408. Continue    = "Continue"
  409. Cancel      = "Cancel"
  410. [FileDependentDlgENG]
  411. GroupLabel = "Optimization:"
  412. Radio1 = "&Minimize Memory Used"
  413. Radio2 = "&Balance"
  414. Radio3 = "M&aximize Throughput && Connections"
  415. DlgType = "Radio"               
  416. DlgTemplate = "NBF"             
  417. Caption = $(FunctionTitle)
  418. OptionsGreyed = {}
  419. HelpContext = $(!IDH_DB_OEMNXPNB_INS)