home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 February / PCWK0297.iso / novell / 32client / image / ________ / admin2.350 / BATCH95 / NLS / ENGLISH / MSBATCH.INF next >
INI File  |  1996-01-17  |  3KB  |  133 lines

  1. ;VeRsIoN=v1.5 Novell Client 32 Install - Sample MSBATCH INF
  2. ;(c) Copyright 1996, by Novell, Inc. All rights reserved.
  3. ;
  4. ; Sample msbatch.inf to Install Novell Client-32 by default
  5. ; To install NWIP make sure [Network] section has Protocols = NWIP
  6. [BatchSetup]
  7. Version=1.0
  8.  
  9. [Setup]
  10. Express=1
  11. EBD=0
  12. Uninstall=0
  13. ChangeDir=0
  14. OptionalComponents=1
  15. Network=1
  16. System=0
  17. CCP=0
  18. CleanBoot=0
  19. Display=0
  20. PenWinWarning=0
  21. InstallType=3
  22. DevicePath=0
  23. TimeZone="Eastern"
  24. VRC=0
  25.  
  26. [NameAndOrg]
  27. Name=Sample
  28. Org="Company"
  29. Display=0
  30.  
  31. [Network]
  32. ComputerName=Sample
  33. Workgroup="Sample Group"
  34. Description="Computer"
  35. Display=0
  36. Protocols=NWLINK, NOVELLIPX32
  37. Security=share
  38. clients=NOVELL32
  39.  
  40. ; Sample TCP/IP settings
  41. [MSTCP]
  42. DHCP=0
  43. DNS=1
  44. WINS=0
  45. DNSServers=137.65.32.30
  46. Domain=novell.com
  47. Hostname=test
  48. Gateways=137.65.254.1
  49. IPAddress=137.65.254.6
  50. IPMask=255.255.255.0
  51.  
  52. [OptionalComponents]
  53. "Accessibility Options"=0
  54. "Briefcase"=0
  55. "Calculator"=1
  56. "Character Map"=1
  57. "Clipboard Viewer"=1
  58. "Desktop Wallpaper"=1
  59. "Document Templates"=1
  60. "Games"=0
  61. "Mouse Pointers"=1
  62. "Net Watcher"=0
  63. "Object Packager"=1
  64. "Online User's Guide"=1
  65. "Paint"=1
  66. "Quick View"=1
  67. "System Monitor"=1
  68. "System Resource Meter"=1
  69. "Windows 95 Tour"=1
  70. "WordPad"=1
  71. "Dial-Up Networking"=0
  72. "Direct Cable Connection"=0
  73. "HyperTerminal"=0
  74. "Phone Dialer"=0
  75. "Backup"=1
  76. "Defrag"=1
  77. "Disk compression tools"=0
  78. "CompuServe Mail Services"=0
  79. "Microsoft Exchange"=0
  80. "Microsoft Mail Services"=0
  81. "Microsoft Fax Services"=0
  82. "Microsoft Fax Viewer"=0
  83. "Central European language support"=0
  84. "Cyrillic language support"=0
  85. "Greek Language support"=0
  86. "Audio Compression"=1
  87. "CD Player"=0
  88. "Jungle Sound Scheme"=0
  89. "Media Player"=0
  90. "Musica Sound Scheme"=0
  91. "Robotz Sound Scheme"=0
  92. "Sample Sounds"=0
  93. "Sound Recorder"=0
  94. "Utopia Sound Scheme"=0
  95. "Video Compression"=1
  96. "Volume Control"=0
  97. "Blank Screen"=1
  98. "Curves and Colors"=1
  99. "Flying Through Space"=1
  100. "Flying Windows"=1
  101. "Mystify Your Mind"=1
  102. "Scrolling Marquee"=1
  103. "The Microsoft Network"=0
  104.  
  105.  
  106. [install]
  107. addreg=NWIP.reg, dosreq.reg
  108.  
  109.  
  110. ; Sample settings for NWIP
  111. ; This section should only be present if Protocols = NWIP is present under
  112. ; the network section
  113.  
  114. [NWIP.reg]
  115. HKLM,"Network\Novell\System Config\NWIP\NWIP_DOMAIN_NAME","0",,"NWIP.NOV.FORD.COM"
  116. HKLM,"Network\Novell\System Config\NWIP\Preferred DSS","0",,"137.65.1.1"
  117. HKLM,"Network\Novell\System Config\NWIP\Nearest NWIP Server","0",,"137.65.1.1"
  118. HKLM,"Network\Novell\System Config\NWIP\AutoRetries","0",,"3"
  119. HKLM,"Network\Novell\System Config\NWIP\AutoRetry_Secs","0",,"10"
  120. HKLM,"Network\Novell\System Config\NWIP\NSQ_BROADCAST","0",,"on"
  121. HKLM,"Network\Novell\System Config\NWIP\NWIP1_1 Compatibility","0",,"on"
  122. HKLM,"Network\Novell\System Config\NWIP\module",,,"C:\NOVELL\CLIENT32\NWIP95.NLM"
  123. HKLM,"Network\Novell\System Config\NWIP\init order",,,"54005000"
  124.  
  125.  
  126. ; Sample setting for Requestor
  127. [dosreq.reg]
  128. HKLM,"Network\Novell\System Config\NetWare DOS Requester\First Network Drive","0",,"F"
  129. HKLM,"Network\Novell\System Config\NetWare DOS Requester\Name Context","0",,"Sample.Novell"
  130. HKLM,"Network\Novell\System Config\NetWare DOS Requester\Preferred Server","0",,"Test"
  131. HKLM,"Network\Novell\System Config\NetWare DOS Requester\Preferred Tree","0",,"Sample_nov"
  132.  
  133.