Customizing Setup for Accessibility Requirements

Users who require accessibility aids to work with Windows can experience problems with Windows 95 Setup, because their accessibility aids are not available while Setup is running.

As the system administrator, you can assist users in such cases by creating setup scripts that define all options so that Setup can run without user intervention. In such cases, be sure to include the Windows 95 Accessibility Options among the optional components to be installed with Windows 95.

The following suggestions can help individuals who require accessibility aids but do not have a system administrator to create a setup script. In such cases, you have two options, depending on whether you want to create the script while running Windows 3.x or MS-DOS:

When you install Windows 95 over an earlier version of Windows, Setup automatically moves your Startup group and other Program Manager groups for use under Windows 95. So any accessibility options in your previous Startup group will start automatically under Windows 95 after Setup is completed.

Whichever method you choose for creating the script, you can use it to control Windows 95 installation automatically, by using it with the setup command, as described in "Running Custom Setup Scripts" later in this chapter. For information about the accessibility options that can be installed automatically with Windows 95, see Appendix I, "Accessibility."

To use Batch Setup to create a hands-free setup script

  1. Run Batch Setup, as described in "Using BATCH.EXE to Create Setup Scripts" earlier in this chapter.
  2. In the Windows 95 Batch Setup window, type the Setup Identification information.
  3. Click the Installation Options button.
  4. In the Windows 95 Installation Options dialog box, click the Type Of Installation list and select Custom.

    You can make any other changes you want. However, the recommended method is to accept all the default settings and let Windows 95 Setup complete the actions automatically.

  5. Click the Set button.
  6. In the Batch Setup Administrative Options dialog box, make sure the option named Don't Stop During Setup is selected. Then click OK.
  7. In the Windows 95 Batch Setup window, click the Optional Components button.
  8. In the Available Areas list in the Windows 95 Optional Components dialog box, click Accessories. Then in the Available Components list, click Accessibility Options so that it is checked.

    You can use the same method to add any additional components to be installed with Windows 95. Then click OK.

  9. When you finish setting all the options you want, click the Done button. In the Save As dialog box, specify the path and filename for saving this script.

    For networking components, the recommended method is to allow Windows 95 Setup to install and configure components automatically.

To edit AUTOMATE.INF to create a hands-free setup script

  1. Use any text editor to edit a copy of the AUTOMATE.INF sample script provided in the SAMPLES directory with the Windows 95 Resource Kit utilities. You can also create this script by typing the entries in the sample script following this procedure.
  2. Change entries to specify your correct time zone, product identification number, and user name. To make these changes, delete the semicolon at the start of the line, and type the correct text between quotation marks.

    For a list of correct values for time zones, see Appendix D, "MSBATCH.INF Parameters."

    Your product identification number is the CD Key number on the Windows 95 compact disc case or the number provided ono your Certificate of Authenticity.

  3. Under the [Optional Components] section, include this entry:

The following shows an example of the entries defined in AUTOMATE.INF:


[Setup]
Express=1
InstallType=1
EBD=0
;TimeZone=""     ;remove semicolon and add correct zone in quotes
;pid=""          ;remove semicolon and type the product ID
vrc=0            ;saves old files without warning you

[NameandOrg] Display=0 Name="" ;type your username between the quotes
[Network] Display=0
[OptionalComponents] "Accessibility Options"=1 ; add any other components to be installed in this section