home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / d / d423_zhw / 8.ddi / OEMNXPNB.IN_ / OEMNXPNB.IN
Encoding:
INI File  |  1993-07-24  |  17.6 KB  |  464 lines

  1. [Identification]
  2.     OptionType = NetTransport
  3. [Options]
  4.     NBF
  5. [FileConstants]
  6. UtilityInf      = "UTILITY.INF"
  7. subroutineinf   = "SUBROUTN.INF"
  8. SoftwareType    = "transport"
  9. Exit_Code       = 0
  10. NetEventDLL     = "%SystemRoot%\System32\netevent.dll"
  11. Manufacturer    = "Microsoft"
  12. ProductMajorVersion     = "3"
  13. ProductMinorVersion     = "1"
  14. ProductVersion  = $(ProductMajorVersion)"."$(ProductMinorVersion)
  15. ProductSoftwareName     = "Nbf"
  16. ProductSoftwareImagePath = "\SystemRoot\System32\drivers\nbf.sys"
  17. NetRuleSoftwareType     = "nbf netBiosTransport rasCapableTransport"
  18. NetRuleSoftwareClass    = {"rasCapableTransport netBiosTransport"}
  19. NetRuleSoftwareUse      = $(SoftwareType)" yes yes"
  20. NetRuleSoftwareBindForm = """Nbf"" 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.                             {class,$(NoTitle),$(!REG_VT_MULTI_SZ),$(NetRuleSoftwareClass)}, +
  200.                             {bindform,$(NoTitle),$(!REG_VT_SZ),$(NetRuleSoftwareBindForm)}, +
  201.                             {InfOption,$(NoTitle),$(!REG_VT_SZ),$(Option)}}
  202.         Shell  $(UtilityInf), AddValueList, $(SoftNetRuleKey), $(NewValueList)
  203.         set RegistryErrorIndex = $($R0)
  204.         Ifstr $(RegistryErrorIndex) != NO_ERROR
  205.             CloseRegKey $(SoftProductKey)
  206.             CloseRegKey $(SoftNetRuleKey)
  207.             CloseRegKey $(SoftServiceKey)
  208.             CloseRegKey $(SoftLinkageKey)
  209.             CloseRegKey $(KeyParameters)
  210.             goto fatalRegistry
  211.         endif
  212.         Set NewValueList = {{NbProvider,$(NoTitle),$(!REG_VT_SZ),"_nb"}}
  213.         Shell  $(UtilityInf), AddValueList, $(KeyParameters), $(NewValueList)
  214.         Ifstr $(RegistryErrorIndex) != NO_ERROR
  215.             CloseRegKey $(SoftProductKey)
  216.             CloseRegKey $(SoftNetRuleKey)
  217.             CloseRegKey $(SoftServiceKey)
  218.             CloseRegKey $(SoftLinkageKey)
  219.             goto fatalRegistry
  220.         endif
  221.         CreateRegKey $(SoftServiceKey) {"Performance",$(NoTitle),GenericClass} "" +
  222.                 $(MAXIMUM_ALLOWED) "" KeyPerformance
  223.         set NewValueList = {{Library,$(NoTitle),$(!REG_VT_SZ),"Perfctrs.dll"},+
  224.                            {Open,$(NoTitle),$(!REG_VT_SZ),"OpenNbfPerformanceData"},+
  225.                            {Collect,$(NoTitle),$(!REG_VT_SZ),"CollectNbfPerformanceData"},+
  226.                            {Close,$(NoTitle),$(!REG_VT_SZ),"CloseNbfPerformanceData"}}
  227.         Shell  $(UtilityInf), AddValueList, $(KeyPerformance), $(NewValueList)
  228.         set RegistryErrorIndex = $($R0)
  229.         Ifstr $(RegistryErrorIndex) != NO_ERROR
  230.             CloseRegKey $(SoftProductKey)
  231.             CloseRegKey $(SoftNetRuleKey)
  232.             CloseRegKey $(SoftServiceKey)
  233.             CloseRegKey $(SoftLinkageKey)
  234.             CloseRegKey $(KeyParameters)
  235.             goto fatalRegistry
  236.         endif
  237.         CloseRegKey $(KeyPerformance)
  238.         CloseRegKey $(SoftProductKey)
  239.         CloseRegKey $(SoftNetRuleKey)
  240.         CloseRegKey $(SoftServiceKey)
  241.         CloseRegKey $(SoftLinkageKey)
  242.     endif
  243.     goto writeparameters
  244. writeparameters = +
  245.     CloseRegKey $(KeyParameters)
  246.     EndWait
  247.     goto successful
  248. bindingadapter =+
  249.     set Error = "Binding: Sorry, not yet implemented."
  250.     goto fatal
  251. removeadapter = +
  252.     Shell $(UtilityInf), RemoveSoftwareComponent, $(Manufacturer), +
  253.         $(ProductSoftwareName)
  254.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  255.         Debug-Output "ShellCode error"
  256.         goto ShellCodeError
  257.     endif
  258.     set RegistryErrorIndex = $($R0)
  259.     Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
  260.         goto fatalregistry
  261.     endif
  262.     goto end
  263. UpgradeSoftware = +
  264.     ifstr(i) $(ProductKeyName) == $(!NTN_RegBase)
  265.         OpenRegKey $(!REG_H_LOCAL) "" $(ProductKeyName) $(MAXIMUM_ALLOWED) KeyProduct
  266.         Ifstr $(KeyProduct) != $(KeyNull)
  267.             GetRegValue $(KeyProduct),"MajorVersion", VersionInfo
  268.             set Version = *($(VersionInfo), 4)
  269.             Shell $(UtilityInf), GetInfFileNameFromRegistry, $(KeyProduct)
  270.             ifint $($ShellCode) != $(!SHELL_CODE_OK)
  271.                 Debug-Output "ShellCode error"
  272.                 goto ShellCodeError
  273.             endif
  274.             set !UG_Filename = $($R0)
  275.             ifstr(i) $(!UG_Filename) != ""
  276.                 install "Install-Update"
  277.                 ifstr(i) $(STF_INSTALL_OUTCOME) != STF_SUCCESS
  278.                     goto fatal
  279.                 endif
  280.             endif
  281.             SetRegValue $(KeyProduct) {MajorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMajorVersion)}
  282.             SetRegValue $(KeyProduct) {MinorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMinorVersion)}
  283.             ifint $(Version) != $(ProductVersion)
  284.             endif
  285.             CloseRegKey $(KeyProduct)
  286.         else
  287.             goto fatalregistry
  288.         endif
  289.     endif
  290.     goto end
  291. successful = +
  292.     goto end
  293. warning = +
  294.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "WARNING", $(Error)
  295.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  296.         goto ShellCodeError
  297.     endif
  298.     ifstr(i) $($R1) == "OK"
  299.         goto $(to)
  300.     else-ifstr(i) $($R1) == "CANCEL"
  301.         goto $(from)
  302.     else
  303.         goto "end"
  304.     endif
  305. nonfatalinfo = +
  306.     Set CommonStatus = STATUS_USERCANCEL
  307.     Set Severity = STATUS
  308.     goto nonfatalmsg
  309. nonfatal = +
  310.     Set Severity = NONFATAL
  311.     goto nonfatalmsg
  312. nonfatalmsg = +
  313.     ifstr(i) $(Error) == ""
  314.         Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
  315.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  316.             goto ShellCodeError
  317.         endif
  318.         set Error = $($R0)
  319.     endif
  320.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), $(Severity), $(Error)
  321.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  322.         goto ShellCodeError
  323.     endif
  324.     ifstr(i) $($R1) == "OK"
  325.         goto $(from)
  326.     else
  327.         goto "end"
  328.     endif
  329. fatalregistry = +
  330.     Shell $(UtilityInf) RegistryErrorString $(RegistryErrorIndex)
  331.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  332.         goto ShellCodeError
  333.     endif
  334.     set Error = $($R0)
  335.     goto fatal
  336. fatal = +
  337.     ifstr(i) $(Error) == ""
  338.         Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
  339.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  340.             goto ShellCodeError
  341.         endif
  342.         set Error = $($R0)
  343.     endif
  344.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "FATAL", $(Error)
  345.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  346.         goto ShellCodeError
  347.     endif
  348.     goto setfailed
  349. ShellCodeError = +
  350.     set DlgType      = "MessageBox"
  351.     set STF_MB_TITLE = $(ShellCodeErrorTitle)
  352.     set STF_MB_TEXT  = $(ShellCodeErrorText) 
  353.     set STF_MB_TYPE  = 1
  354.     set STF_MB_ICON  = 3
  355.     set STF_MB_DEF   = 1
  356.     ui start "Error Message"
  357.     goto setfailed
  358. setfailed = +
  359.     set CommonStatus = STATUS_FAILED
  360.     ifstr(i) $(OEM_ABANDON_ON) == TRUE
  361.         set OEM_ABANDON_ON = FALSE
  362.         goto removeadapter
  363.     endif
  364.     goto end
  365. end = +
  366.     goto term
  367. term = +
  368.     Return $(CommonStatus)
  369. [Install-Option]
  370.     set STF_VITAL = ""
  371.     ifstr(i) $(AddCopy) == "YES"
  372.         AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)\drivers
  373.     endif
  374.     ifstr(i) $(DoCopy) == "YES"
  375.        set !STF_NCPA_FLUSH_COPYLIST = TRUE
  376.        CopyFilesInCopyList
  377.     endif
  378.     ifstr(i) $(DoConfig) == "YES"
  379.     endif
  380.     Exit
  381. [Install-Update]
  382.    set STF_VITAL        = ""
  383.    set STF_OVERWRITE    = "VERIFYSOURCEOLDER"
  384.    AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)\drivers
  385.    AddSectionFilesToCopyList Files-Inf $(SrcDir) $(!STF_WINDOWSSYSPATH)
  386.    set !STF_NCPA_FLUSH_COPYLIST = TRUE
  387.    CopyFilesInCopyList
  388.    exit
  389. [Source Media Descriptions]
  390.     1    = "Windows NT Advanced Server Setup Disk #1"   , TAGFILE = disk1
  391.     2    = "Windows NT Advanced Server Setup Disk #2"   , TAGFILE = disk2
  392.     3    = "Windows NT Advanced Server Setup Disk #3"   , TAGFILE = disk3
  393.     4    = "Windows NT Advanced Server Setup Disk #4"   , TAGFILE = disk4
  394.     5    = "Windows NT Advanced Server Setup Disk #5"   , TAGFILE = disk5
  395.     6    = "Windows NT Advanced Server Setup Disk #6"   , TAGFILE = disk6
  396.     7    = "Windows NT Advanced Server Setup Disk #7"   , TAGFILE = disk7
  397.     8    = "Windows NT Advanced Server Setup Disk #8"   , TAGFILE = disk8
  398.     9    = "Windows NT Advanced Server Setup Disk #9"   , TAGFILE = disk9
  399.     10    = "Windows NT Advanced Server Setup Disk #10"  , TAGFILE = disk10
  400.     11    = "Windows NT Advanced Server Setup Disk #11"  , TAGFILE = disk11
  401.     12    = "Windows NT Advanced Server Setup Disk #12"  , TAGFILE = disk12
  402.     13    = "Windows NT Advanced Server Setup Disk #13"  , TAGFILE = disk13
  403.     14    = "Windows NT Advanced Server Setup Disk #14"  , TAGFILE = disk14
  404.     15    = "Windows NT Advanced Server Setup Disk #15"  , TAGFILE = disk15
  405.     16    = "Windows NT Advanced Server Setup Disk #16"  , TAGFILE = disk16
  406.     17    = "Windows NT Advanced Server Setup Disk #17"  , TAGFILE = disk17
  407.     18    = "Windows NT Advanced Server Setup Disk #18"  , TAGFILE = disk18
  408.     19    = "Windows NT Advanced Server Setup Disk #19"  , TAGFILE = disk19
  409.     20    = "Windows NT Advanced Server Setup Disk #20"  , TAGFILE = disk20
  410.     21    = "Windows NT Advanced Server Setup Disk #21"  , TAGFILE = disk21
  411.     22    = "Windows NT Advanced Server Setup Disk #22"  , TAGFILE = disk22
  412.     23    = "Windows NT Advanced Server Setup Disk #23"  , TAGFILE = disk23
  413.     24    = "Windows NT Advanced Server Setup Disk #24"  , TAGFILE = disk24
  414.     25    = "Windows NT Advanced Server Setup Disk #25"  , TAGFILE = disk25
  415.     26    = "Windows NT Advanced Server Setup Disk #26"  , TAGFILE = disk26
  416.     27    = "Windows NT Advanced Server Setup Disk #27"  , TAGFILE = disk27
  417.     28    = "Windows NT Advanced Server Setup Disk #28"  , TAGFILE = disk28
  418.     29    = "Windows NT Advanced Server Setup Disk #29"  , TAGFILE = disk29
  419. [ProductType]
  420. STF_PRODUCT  = LanmanNT
  421. STF_PLATFORM = I386
  422. [Files-Inf]
  423. 2,    oemsetup.inf,     SIZE=1000,    RENAME=$(!UG_Filename)
  424. [Files-NBF]
  425. 19,NBF.SYS , SIZE=114688
  426. [LanguagesSupported]
  427.     ENG
  428. [OptionsTextENG]
  429.     NBF     = "NetBEUI Protocol"
  430. [FileConstantsENG]
  431. ProCaption   = "Windows NT Setup"
  432. ProCancel    = "Cancel"
  433. ProCancelMsg = "Windows NT Networking is not correctly installed.  "+
  434.                "Are you sure you want to cancel copying files?"
  435. ProCancelCap = "Network Setup Message"
  436. ProText1     = "Copying:"
  437. ProText2     = "To:"
  438. FunctionTitle   = "NetBEUI Protocol"
  439. ProductSoftwareDescription      = "Microsoft NetBEUI 3.0 Transport"
  440. ProductSoftwareDisplayName = "NetBEUI Protocol"
  441. ProductSoftwareTitle    = "NetBEUI Protocol"
  442. ShellCodeErrorTitle     = "Error: "$(FunctionTitle)
  443. ShellCodeErrorText      = "Shell Code Error."
  444. [DialogConstantsENG]
  445. Help        = "&Help"
  446. Exit        = "Cancel"
  447. OK          = "OK"
  448. HelpContext = ""
  449. Continue    = "Continue"
  450. Cancel      = "Cancel"
  451. [FileDependentDlgENG]
  452. GroupLabel = "Optimization:"
  453. Radio1 = "&Minimize Memory Used"
  454. Radio2 = "&Balance"
  455. Radio3 = "M&aximize Throughput && Connections"
  456. DlgType = "Radio"               
  457. DlgTemplate = "NBF"             
  458. Caption = $(FunctionTitle)
  459. OptionsGreyed = {}
  460. HelpContext = $(!IDH_DB_OEMNXPNB_INS)
  461.  
  462.  
  463.  
  464.