home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-06-03 | 4.4 KB | 162 lines |
- ; This script automates the upgrade to Windows 95, using settings from
- ; the existing Windows installation except for User Information.
- ; Setup will prompt for a User Name and Organization.
- ; You can modify this script to predefine the user name.
- ; This script also automatically installs the Accessibility features,
- ; and contains entries that can be modified to create a hands-free installation
- ; using predefined settings.
-
- [SETUP]
- ; 0 = stop for user input, 1 = do not stop for user input
- Express=1
-
- ; 0 = do not create startup disk, 1 = create startup disk
- EBD=0
-
- ; 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=0
-
- ; 0 = prompt for confirmation before overwriting more recent files
- ; 1 = overwrite without confirmation
- vrc=1
-
- ; 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
-
- ; 0 = compact, 1 = typical, 2 = portable, 3 = custom setup type
- InstallType=1
-
- ; Remove ";" from the value for your timezone
- ;TimeZone="Afghanistan"
- ;TimeZone="Alaskan"
- ;TimeZone="Arabian"
- ;TimeZone="Atlantic"
- ;TimeZone="AUS Central"
- ;TimeZone="Azores"
- ;TimeZone="Bangkok"
- ;TimeZone="Canada Central"
- ;TimeZone="Cen. Australia"
- ;TimeZone="Central"
- ;TimeZone="Central Asia"
- ;TimeZone="Central Pacific"
- ;TimeZone="China"
- ;TimeZone="Czech"
- ;TimeZone="Dateline"
- ;TimeZone="E. Europe"
- ;TimeZone="E. South America"
- ;TimeZone="Eastern"
- ;TimeZone="Egypt"
- ;TimeZone="Fiji"
- ;TimeZone="GFT"
- ;TimeZone="GMT"
- ;TimeZone="Greenwich"
- ;TimeZone="Hawaiian"
- ;TimeZone="India"
- ;TimeZone="Iran"
- ;TimeZone="Israel"
- ;TimeZone="Lisbon Warsaw"
- ;TimeZone="Mexico"
- ;TimeZone="Mid-Atlantic"
- ;TimeZone="Mountain"
- ;TimeZone="New Zealand"
- ;TimeZone="Newfoundland"
- ;TimeZone="Pacific"
- ;TimeZone="Romance"
- ;TimeZone="Russian"
- ;TimeZone="SA Eastern"
- ;TimeZone="SA Pacific"
- ;TimeZone="SA Western"
- ;TimeZone="Samoa"
- ;TimeZone="Saudi Arabia"
- ;TimeZone="South Africa"
- ;TimeZone="Sydney"
- ;TimeZone="Taipei"
- ;TimeZone="Tasmania"
- ;TimeZone="Tokyo"
- ;TimeZone="US Eastern"
- ;TimeZone="US Mountain"
- ;TimeZone="W. Europe"
- ;TimeZone="West Asia"
- ;TimeZone="West Pacific"
-
- ; If you modify this script to define the user information,
- ; set Display=0 in the following section to skip the prompt.
- ; Type correct values for Name= and Org=, or accept defaults.
- [NAMEANDORG]
- ; 0 = do not prompt for user name information (use defaults)
- ; 1 = prompt for user and company identification
- Display=1
-
- ; Set a blank default user name.
- ; to avoid using the user name from previous Windows installation.
- ; Or type a name between the quotes to predefine this information.
- Name=""
-
- ; Set a blank default company.
- ; Or type text between the quotes to predefine the company name.
- Org=""
-
- [NETWORK]
- ; 0 = do not prompt for network components during Custom setup type,
- ; so Setup will only use detection to install networking.
- ; 1 = prompt for network components
- Display=0
-
- ; The following section defines which components to install.
- ; 0 = do not install component, 1 = install component
- ; This script installs Accessibility features automatically.
- ; The other options specified here are the defaults for Custom setup type.
- [OptionalComponents]
- "Accessibility Options"=1
- "Accessories"=1
- "Communications"=1
- "Disk Tools"=1
- "Multimedia"=1
- "Screen Savers"=0
- "Disk compression tools"=0
- "Paint"=1
- "HyperTerminal"=1
- "Defrag"=1
- "Calculator"=1
- "Backup"=0
- "Phone Dialer"=1
- "Flying Windows"=1
- "Microsoft Fax"=0
- "Microsoft Fax Services"=0
- "Microsoft Fax Viewer"=0
- "The Microsoft Network"=0
- "Audio Compression"=0
- "Video Compression"=1
- "Sound Recorder"=0
- "Volume Control"=0
- "Media Player"=1
- "Microsoft Exchange"=0
- "Microsoft Mail Services"=0
- "Briefcase"=0
- "Document Templates"=1
- "WordPad"=1
- "Dial-Up Networking"=0
- "Direct Cable Connection"=0
- "Mouse Pointers"=0
- "Windows 95 Tour"=0
- "Online User's Guide"=0
- "Desktop Wallpaper"=0
- "System Monitor"=0
- "Net Watcher"=0
- "Character Map"=0
- "Additional Screen Savers"=0
- "Games"=0
- "Quick View"=0
- "System Resource Meter"=0
- "CompuServe Mail Services"=0
- "Sample Sounds"=0
- "Musica Sound Scheme"=0
- "Jungle Sound Scheme"=0
- "Robotz Sound Scheme"=0
- "Utopia Sound Scheme"=0
- "CD Player"=0
-
-