Preventing Outlook Express Installation When Using an Msbatch.inf File (240881)



The information in this article applies to:

  • Microsoft Windows 98
  • Microsoft Windows 98 Second Edition

This article was previously published under Q240881

SYMPTOMS

When you create an Msbatch.inf file using the Microsoft Batch98 tool and you choose not to install Microsoft Outlook Express, the program may be installed anyway.

CAUSE

This behavior occurs because the entry for Outlook Express is created using an incorrect syntax.

RESOLUTION

To work around this issue, use a text editor (for example, Notepad) to modify the [OptionalComponents] section of the Msbatch.inf file:
  1. Find the following line:

    "Microsoft Outlook Express"=0

  2. Replace it with the following line:

    "Outlook Express"=0

REFERENCES

For additional information about using an Msbatch.inf file for batch installations of Windows 98, see Appendix D in the Microsoft Windows 98 Resource Kit or click the article number below to view the article in the Microsoft Knowledge Base:

169539 "Deploying Windows 98 Using Batch 98 and Infinst.exe" White Paper


Modification Type:MinorLast Reviewed:12/20/2004
Keywords:kbenv kbprb KB240881