home *** CD-ROM | disk | FTP | other *** search
/ MS-DOS 8.0 / MS-DOS8.iso / WINDOWS / W31WFW / SETUP.SHH < prev    next >
INI File  |  1992-10-01  |  10KB  |  274 lines

  1. [sysinfo]
  2. ;
  3. ; Use this section to specify whether you want Setup to display the
  4. ; System Configuration screen. Specify "yes" to display the screen and "no"
  5. ; if you don't want the screen displayed. (The default value is "no".)
  6. ;
  7. ; You may want to display and review the System Configuration screen so
  8. ; that you can confirm the configuration settings before continuing with
  9. ; Setup.
  10.  
  11. showsysinfo=yes
  12.  
  13.  
  14.  
  15. [configuration]
  16. ;
  17. ; Use this section to specify the various devices on your system. You can
  18. ; find the values for each variable in the SETUP.INF file. If you omit an
  19. ; entry, Windows uses the detected or default device.
  20. ;
  21. ; If you are updating Windows, some of these entries will be ignored and
  22. ; Windows will use the devices that are already installed. If you want to
  23. ; force the update and override the installed device, precede the value
  24. ; with an exclamation point (!), for example, display = !vga. Only the
  25. ; Machine, Display, Mouse, and Network devices require an exclamation point
  26. ; for overriding the installed device during an upgrade.
  27.  
  28. ; Machine profile string from [machine] section of SETUP.INF
  29.  
  30. machine = ibm_compatible
  31.  
  32. ; Display profile string from [display] section of SETUP.INF
  33.  
  34. display = vga
  35.  
  36. ; Mouse profile string from [pointing.device] section of SETUP.INF
  37.  
  38. mouse = ps2mouse
  39.  
  40. ; Network profile string from [network] section of SETUP.INF
  41. ; followed by version profile string from the appropriate 
  42. ; [xxxxxxx.versions] section which identifies the network version.
  43. ; The following example will setup Windows using 
  44. ; "Microsoft Windows for Workgroups (3.1)"
  45. ;
  46. ; NOTE: Windows for Workgroups version 3.1 ingores this entry.
  47. ;       Windows for Workgroups version 3.1 is ALWAYS added.
  48. ;       Use the "[network] MultiNetId=" entry below to specify a compatible
  49. ;       network to use in addition to the Windows for Workgroups network.
  50. ;
  51.  
  52. network = wfwnet/00031000
  53.  
  54. ; Keyboard profile string from [keyboard.types] section of SETUP.INF
  55.  
  56. keyboard = t4s0enha
  57.  
  58. ; Language profile string from [language] section of SETUP.INF
  59.  
  60. language = enu
  61.  
  62. ; Keyboard Layout profile string from [keyboard.tables] section of SETUP.INF
  63.  
  64. kblayout = nodll
  65.  
  66.  
  67.  
  68. [windir]
  69. ;
  70. ; Use this section to specify where to put Windows files. If a previous
  71. ; version of Windows is already set up in the specified directory, Setup
  72. ; will update it. If you do not specify a directory, or if the specified
  73. ; directory is not valid, Setup displays a dialog box asking you to specify
  74. ; the directory in which you want to set up Windows.
  75.  
  76. c:\windows
  77.  
  78.  
  79.  
  80. [userinfo]
  81. ;
  82. ; Use this section to specify the user and company name. The first line
  83. ; specifies the user's name. This line is required. The second specifies
  84. ; the company name, and is optional. Both names can be up to 30 characters
  85. ; long and must be enclosed in double quotation marks (" ") if they include
  86. ; blank spaces.
  87. ;
  88. ; If you do not specify a user name, a dialog box appears during Setup asking
  89. ; for the user's name.
  90. ;
  91. ; If you are setting up Windows across a network, the [userinfo] section
  92. ; will be ignored.
  93. ;
  94. "John Q. Public"           ; User Name    (30 chars MAX) (required)
  95. "Microsoft Corporation"    ; Company Name (30 chars MAX) (optional)
  96.  
  97. [network]
  98. ; Use this section to specify Windows for Workgroups network
  99. ; options and network adapters.
  100.  
  101. ; Computer Name (15 chars MAX)
  102. ;
  103. ; If you specify an asterisk (*) for the computer name, Setup will get the
  104. ; computer name from the current system.ini. If none exists there, Setup
  105. ; will generate a unique computer name.
  106. ;
  107. ; If you specify a question mark (?) for the computer name, Setup generates
  108. ; a unique computer name.
  109. ;
  110. ; If you do not specify a computer name, a dialog box appears during
  111. ; Setup asking for the computer name.
  112.  
  113. ComputerName=
  114.  
  115. ; Workgroup Name (15 chars MAX)
  116. ;
  117. ; If you specify an asterisk (*) for the workgroup, Setup will get the
  118. ; workgroup from the current system.ini. If none exists there, Setup
  119. ; will use the default workgroup name WORKGROUP.
  120. ;
  121. ; If you specify a question mark (?) for the computer name, Setup generates
  122. ; the default workgroup name WORKGROUP.
  123. ;
  124. ; If you do not specify a workgroup, a dialog box appears during Setup
  125. ; asking for the workgroup.
  126.  
  127.  
  128. WorkGroup=
  129.  
  130. ; Use this entry to specify a network adapter driver.
  131. ;
  132. ; The netcard ID number comes from the NETWORK.INF [netcard] entry for
  133. ; the network adapter just after the description text.
  134. ;
  135. ; If you do not specify a NetcardID, setup does not perform any network
  136. ; adapter installation. Any previous network adapter configuration will
  137. ; remain unchanged.
  138.  
  139. NetcardID=
  140.                  
  141. ; Use this entry to specify a network protocol for the network adapter.
  142. ;
  143. ; The transport ID number comes from the NETWORK.INF [transport] entry for
  144. ; the network transport just after the description text.
  145. ;
  146. ; If you do not specify a TransportID or if TransportID=0, setup will use
  147. ; the default transport specified in NETWORK.INF.
  148.  
  149. TransportID=
  150.  
  151. ; Use this entry to specify secondary network.
  152. ;
  153. ; The MultiNet ID name comes from the NETWORK.INF [MultiNet] entry for
  154. ; the secondary network just after the description text.
  155. ;
  156. ; If you do not specify a MultiNet, setup does not perform any secondary
  157. ; network installation. Any previous 2nd network configuration will
  158. ; remain unchanged.
  159. ;
  160. ; The secondary network will not be installed unless a valid netcard has
  161. ; been specified in NetworkID above.
  162.  
  163. MultiNetID=
  164.  
  165. [NetcardProtocol]
  166. ; Use this section to specify protocol.ini parameters for the network
  167. ; adapter specified above. Parameters in this section will be merged
  168. ; into protocol.ini and will overwrite any default values and values that
  169. ; are already in protocol.ini. The left-hand-side keywords 'drivername' and
  170. ; 'lanabase' are reserved for setup and will be ignored. Valid keywords
  171. ; for this section are the 'key' field value from the protocol.ini
  172. ; section in network.ini.
  173.  
  174.  
  175. [TransportProtocol]
  176. ; Use this section to specify protocol.ini parameters for the network
  177. ; transport specified above. Parameters in this section will be merged
  178. ; into protocol.ini and will overwrite any default values and values that
  179. ; are already in protocol.ini. The left-hand-side keywords 'drivername' and
  180. ; 'lanabase' are reserved for setup and will be ignored. Valid keywords
  181. ; for this section are the 'key' field value from the protocol.ini
  182. ; section in NETWORK.INF.
  183.  
  184.  
  185.  
  186. [dontinstall]
  187. ;
  188. ; Use this section to specify components that you do not want to set up
  189. ; on your system. By default, all components will be installed. If you do
  190. ; not want to set up a particular component, include it in this section.
  191.  
  192. accessories                ; Do NOT install accessories
  193. readmes                    ; Do NOT install readme files
  194. games                      ; Do NOT install games
  195. screensavers               ; Do NOT install screen savers
  196. bitmaps                    ; Do NOT install bitmaps
  197.  
  198.  
  199. [options]
  200. ;
  201. ; Use this section to specify whether you want to set up applications 
  202. ; during Setup, and/or start the Windows Tutorial at the end of Setup. 
  203. ; If you don't want any of these options, you can omit this section.
  204. ;
  205. ; If you choose to set up applications, you can either set them up
  206. ; interactively during Setup (you choose which applications you want to set
  207. ; up,) or you can specify that you want Setup to automatically set up all
  208. ; applications found on your hard disk.
  209. ;
  210. ; If you specify both "setupapps" and "autosetupapps", all applications on 
  211. ; your hard disk will be set up.
  212. ;
  213. setupapps                  ; Setup applications already on hard disk
  214. autosetupapps              ; Set up all applications on hard disk
  215. tutorial                   ; Start Windows Tutorial at the end of Setup
  216.  
  217. [printers]
  218. ;
  219. ; Use this section to specify any printers you want to set up. You specify a
  220. ; printer description and a port. Values for the printer description
  221. ; variable are listed in the [io.device] section of the CONTROL.INF file.
  222. ; Values for the port variable are listed in the [ports] section of the
  223. ; WIN.INI file.
  224. ;
  225. ; The printer description must be enclosed in double quotation marks (" ")
  226. ; if it contains blank spaces. The port value must appear exactly as it does
  227. ; in the WIN.INI file. If you do not want to set up a printer, omit this
  228. ; section.
  229. ;
  230. "HP LaserJet III",LPT1:
  231.  
  232. [endinstall]
  233. ;
  234. ; Use this section to specify whether you want Setup to make modifications
  235. ; to the CONFIG.SYS and AUTOEXEC.BAT files and whether you want Setup to
  236. ; exit to DOS or restart your system when it has finished installing Windows.
  237. ;
  238. ; The "configfiles" entry specifies whether Setup should modify the
  239. ; CONFIG.SYS and AUTOEXEC.BAT with the necessary changes, or whether Setup
  240. ; should save the proposed changes in separate files called CONFIG.WIN and
  241. ; AUTOEXEC.WIN in your WINDOWS directory. If you choose the latter, you must
  242. ; make the changes yourself. 
  243. ;
  244. ; You can specify one of the following entries.
  245. ;
  246. ; configfiles = modify              ;writes modifications back to source.
  247. ; configfiles = save                ;saves changes to alternate (*.win) files.
  248. ;
  249. ; If  you do not specify a "configfiles" entry, the CONFIG.SYS and
  250. ; AUTOEXEC.BAT files will be modified by Setup.
  251. ;
  252. ; The "endopt" entry specifies what happens at the end of Setup. You can
  253. ; specify one of the following entries.
  254. ;
  255. ;     endopt = exit        ; Setup exits to DOS
  256. ;     endopt = reboot      ; Setup reboots your computer
  257. ;
  258. ;     NOTE: 'endopt = restart' is not valid for Windows for Workgroups.
  259. ;            If you specify restart, the exit option will be taken instead.
  260. ;
  261. ; If you do not specify an "endopt" entry, a dialog box appears at the end
  262. ; of Setup asking the user to choose from the two options.
  263. ;
  264. ; If you are using the network option for setting up Windows (Setup /n), the
  265. ; reboot option is not valid. Setup will exit to DOS instead of rebooting
  266. ; your system.
  267. ;
  268. ; If you exit to DOS, you must still reboot your computer before starting
  269. ; Windows for Workgroups for the first time so that the correct network
  270. ; device drivers will be loaded.
  271. ;
  272. configfiles = save
  273. endopt      = exit
  274.