home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-06-03 | 2.4 KB | 72 lines |
- ; This script sets alternate defaults
- ; for the Windows directory and other values
- ; but allows user input during Windows 95 etup.
-
- [SETUP]
- ; 0 = stop for user input, 1 = do not stop for user input
- Express=0
-
- ; 0 = compact, 1 = typical, 2 = portable, 3 = custom setup type
- InstallType=0
-
- ; 0 = do not create startup disk, 1 = create startup disk
- EBD=0
-
- ; Set the value of InstallDir= to blank to use the default
- InstallDir=C:\WIN95
-
- ; 0 = do not add installation source path for INFs
- ; (use INFs in Windows directory after Setup is complete)
- ; 1 = add installation source directory to path for INFs
- DevicePath=1
-
- ; 0 = do not allow user to choose Uninstall and do not back up existing Windows
- ; 1 = show Uninstall options for user to choose
- ; 5 = automatically create backup files for uninstalling Windows 95
- uninstall=5
-
- ; Define directory for Uninstall backup files
- BackupDir=OldOSDir
-
- ; 0 = prompt for confirmation before overwriting more recent files
- ; 1 = overwrite without confirmation
- vrc=0
-
- ; Remove ";" and set this value to your 10-digit Windows 95 product ID,
- ; which is printed on the Windows 95 CD or your Certification of Authenticity.
- ;ProductID=9999999999
-
- ; For a list of timezone values, see AUTOMATE.INF.
- ;TimeZone=
-
- [NETWORK]
- ; 0 = do not prompt for network components during setup (use detection only)
- ; 1 = prompt for network components
- Display=1
-
- ; For examples of custom entries for network components,
- ; see MSNET.INF for Microsoft networking, and
- ; see NWNET.INF for NetWare networks.
-
- ; For a list of all optional components, see AUTOMATE.INF.
- ;[OPTIONALCOMPONENTS]
-
-
- ; The following examples install a local printer and a network printer.
- ;[PRINTERS]
- ;"My BJC600"="Canon Bubble-Jet BJC-600",LPT1
- ;"IIIsi Next Door"="HP Laserjet IIIsi",\\msprint34\corpl
-
- ; To allow users to choose printers, do not include a [Printers] section.
- ;
- ; To skip installing printers altogether,
- ; remove the ";" before the [Printers] section name,
- ; but do not list any printer descriptions.
- ;
- ; To install specific printers, add an entry for each printer in this format:
- ; "<printer name>"="<printer driver name from INF file>",<port or print queue>
- ;
- ; For details, see "MSBATCH.INF Parameters" in the Windows 95 Resource Kit.
-
-
-