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

  1. [Identification]
  2.     OptionType = NetService
  3. [Options]
  4.     NETBIOS
  5. [FileConstants]
  6. UtilityInf      = "UTILITY.INF"
  7. subroutineinf   = "SUBROUTN.INF"
  8. SoftwareType    = "service"
  9. Exit_Code       = 0
  10. NetEventDLL     = "%SystemRoot%\System32\netevent.dll"
  11. IoLogMsgDLL     = "%SystemRoot%\System32\IoLogMsg.dll"
  12. Manufacturer    = "Microsoft"
  13. ProductMajorVersion     = "3"
  14. ProductMinorVersion     = "1"
  15. ProductVersion  = $(ProductMajorVersion)"."$(ProductMinorVersion)
  16. ProductSoftwareName     = "NetBIOS"
  17. ProductSoftwareImagePath = "\SystemRoot\System32\drivers\netbios.sys"
  18. NetRuleSoftwareType     = "netbios lmNetService"
  19. NetRuleSoftwareUse      = $(SoftwareType)" yes yes"
  20. NetRuleSoftwareBindForm = """Netbios"" yes yes container"
  21. ProductKeyName  = $(!NTN_SoftwareBase)"\"$(Manufacturer)"\"$(ProductSoftwareName)"\CurrentVersion"
  22. ParamKeyName    = $(!NTN_ServiceBase)"\"$(ProductSoftwareName)"\Parameters"
  23. NETBIOSInfoName = $(!NTN_ServiceBase)"\NetbiosInformation\Parameters"
  24. [GeneralConstants]
  25. from      = ""
  26. to        = ""
  27. ExitCodeOk     = 0
  28. ExitCodeCancel = 1
  29. ExitCodeFatal  = 2
  30. KeyNull         = ""
  31. MAXIMUM_ALLOWED   = 33554432
  32. RegistryErrorIndex = NO_ERROR
  33. KeyProduct      = ""
  34. KeyParameters   = ""
  35. TRUE            = 1
  36. FALSE           = 0
  37. NoTitle            = 0
  38. ExitState   = "Active"
  39. OldVersionExisted = $(FALSE)
  40. DriverPath      = $(!STF_NTPATH)\drivers
  41. [date]
  42.     Now = {} ? $(!LIBHANDLE) GetSystemDate
  43. [InfoDlg]
  44. DlgType = "MessageBox"
  45. STF_MB_TITLE = $(InfoMsgTitle)
  46. STF_MB_TEXT  = $(InfoMsgText)
  47. STF_MB_TYPE  = 1
  48. STF_MB_ICON  = 5
  49. STF_MB_DEF   = 1
  50. [Identify]
  51.     read-syms Identification
  52.     set Status     = STATUS_SUCCESSFUL
  53.     set Identifier = $(OptionType)
  54.     set Media      = #("Source Media Descriptions", 1, 1)
  55.     Return $(Status) $(Identifier) $(Media)
  56. [ReturnOptions]
  57.     set Status        = STATUS_FAILED
  58.     set OptionList     = {}
  59.     set OptionTextList = {}
  60.     set LanguageList = ^(LanguagesSupported, 1)
  61.     Ifcontains(i) $($0) in $(LanguageList)
  62.         goto returnoptions
  63.     else
  64.         set Status = STATUS_NOLANGUAGE
  65.         goto finish_ReturnOptions
  66.     endif
  67. returnoptions = +
  68.     set OptionList     = ^(Options, 1)
  69.     set OptionTextList = ^(OptionsText$($0), 1)
  70.     set Status         = STATUS_SUCCESSFUL
  71. finish_ReturnOptions = +
  72.     Return $(Status) $(OptionList) $(OptionTextList)
  73. [InstallOption]
  74.     set Option   = $($1)
  75.     set SrcDir   = $($2)
  76.     set AddCopy  = $($3)
  77.     set DoCopy   = $($4)
  78.     set DoConfig = $($5)
  79.     set LanguageList = ^(LanguagesSupported, 1)
  80.     Ifcontains(i) $($0) NOT-IN $(LanguageList)
  81.         Return STATUS_NOLANGUAGE
  82.     endif
  83.     Debug-Output "OEMNSVNB.INF: STF_CWDDIR is: "$(!STF_CWDDIR)
  84.     Debug-Output "OEMNSVNB.INF: STF_LANGUAGE is: "$(!STF_LANGUAGE)
  85.     set-subst LF = "\n"
  86.     read-syms GeneralConstants
  87.     read-syms FileConstants
  88.     read-syms DialogConstants$(!STF_LANGUAGE)
  89.     ifstr(i) $(!NTN_Origination) == "NCPA"
  90.         set Continue = $(OK)
  91.     endif
  92.     read-syms FileConstants$(!STF_LANGUAGE)
  93.     detect date
  94.     set-title  $(FunctionTitle)
  95.     set to   = Begin
  96.     set from = Begin
  97.     set CommonStatus = STATUS_SUCCESSFUL
  98.     EndWait
  99. Begin = +
  100.     Ifstr(i) $(!NTN_InstallMode) == deinstall
  101.         set StartLabel = removeadapter
  102.     else-Ifstr(i) $(!NTN_InstallMode) == Update
  103.         set StartLabel = UpgradeSoftware
  104.     else-Ifstr(i) $(!NTN_InstallMode) == bind
  105.         set StartLabel = bindingadapter
  106.     else-Ifstr(i) $(!NTN_InstallMode) == configure
  107.         set StartLabel = configureadapter
  108.     else
  109.         set StartLabel = installadapter
  110.     endif
  111.     set from = $(fatal)
  112.     set to = $(fatal)
  113.     goto $(StartLabel)
  114. installadapter = +
  115.     OpenRegKey $(!REG_H_LOCAL) "" $(ProductKeyName) $(MAXIMUM_ALLOWED) KeyProduct
  116.     Ifstr $(KeyProduct) != $(KeyNull)
  117.         CloseRegKey $(KeyProduct)
  118.         Shell $(UtilityInf), VerExistedDlg, $(ProductSoftwareTitle),+
  119.             $(ProductVersion)
  120.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  121.             Debug-Output "ShellCode error: cannot get an error string."
  122.             goto ShellCodeError
  123.         endif
  124.         goto end
  125.     endif
  126.     CloseRegKey $(KeyProduct)
  127.     goto nextstep
  128. configureadapter = +
  129.     OpenRegKey $(!REG_H_LOCAL) "" $(NETBIOSInfoName) $(MAXIMUM_ALLOWED) KeyNETBIOSInfo
  130.     ifstr(i) $(KeyNETBIOSInfo) == ""
  131.         debug-output "no binding information"
  132.         read-syms InfoDlgCantConfigure
  133.         goto infomsg
  134.     else
  135.         Set FLibraryErrCtl = 1
  136.         LibraryProcedure ResultList $(!NCPA_HANDLE), CPlNETBIOS, $(!STF_HWND)
  137.         Set FLibraryErrCtl = 0
  138.         Set Result = *($(ResultList),1)
  139.         Ifint $(Result) == 0
  140.             set CommonStatus = STATUS_SUCCESSFUL
  141.         Else-ifint $(Result) == 13074
  142.             set CommonStatus = STATUS_USERCANCEL
  143.         Else
  144.             set CommonStatus = STATUS_FAILED
  145.         Endif
  146.     endif
  147.     CloseRegKey $(KeyNETBIOSInfo)
  148.     goto successful
  149. nextstep = +
  150.     StartWait
  151.     ifstr(i) $(!NTN_InstallMode) == "install"
  152.         Ifstr(i) $(DoCopy) == "YES"
  153.            Shell $(UtilityInf), DoAskSource, $(!STF_CWDDIR), $(SrcDir) YES
  154.            Ifint $($ShellCode) != $(!SHELL_CODE_OK)
  155.                Goto ShellCodeError
  156.            Else-Ifstr(i) $($R0) == STATUS_FAILED
  157.                Shell $(UtilityInf) RegistryErrorString "ASK_SOURCE_FAIL"
  158.                ifint $($ShellCode) != $(!SHELL_CODE_OK)
  159.                    goto ShellCodeError
  160.                endif
  161.                set Error = $($R0)
  162.                Goto fatal
  163.            Else-Ifstr(i) $($R0) == STATUS_USERCANCEL
  164.                Goto successful
  165.            Endif
  166.            Set SrcDir = $($R1)
  167.         Endif
  168.         install "Install-Option"
  169.         ifstr(i) $(STF_INSTALL_OUTCOME) != STF_SUCCESS
  170.            Shell $(UtilityInf) RegistryErrorString "UNABLE_COPY_FILE"
  171.            ifint $($ShellCode) != $(!SHELL_CODE_OK)
  172.                goto ShellCodeError
  173.            endif
  174.            set Error = $($R0)
  175.            goto fatal
  176.         endif
  177.     endif
  178.     ifint $(OldVersionExisted) == $(FALSE)
  179.         set OEM_ABANDON_ON = TRUE
  180.         Shell $(UtilityInf), AddSoftwareComponent, +
  181.             $(Manufacturer), $(ProductSoftwareName), +
  182.             $(ProductSoftwareName), +
  183.             $(ProductSoftwareDisplayName), +
  184.             $(STF_CONTEXTINFNAME), $(ProductSoftwareImagePath), "systemauto",+
  185.             "NetBIOSGroup", {"+TDI"}, "", $(IoLogMsgDLL)
  186.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  187.             goto ShellCodeError
  188.         endif
  189.         set RegistryErrorIndex = $($R0)
  190.         Ifstr(i) $(RegistryErrorIndex) != "NO_ERROR"
  191.             EndWait
  192.             CloseRegKey $($R1)
  193.             CloseRegKey $($R2)
  194.             CloseRegKey $($R3)
  195.             CloseRegKey $($R4)
  196.             CloseRegKey $($R5)
  197.             goto fatalregistry
  198.         endif
  199.         Set SoftProductKey      = $($R1)
  200.         Set SoftNetRuleKey      = $($R2)
  201.         CloseRegKey $($R3)
  202.         CloseRegKey $($R4)
  203.         CloseRegKey $($R5)
  204.         set NewValueList = {{SoftwareType,$(NoTitle),$(!REG_VT_SZ),$(SoftwareType)},+
  205.                            {MajorVersion,$(NoTitle),$(!REG_VT_DWORD),$(ProductMajorVersion)},+
  206.                            {MinorVersion,$(NoTitle),$(!REG_VT_DWORD),$(ProductMinorVersion)},+
  207.                            {Title,$(NoTitle),$(!REG_VT_SZ),$(ProductSoftwareTitle)},+
  208.                            {Description,$(NoTitle),$(!REG_VT_SZ),$(ProductSoftwareDescription)},+
  209.                            {ServiceName,$(NoTitle),$(!REG_VT_SZ),$(ProductSoftwareName)},+
  210.                            {InstallDate,$(NoTitle),$(!REG_VT_DWORD),*($(Now),1)}}
  211.         Shell  $(UtilityInf), AddValueList, $(SoftProductKey), $(NewValueList)
  212.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  213.             goto ShellCodeError
  214.         endif
  215.         set RegistryErrorIndex = $($R0)
  216.         CloseRegKey $(SoftProductKey)
  217.         Ifstr(i) $(RegistryErrorIndex) != "NO_ERROR"
  218.             EndWait
  219.             CloseRegKey $(SoftNetRuleKey)
  220.             goto fatalregistry
  221.         endif
  222.         set NewValueList = {{type,$(NoTitle),$(!REG_VT_SZ),$(NetRuleSoftwareType)},+
  223.                             {use,$(NoTitle),$(!REG_VT_SZ),$(NetRuleSoftwareUse)}, +
  224.                             {bindform,$(NoTitle),$(!REG_VT_SZ),$(NetRuleSoftwareBindForm)}, +
  225.                             {InfOption,$(NoTitle),$(!REG_VT_SZ),$(Option)}}
  226.         Shell  $(UtilityInf), AddValueList, $(SoftNetRuleKey), $(NewValueList)
  227.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  228.             goto ShellCodeError
  229.         endif
  230.         set RegistryErrorIndex = $($R0)
  231.         CloseRegKey $(SoftNetRuleKey)
  232.         Ifstr(i) $(RegistryErrorIndex) != "NO_ERROR"
  233.             EndWait
  234.             goto fatalregistry
  235.         endif
  236.        Shell $(UtilityInf), RemoveService, "NetBIOSInformation", NO
  237.        Shell $(UtilityInf), CreateService, "NetBIOSInformation", "NetBIOSInformation", +
  238.              "", "adapter", "", {}, ""
  239.        Set RegistryErrorIndex = $($R0)
  240.        Ifstr(i) $(RegistryErrorIndex) != "NO_ERROR"
  241.            Debug-Output "OEMNSVNB.INF: ERROR creating NetBIOSInformation keys"
  242.            EndWait
  243.            goto fatalregistry
  244.        Endif
  245.        CloseRegKey $($R1)
  246.        CloseRegKey $($R2)
  247.        CloseRegKey $($R3)
  248.        Shell $(UtilityInf) AddRpcProtocol "ncacn_nb_nb" "rpcltc5.dll" "rpclts5.dll"
  249.        Set RegistryErrorIndex = $($R0)
  250.        Ifstr(i) $(RegistryErrorIndex) != "NO_ERROR"
  251.            Debug-Output "OEMNSVNB.INF: ERROR adding RPC protocol data"
  252.            EndWait
  253.            goto fatalregistry
  254.        Endif
  255.         Goto writeparameters
  256.        OpenRegKey $(!REG_H_LOCAL) "" "SOFTWARE\Ncpa\CurrentVersion" $(MAXIMUM_ALLOWED) NcpaKey
  257.        Ifstr(i) $(NcpaKey) != $(KeyNull)
  258.            Set InfSought = "NBINFO.INF"
  259.            Set InfFound = 0
  260.            Set InfValueName = "ReviewPrograms"
  261.            GetRegValue $(NcpaKey) $(InfValueName) ReviewValue
  262.            Ifint $(RegLastError) == 0
  263.                Set ReviewList = *($(ReviewValue),4)
  264.                ForListDo $(ReviewList)
  265.                     Ifstr(i) $($) == $(InfSought)
  266.                         Set InfFound = 1
  267.                     Endif
  268.                EndForListDo
  269.            Endif
  270.            Ifint $(InfFound) != 1
  271.                Set ReviewList = {$(InfSought)}
  272.                Set NewValueList = {{$(InvValueName), $(NoTitle), $(!REG_VT_MULTI_SZ),$(ReviewList)}}
  273.                Shell $(UtilityInf), AddValueList, $(NcpaKey), $(NewValueList)
  274.            Endif
  275.            CloseRegKey $(NcpaKey)
  276.        Endif
  277.     endif
  278.     goto writeparameters
  279. writeparameters = +
  280.     EndWait
  281.     goto successful
  282. bindingadapter =+
  283.    Debug-Output "OEMNSVNB.INF: for bindings review"
  284.    Goto successful
  285. removeadapter = +
  286.     Shell $(UtilityInf), RemoveSoftwareComponent, $(Manufacturer), +
  287.         $(ProductSoftwareName)
  288.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  289.         Debug-Output "ShellCode error"
  290.         goto ShellCodeError
  291.     endif
  292.     set RegistryErrorIndex = $($R0)
  293.     Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
  294.         goto fatalregistry
  295.     endif
  296.     Shell $(UtilityInf) RemoveRpcProtocol "ncacn_nb_nb"
  297.     Set RegistryErrorIndex = $($R0)
  298.     Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
  299.         Debug-Output "OEMNSVNB.INF: ERROR deleting RPC protocol data"
  300.     Endif
  301.     Shell $(UtilityInf), RemoveService, "NetBIOSInformation", NO
  302.     goto end
  303. UpgradeSoftware = +
  304.     ifstr(i) $(ProductKeyName) == $(!NTN_RegBase)
  305.         OpenRegKey $(!REG_H_LOCAL) "" $(ProductKeyName) $(MAXIMUM_ALLOWED) KeyProduct
  306.         Ifstr $(KeyProduct) != $(KeyNull)
  307.             GetRegValue $(KeyProduct),"MajorVersion", VersionInfo
  308.             set Version = *($(VersionInfo), 4)
  309.             Shell $(UtilityInf), GetInfFileNameFromRegistry, $(KeyProduct)
  310.             ifint $($ShellCode) != $(!SHELL_CODE_OK)
  311.                 Debug-Output "ShellCode error"
  312.                 goto ShellCodeError
  313.             endif
  314.             set !UG_Filename = $($R0)
  315.             ifstr(i) $(!UG_Filename) != ""
  316.                 install "Install-Update"
  317.                 ifstr(i) $(STF_INSTALL_OUTCOME) != STF_SUCCESS
  318.                     goto fatal
  319.                 endif
  320.             endif
  321.             SetRegValue $(KeyProduct) {MajorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMajorVersion)}
  322.             SetRegValue $(KeyProduct) {MinorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMinorVersion)}
  323.             ifint $(Version) != $(ProductVersion)
  324.             endif
  325.             CloseRegKey $(KeyProduct)
  326.         else
  327.             goto fatalregistry
  328.         endif
  329.     endif
  330.     goto end
  331. successful = +
  332.     goto end
  333. infomsg =+
  334.    read-syms InfoDlg
  335.    ui start "Warning"
  336.    set CommonStatus = STATUS_USERCANCEL
  337.    goto end
  338. warning = +
  339.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "WARNING", $(Error)
  340.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  341.         goto ShellCodeError
  342.     endif
  343.     ifstr(i) $($R1) == "OK"
  344.         goto $(to)
  345.     else-ifstr(i) $($R1) == "CANCEL"
  346.         goto $(from)
  347.     else
  348.         goto "end"
  349.     endif
  350. nonfatal = +
  351.     ifstr(i) $(Error) == ""
  352.         Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
  353.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  354.             goto ShellCodeError
  355.         endif
  356.         set Error = $($R0)
  357.     endif
  358.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "NONFATAL", $(Error)
  359.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  360.         goto ShellCodeError
  361.     endif
  362.     ifstr(i) $($R1) == "OK"
  363.         goto $(from)
  364.     else
  365.         goto "end"
  366.     endif
  367. fatalregistry = +
  368.     Shell $(UtilityInf) RegistryErrorString $(RegistryErrorIndex)
  369.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  370.         goto ShellCodeError
  371.     endif
  372.     set Error = $($R0)
  373.     goto fatal
  374. fatal = +
  375.     ifstr(i) $(Error) == ""
  376.         Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
  377.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  378.             goto ShellCodeError
  379.         endif
  380.         set Error = $($R0)
  381.     endif
  382.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "FATAL", $(Error)
  383.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  384.         goto ShellCodeError
  385.     endif
  386.     goto setfailed
  387. ShellCodeError = +
  388.     set DlgType      = "MessageBox"
  389.     set STF_MB_TITLE = $(ShellCodeErrorTitle)
  390.     set STF_MB_TEXT  = $(ShellCodeErrorText)
  391.     set STF_MB_TYPE  = 1
  392.     set STF_MB_ICON  = 3
  393.     set STF_MB_DEF   = 1
  394.     ui start "Error Message"
  395.     goto setfailed
  396. setfailed = +
  397.     set CommonStatus = STATUS_FAILED
  398.     ifstr(i) $(OEM_ABANDON_ON) == TRUE
  399.         set OEM_ABANDON_ON = FALSE
  400.         goto removeadapter
  401.     endif
  402.     goto end
  403. end = +
  404.     goto term
  405. term = +
  406.     Return $(CommonStatus)
  407. [Install-Option]
  408.     set STF_VITAL = ""
  409.     ifstr(i) $(AddCopy) == "YES"
  410.         AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)\drivers
  411.     endif
  412.     ifstr(i) $(DoCopy) == "YES"
  413.        set !STF_NCPA_FLUSH_COPYLIST = TRUE
  414.        CopyFilesInCopyList
  415.     endif
  416.     ifstr(i) $(DoConfig) == "YES"
  417.     endif
  418.     Exit
  419. [Install-Update]
  420.    set STF_VITAL        = ""
  421.    set STF_OVERWRITE    = "VERIFYSOURCEOLDER"
  422.    AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)\drivers
  423.    AddSectionFilesToCopyList Files-Inf $(SrcDir) $(!STF_WINDOWSSYSPATH)
  424.    set !STF_NCPA_FLUSH_COPYLIST = TRUE
  425.    CopyFilesInCopyList
  426.    exit
  427. [Source Media Descriptions]
  428.     1    = "Windows NT Advanced Server Setup Disk #1"   , TAGFILE = disk1
  429.     2    = "Windows NT Advanced Server Setup Disk #2"   , TAGFILE = disk2
  430.     3    = "Windows NT Advanced Server Setup Disk #3"   , TAGFILE = disk3
  431.     4    = "Windows NT Advanced Server Setup Disk #4"   , TAGFILE = disk4
  432.     5    = "Windows NT Advanced Server Setup Disk #5"   , TAGFILE = disk5
  433.     6    = "Windows NT Advanced Server Setup Disk #6"   , TAGFILE = disk6
  434.     7    = "Windows NT Advanced Server Setup Disk #7"   , TAGFILE = disk7
  435.     8    = "Windows NT Advanced Server Setup Disk #8"   , TAGFILE = disk8
  436.     9    = "Windows NT Advanced Server Setup Disk #9"   , TAGFILE = disk9
  437.     10    = "Windows NT Advanced Server Setup Disk #10"  , TAGFILE = disk10
  438.     11    = "Windows NT Advanced Server Setup Disk #11"  , TAGFILE = disk11
  439.     12    = "Windows NT Advanced Server Setup Disk #12"  , TAGFILE = disk12
  440.     13    = "Windows NT Advanced Server Setup Disk #13"  , TAGFILE = disk13
  441.     14    = "Windows NT Advanced Server Setup Disk #14"  , TAGFILE = disk14
  442.     15    = "Windows NT Advanced Server Setup Disk #15"  , TAGFILE = disk15
  443.     16    = "Windows NT Advanced Server Setup Disk #16"  , TAGFILE = disk16
  444.     17    = "Windows NT Advanced Server Setup Disk #17"  , TAGFILE = disk17
  445.     18    = "Windows NT Advanced Server Setup Disk #18"  , TAGFILE = disk18
  446.     19    = "Windows NT Advanced Server Setup Disk #19"  , TAGFILE = disk19
  447.     20    = "Windows NT Advanced Server Setup Disk #20"  , TAGFILE = disk20
  448.     21    = "Windows NT Advanced Server Setup Disk #21"  , TAGFILE = disk21
  449.     22    = "Windows NT Advanced Server Setup Disk #22"  , TAGFILE = disk22
  450.     23    = "Windows NT Advanced Server Setup Disk #23"  , TAGFILE = disk23
  451.     24    = "Windows NT Advanced Server Setup Disk #24"  , TAGFILE = disk24
  452.     25    = "Windows NT Advanced Server Setup Disk #25"  , TAGFILE = disk25
  453.     26    = "Windows NT Advanced Server Setup Disk #26"  , TAGFILE = disk26
  454.     27    = "Windows NT Advanced Server Setup Disk #27"  , TAGFILE = disk27
  455.     28    = "Windows NT Advanced Server Setup Disk #28"  , TAGFILE = disk28
  456.     29    = "Windows NT Advanced Server Setup Disk #29"  , TAGFILE = disk29
  457. [ProductType]
  458. STF_PRODUCT  = LanmanNT
  459. STF_PLATFORM = I386
  460. [Files-Inf]
  461. 2,    oemsetup.inf,     SIZE=1000,    RENAME=$(!UG_Filename)
  462. [Files-NETBIOS]
  463. 21,NETBIOS.SYS , SIZE=41984
  464. [LanguagesSupported]
  465.     ENG
  466. [OptionsTextENG]
  467.     NETBIOS     = "NetBIOS Interface"
  468. [FileConstantsENG]
  469. ProCaption   = "Windows NT Setup"
  470. ProCancel    = "Cancel"
  471. ProCancelMsg = "Windows NT Networking is not correctly installed.  "+
  472.                "Are you sure you want to cancel copying files?"
  473. ProCancelCap = "Network Setup Message"
  474. ProText1     = "Copying:"
  475. ProText2     = "To:"
  476. FunctionTitle   = "NetBIOS Interface Setup"
  477. ProductSoftwareDescription      = "Microsoft NetBIOS Transport Interface"
  478. ProductSoftwareDisplayName = "NetBIOS Interface"
  479. ProductSoftwareTitle    = "NetBIOS Interface"
  480. ShellCodeErrorTitle     = "Error: "$(FunctionTitle)
  481. ShellCodeErrorText      = "Shell Code Error."
  482. [DialogConstantsENG]
  483. Help        = "&Help"
  484. Exit        = "Cancel"
  485. OK          = "OK"
  486. HelpContext = ""
  487. Continue    = "Continue"
  488. Cancel      = "Cancel"
  489. [FileDependentDlgENG]
  490. [InfoDlgCantConfigure]
  491. InfoMsgTitle = "Information Message"
  492. InfoMsgText = "The NETBIOS service is not currently configured to use any adapters."+
  493.     "  If you have just installed it, return to the Networks dialog and "+
  494.     "click OK."
  495.  
  496.  
  497.  
  498.