home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 February / VPR9602A.ISO / i386 / oemnsvnb.in_ / oemnsvnb.inf
INI File  |  1995-10-25  |  19KB  |  485 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     = "51"
  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), "system",+
  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.         LibraryProcedure DontCare $(!NCPA_HANDLE), CPlSetup $(!STF_HWND),+
  237.               SECURESVC, $(ProductSoftwareName), 3
  238.        Shell $(UtilityInf), RemoveService, "NetBIOSInformation", NO
  239.        Shell $(UtilityInf), CreateService, "NetBIOSInformation", "NetBIOSInformation", +
  240.              "", "adapter", "", {}, ""
  241.        Set RegistryErrorIndex = $($R0)
  242.        Ifstr(i) $(RegistryErrorIndex) != "NO_ERROR"
  243.            Debug-Output "OEMNSVNB.INF: ERROR creating NetBIOSInformation keys"
  244.            EndWait
  245.            goto fatalregistry
  246.        Endif
  247.        CloseRegKey $($R1)
  248.        CloseRegKey $($R2)
  249.        CloseRegKey $($R3)
  250.        Shell $(UtilityInf) AddMixRpcProtocol "Netbios" "nbf" "ncacn_nb_nb" "rpcltc5.dll" "rpclts5.dll"
  251.        Shell $(UtilityInf) AddMixRpcProtocol "Netbios" "nwlnkipx" "ncacn_nb_ipx" "rpcltc5.dll" "rpclts5.dll"
  252.        Shell $(UtilityInf) AddMixRpcProtocol "Netbios" "mcsxns" "ncacn_nb_xns" "rpcltc5.dll" "rpclts5.dll"
  253.        Shell $(UtilityInf) AddMixRpcProtocol "Netbios" "tcpip" "ncacn_nb_tcp" "rpcltc5.dll" "rpclts5.dll"
  254.        Shell $(UtilityInf), AddWinsockInfo, +
  255.             "NetBIOS", +
  256.             "%SystemRoot%\system32\wshnetbs.dll", +
  257.             20,20
  258.        set RegistryErrorIndex = $($R0)
  259.        Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
  260.            Debug-Output "OEMNSVNB.INF: Registry error: Add Winsock Info."
  261.        Endif
  262.     endif
  263.     goto writeparameters
  264. writeparameters = +
  265.     EndWait
  266.     goto successful
  267. bindingadapter =+
  268.    Debug-Output "OEMNSVNB.INF: for bindings review"
  269.    Goto successful
  270. removeadapter = +
  271.     Shell $(UtilityInf), RemoveSoftwareComponent, $(Manufacturer), +
  272.         $(ProductSoftwareName)
  273.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  274.         Debug-Output "ShellCode error"
  275.         goto ShellCodeError
  276.     endif
  277.     set RegistryErrorIndex = $($R0)
  278.     Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
  279.         goto fatalregistry
  280.     endif
  281.     Shell $(UtilityInf) RemoveRpcProtocol "ncacn_nb_nb"
  282.     Shell $(UtilityInf) RemoveRpcProtocol "ncacn_nb_ipx"
  283.     Shell $(UtilityInf) RemoveRpcProtocol "ncacn_nb_tcp"
  284.     Shell $(UtilityInf) RemoveRpcProtocol "ncacn_nb_xns"
  285.     Shell $(UtilityInf), RemoveService, "NetBIOSInformation", NO
  286.     Shell $(UtilityInf), RemoveWinsockInfo, "NetBIOS"
  287.     goto end
  288. UpgradeSoftware = +
  289.     OpenRegKey $(!REG_H_LOCAL) "" $(ProductKeyName) $(MAXIMUM_ALLOWED) KeyProduct
  290.     Ifstr $(KeyProduct) != $(KeyNull)
  291.         install "Install-Update"
  292.         ifstr(i) $(STF_INSTALL_OUTCOME) != STF_SUCCESS
  293.             goto fatal
  294.         endif
  295.         SetRegValue $(KeyProduct) {MajorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMajorVersion)}
  296.         SetRegValue $(KeyProduct) {MinorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMinorVersion)}
  297.         LibraryProcedure Result, $(!LIBHANDLE), SetupChangeServiceStart, NetBIOS, 3
  298.         CloseRegKey $(KeyProduct)
  299.         OpenRegKey $(!REG_H_LOCAL) "" $(ParamKeyName)"\Winsock" $(MAXIMUM_ALLOWED) WinsockKey
  300.         Ifstr $(WinsockKey) != $(KeyNull)
  301.             CloseRegKey $(WinsockKey)
  302.         else
  303.             Shell $(UtilityInf), AddWinsockInfo, +
  304.                 "NetBIOS", +
  305.                 "%SystemRoot%\system32\wshnetbs.dll", +
  306.                 20,20
  307.             set RegistryErrorIndex = $($R0)
  308.             Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
  309.                 Debug-Output "OEMNSVNB.INF: Registry error: Add Winsock Info."
  310.             Endif
  311.         Endif
  312.     else
  313.         goto fatalregistry
  314.     endif
  315.     goto end
  316. successful = +
  317.     goto end
  318. infomsg =+
  319.    read-syms InfoDlg
  320.    ui start "Warning"
  321.    set CommonStatus = STATUS_USERCANCEL
  322.    goto end
  323. warning = +
  324.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "WARNING", $(Error)
  325.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  326.         goto ShellCodeError
  327.     endif
  328.     ifstr(i) $($R1) == "OK"
  329.         goto $(to)
  330.     else-ifstr(i) $($R1) == "CANCEL"
  331.         goto $(from)
  332.     else
  333.         goto "end"
  334.     endif
  335. nonfatal = +
  336.     ifstr(i) $(Error) == ""
  337.         Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
  338.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  339.             goto ShellCodeError
  340.         endif
  341.         set Error = $($R0)
  342.     endif
  343.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "NONFATAL", $(Error)
  344.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  345.         goto ShellCodeError
  346.     endif
  347.     ifstr(i) $($R1) == "OK"
  348.         goto $(from)
  349.     else
  350.         goto "end"
  351.     endif
  352. fatalregistry = +
  353.     Shell $(UtilityInf) RegistryErrorString $(RegistryErrorIndex)
  354.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  355.         goto ShellCodeError
  356.     endif
  357.     set Error = $($R0)
  358.     goto fatal
  359. fatal = +
  360.     ifstr(i) $(Error) == ""
  361.         Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
  362.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  363.             goto ShellCodeError
  364.         endif
  365.         set Error = $($R0)
  366.     endif
  367.     Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "FATAL", $(Error)
  368.     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  369.         goto ShellCodeError
  370.     endif
  371.     goto setfailed
  372. ShellCodeError = +
  373.     set DlgType      = "MessageBox"
  374.     set STF_MB_TITLE = $(ShellCodeErrorTitle)
  375.     set STF_MB_TEXT  = $(ShellCodeErrorText)
  376.     set STF_MB_TYPE  = 1
  377.     set STF_MB_ICON  = 3
  378.     set STF_MB_DEF   = 1
  379.     ui start "Error Message"
  380.     goto setfailed
  381. setfailed = +
  382.     set CommonStatus = STATUS_FAILED
  383.     ifstr(i) $(OEM_ABANDON_ON) == TRUE
  384.         set OEM_ABANDON_ON = FALSE
  385.         goto removeadapter
  386.     endif
  387.     goto end
  388. end = +
  389.     goto term
  390. term = +
  391.     Return $(CommonStatus)
  392. [Install-Option]
  393.     set STF_VITAL = ""
  394.     ifstr(i) $(AddCopy) == "YES"
  395.         AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)\drivers
  396.     endif
  397.     ifstr(i) $(DoCopy) == "YES"
  398.        set !STF_NCPA_FLUSH_COPYLIST = TRUE
  399.        CopyFilesInCopyList
  400.     endif
  401.     ifstr(i) $(DoConfig) == "YES"
  402.     endif
  403.     Exit
  404. [Install-Update]
  405.    set STF_VITAL        = ""
  406.    set STF_OVERWRITE    = "VERIFYSOURCEOLDER"
  407.    AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)\drivers
  408.    exit
  409. [Source Media Descriptions]
  410.      1 = "Windows NT Server CD-ROM または セットアップ ディスク #5" , TAGFILE = disk1.s
  411.      2 = "Windows NT Server CD-ROM または セットアップ ディスク #6" , TAGFILE = disk2.s
  412.      3 = "Windows NT Server CD-ROM または セットアップ ディスク #7" , TAGFILE = disk3.s
  413.      4 = "Windows NT Server CD-ROM または セットアップ ディスク #8" , TAGFILE = disk4.s
  414.      5 = "Windows NT Server CD-ROM または セットアップ ディスク #9" , TAGFILE = disk5.s
  415.      6 = "Windows NT Server CD-ROM または セットアップ ディスク #10" , TAGFILE = disk6.s
  416.      7 = "Windows NT Server CD-ROM または セットアップ ディスク #11", TAGFILE = disk7.s
  417.      8 = "Windows NT Server CD-ROM または セットアップ ディスク #12", TAGFILE = disk8.s
  418.      9 = "Windows NT Server CD-ROM または セットアップ ディスク #13", TAGFILE = disk9.s
  419.     10 = "Windows NT Server CD-ROM または セットアップ ディスク #14", TAGFILE = disk10.s
  420.     11 = "Windows NT Server CD-ROM または セットアップ ディスク #15", TAGFILE = disk11.s
  421.     12 = "Windows NT Server CD-ROM または セットアップ ディスク #16", TAGFILE = disk12.s
  422.     13 = "Windows NT Server CD-ROM または セットアップ ディスク #17", TAGFILE = disk13.s
  423.     14 = "Windows NT Server CD-ROM または セットアップ ディスク #18", TAGFILE = disk14.s
  424.     15 = "Windows NT Server CD-ROM または セットアップ ディスク #19", TAGFILE = disk15.s
  425.     16 = "Windows NT Server CD-ROM または セットアップ ディスク #20", TAGFILE = disk16.s
  426.     17 = "Windows NT Server CD-ROM または セットアップ ディスク #21", TAGFILE = disk17.s
  427.     18 = "Windows NT Server CD-ROM または セットアップ ディスク #22", TAGFILE = disk18.s
  428.     19 = "Windows NT Server CD-ROM または セットアップ ディスク #23", TAGFILE = disk19.s
  429.     20 = "Windows NT Server CD-ROM または セットアップ ディスク #24", TAGFILE = disk20.s
  430.     21 = "Windows NT Server CD-ROM または セットアップ ディスク #25", TAGFILE = disk21.s
  431.     22 = "Windows NT Server CD-ROM または セットアップ ディスク #26", TAGFILE = disk22.s
  432.     23 = "Windows NT Server CD-ROM または セットアップ ディスク #27", TAGFILE = disk23.s
  433.     24 = "Windows NT Server CD-ROM または セットアップ ディスク #28", TAGFILE = disk24.s
  434.     25 = "Windows NT Server CD-ROM または セットアップ ディスク #29", TAGFILE = disk25.s
  435.     26 = "Windows NT Server CD-ROM または セットアップ ディスク #30", TAGFILE = disk26.s
  436.     27 = "Windows NT Server CD-ROM または セットアップ ディスク #31", TAGFILE = disk27.s
  437.     28 = "Windows NT Server CD-ROM または セットアップ ディスク #32", TAGFILE = disk28.s
  438.     29 = "Windows NT Server CD-ROM または セットアップ ディスク #33", TAGFILE = disk29.s
  439.     30 = "Windows NT Server CD-ROM または セットアップ ディスク #34", TAGFILE = disk30.s
  440.     50 = "Windows NT Server CD-ROM または リモートブート ディスク #1", TAGFILE = disk50.s
  441.     51 = "Windows NT Server CD-ROM または リモートブート ディスク #2", TAGFILE = disk51.s
  442. [Signature]
  443.     FileType = MICROSOFT_FILE
  444. [GetSignature]
  445.     read-syms Signature
  446.     return $(FileType)
  447. [ProductType]
  448. STF_PRODUCT  = LanmanNT
  449. STF_PLATFORM = I386
  450. [Files-Inf]
  451. 2,    oemsetup.inf,     SIZE=1000,    RENAME=$(!UG_Filename)
  452. [Files-NETBIOS]
  453. 27,NETBIOS.SYS , SIZE=30720
  454. [LanguagesSupported]
  455.     ENG
  456. [OptionsTextENG]
  457.     NETBIOS     = "NetBIOS インターフェイス"
  458. [FileConstantsENG]
  459. ProCaption   = "Windows NT セットアップ"
  460. ProCancel    = "キャンセル"
  461. ProCancelMsg = "Windows NT ネットワークは正しく組み込まれていません。"+
  462.                "ファイルのコピーを中止しますか?"
  463. ProCancelCap = "ネットワーク セットアップ メッセージ"
  464. ProText1     = "コピー元:"
  465. ProText2     = "コピー先:"
  466. FunctionTitle   = "NetBIOS インターフェイス セットアップ"
  467. ProductSoftwareDescription      = "Microsoft NetBIOS トランスポート インターフェイス"
  468. ProductSoftwareDisplayName = "NetBIOS インターフェイス"
  469. ProductSoftwareTitle    = "NetBIOS インターフェイス"
  470. ShellCodeErrorTitle     = "エラー: "$(FunctionTitle)
  471. ShellCodeErrorText      = "シェル コード エラーです。"
  472. [DialogConstantsENG]
  473. Help        = "ヘルプ(&H)"
  474. Exit        = "キャンセル"
  475. OK          = "OK"
  476. HelpContext = ""
  477. Continue    = "続行"
  478. Cancel      = "キャンセル"
  479. [FileDependentDlgENG]
  480. [InfoDlgCantConfigure]
  481. InfoMsgTitle = "情報メッセージ"
  482. InfoMsgText = "現在、NETBIOS サービスはアダプタを使用するよう構成されていません。"+
  483.     "組み込みの直後であれば、[ネットワーク]ダイアログ ボックスに戻って、"+
  484.     "[OK]ボタンをクリックしてください。"
  485.