Integrating Microsoft Windows 95 Service Pack 1 into NetsetupLast reviewed: September 2, 1997Article ID: Q145603 |
The information in this article applies to:
SUMMARYThis article describes how to integrate Microsoft Windows 95 Service Pack 1 components into an installation of Microsoft Windows 95 in which you used an MSBATCH.INF file. This article assumes you have already used the Netsetup.exe tool to create an administrative installation of Windows 95. This administrative installation folder is referred to in this article as the Netsetup distribution folder. This article also refers to using the Infinst.exe tool to integrate Setup .inf files into an Msbatch.inf file. This tool is located in the Admin\Nettools\Netsetup folder on the Windows 95 CD, or with Microsoft Windows 95 Service Pack 1 in the Admin\Tools\Infinst folder. Refer to the Infinst.txt file for Infinst.exe usage instructions. For information about obtaining Microsoft Windows 95 Service Pack 1, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q142794 TITLE : Availability of Microsoft Windows 95 Service Pack 1MORE INFORMATION To integrate Microsoft Windows 95 Service Pack 1 into a Windows 95 Netsetup installation, follow these steps:
Installing the File UpdatesTo install the Windows 95 updated files, follow these steps:
File name Folder ---------------------------------------- Comdlg32.dll System Exchng32.exe Progra~1\Micros~1 Lpt.vxd System Mapi.dll System Mapi32.dll System Mapisvc.inf System Msfs32.dll System Mspwl32.dll System Net.exe Root of Netsetup Nwserver.vxd System Ole32.dll System Qfecheck.exe Root of Netsetup Qfecheck.hlp Help Sage.dll System Updates1.inf Root of Netsetup and INF Shell32.dll System Vredir.vxd System Vserver.vxd System Wgpoadmn.dll System Wmsui32.dll SystemRunning Infinst.exe also adds the following entries to the Custom.inf file, which is located in the root of the Netsetup distribution folder:
[Version] LayoutFile=layout.inf Signature="$CHICAGO$" [Custom_Precopy] CopyFiles=PrecopyFiles [DestinationDirs] PrecopyFiles=2 [PrecopyFiles] UPDATES1.INF [load_inf] UPDATES1.INFThe Custom.inf file is used during the Windows 95 Setup process to load the Updates1.inf file, which makes modifications to the registry and controls copying the updated files to the workstation running Windows 95. NOTE: If you are running shared installations of Windows 95 in which the source files are run on the server, all users must log off of Windows 95 before installing the updates. If users are not logged off the server, files that are in use are not updated.
Installing Word Viewer, Infrared Drivers, Internet Explorer 2.0Word Viewer, infrared drivers, and Internet Explorer 2.0 can all be installed by placing Runonce entries in the Msbatch.inf file. This runs the Setup program for the update after you first restart the Windows 95 Setup process. The syntax for Runonce entries is the following:
[Install] Addreg=<Section.Name> [<Section.Name>] HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup, "<Description>",,"<Executable>"<Section.Name> should be replaced with an arbitrary name describing the component you are installing. <Description> should be replaced with a description that will be displayed when the Runonce entries are run. This can be any name or phrase. <Executable> should be replaced with a path to the Setup program for the component you want to install. The following table lists the Service Pack components and their associated Setup programs.
Component Setup program ----------------------------------------------------------------- Word Viewer \\<Server>\<Share>\Wordview\Setup.exe Infrared Driver \\<Server>\<Share>\Infrared\Setup.exe Internet Explorer Update \\<Server>\<Share>\Internet\Msie20.exeWhen you install multiple components in one Msbatch.inf file, place each component section on the "Addreg=" line and separate them with commas, for example:
[Install] Addreg=Word.Viewer,Infrared,Internet.Explorer [Word.Viewer] HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup, "Install WordViewer",,"\\Server\Admin\Componts\Wordview\Setup.exe" [Infrared] HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup, "Install Infrared",,"\\Server\Admin\Componts\Infrared\Setup.exe" [Internet.Explorer] HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup, "Install Internet Explorer", ,"\\Server\Admin\Componts\Internet\Msie20.exe" Installing SLIP and Dial-Up ScriptingTo install support for serial line Internet protocol (SLIP) and the Dial-Up Scripting tools, follow these steps:
REFERENCESFor additional information about .inf file syntax, Netsetup.exe, and Msbatch.inf usage, refer to Appendixes C and D of the Microsoft Windows 95 Resource Kit.
|
Additional query words: 95 push script
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |