PUSH/Win320000755000000000000000000000000012453214031007341 5ustar PUSH/Win32/Install.bat0000755000000000000000000000053412453213336011532 0ustar @echo off Start /wait %systemdrive%\drivers\net\INTEL\APPS\ProsetDX\Win32\DxSetup.exe /qn /li %temp%\PROSetDX.log goto :end :end REM Uncomment the next line if VLANs or Teams are to be installed. REM Start /wait /b cscript %systemdrive%\wmiscr\SavResDX.vbs restore %systemdrive%\wmiscr\wmiconf.txt > %systemdrive%\wmiscr\output.txt exitPUSH/Win32/PUSH32.TXT0000755000000000000000000001662212453213336010766 0ustar Push Install Instructions for 32-bit Microsoft* Windows* Operating Systems ================================================================================ - Introduction - Setting up an Install Directory on the File Server - Instructions for Creating Teams and VLANs (Optional) - Push Instructions - Deployment methods - Microsoft documentation for unattended installations ================================================================================ Introduction ================================================================================ A "Push", or unattended installation provides a means for network administrators to easily install a Microsoft Windows* operating system on similarly equipped systems. The network administrator can create a bootable media that will automatically log into a central server and install the operating system from an image of the Windows installation directory stored on that server. This document provides instructions for a basic unattended installation that includes the installation of drivers for Intel(R) Networking Devices. As part of the unattended installation, you can create Teams and VLANs. If you wish to create one or more team/VLANs as part of the unattended installation, you must also follow the instructions in the "Instructions for Creating Teams and VLANs (Optional)" section of this document. Supported operating systems are: - Microsoft Windows* 7 - Microsoft Windows 8 - Microsoft Windows 8.1 NOTE: Intel(R) 10GbE Network Adapters do not support unattended driver installation. ================================================================================ Setting up an Install Directory on the File Server ================================================================================ The server must be setup with a distribution folder that holds the required Windows files. Clients must also be able to read this folder when connecting via TCP/IP or IPX. For illustration purposes, the examples in this document use the network share D:\WINPUSH. To create this share: 1) Create a directory on the server, (EX: D:\WINPUSH). 2) Use the My Computer applet to locate the D:\WINPUSH folder. 3) Right-click the folder and select Sharing. Select Share this folder. 4) Give it a share name (EX: WINPUSH). This share name will be used to connect to this directory from the remote target systems. 5) Adjust permissions as necessary and click OK. ================================================================================ Instructions for Creating Teams and VLANs (Optional) ================================================================================ If you wish to create teams/VLANS as part of the unattended installation, you need to create a configuration file with the team/VLAN information in it. To create this file you need a sample system that has the same type of adapter(s) that will be in the systems receiving the push installation. On the sample system, use Intel(R) PROSet for Windows Device Manager to set up the adapters in the team/VLAN configuration you want. 1) Prepare the distribution folder on the file server as detailed in the following section. 2) Copy SavResDX.vbs from the Intel CD to the configured system. The file is located in the APPS\WMI\ directory on the Intel CD. 3) Open a command prompt on the configured system and navigate to the directory containing SavResDX.vbs. 4) Run the following command: cscript SavResDX.vbs save. A configuration file called WmiConf.txt is created in the same directory. 5) Copy the SavResDX.vbs and WmiConf.txt files to the $OEM$\$1\WMIScr directory on the file server. 6) Locate the batch file, Install.bat, in $OEM$\$1\WMIScr. Edit the batch file by removing the comment that preceeds the second START command. The file should look like the follow when finished: Start /wait %systemdrive%\drivers\net\INTEL\APPS\ProsetDX\Win32\DXSetup.exe /qn /li %temp%\PROSetDX.log REM Uncomment the next line if VLANs or Teams are to be installed. Start /wait /b cscript %systemdrive%\wmiscr\SavResDX.vbs restore %systemdrive%\wmiscr\wmiconf.txt > %systemdrive%\wmiscr\output.txt exit ================================================================================ Push Instructions ================================================================================ To prepare the distribution folder: 1) Copy the entire contents from the Windows Install DVD to D:\WINPUSH. Use Windows Explorer or XCOPY to maintain the same directory structure as on the Windows Install DVD. When the copy is complete, the Windows installation files should be in the D:\WINPUSH directory. 2) Use the Windows System Image Manager to edit/generate the Unattend.xml file and save it to the D:\WINPUSH directory. 3) Create the driver install directory structure and copy the driver files to it. Example: From a Windows command prompt where e: is the drive letter of your CDROM drive: e: cd \APPS\SETUP\PUSH (you must be in the APPS\SETUP\PUSH\ directory to run PUSHCOPY) pushcopy D:\WINPUSH [WIN8] The above command creates the $OEM$ directory structure and copy all the necessary files to install the driver and Intel(R) PROSet for Windows Device Manager. However, Intel(R) PROSet for Windows Device Manager is not installed unless the FirstLogonCommands is added as seen in the example below. [Microsoft-Windows-Shell-Setup\FirstLogonCommands\SynchronousCommand] CommandLine= %systemdrive%\WMIScr\Install.bat Description= Begins silent unattended install of Intel PROSet for Windows Device Manager Order= 1 -------------------------------------------------------------------------------- Deployment methods -------------------------------------------------------------------------------- Boot using your WinPE 2.0 media and connect to the server containing your Windows installation share. Run the command from the \\Server\WINPUSH prompt: setup /unattend: NOTE: In the above procedure, setup runs the installation in unattended mode and also detects the plug and play network adapters. All driver files are copied from the shared directory to the target system directories and installation of the OS and Network Adapters continues without user intervention. If you installed VLANs as part of the unattended installation, view the results of the script execution in the output.txt file. This file is in the same directory as the SavResDX.vbs file. -------------------------------------------------------------------------------- Microsoft Documentation for Unattended Installations -------------------------------------------------------------------------------- For a complete description of the parameters supported in Unattend.XML visit support.microsoft.com to view the Windows Automated Installation Kit (WAIK) documentation. ================================================================================ Copyright (C) 1998-2013, Intel Corporation. All rights reserved. Intel Corporation assumes no responsibility for errors or omissions in this document. Nor does Intel make any commitment to update the information contained herein. * Other product and corporate names may be trademarks of other companies and are used only for explanation and to the owners' benefit, without intent to infringe. PUSH/Winx640000755000000000000000000000000012453214031007536 5ustar PUSH/Winx64/Install.bat0000755000000000000000000000053512453213336011730 0ustar @echo off Start /wait %systemdrive%\drivers\net\INTEL\APPS\ProsetDX\Winx64\DxSetup.exe /qn /li %temp%\PROSetDX.log goto :end :end REM Uncomment the next line if VLANs or Teams are to be installed. REM Start /wait /b cscript %systemdrive%\wmiscr\SavResDX.vbs restore %systemdrive%\wmiscr\wmiconf.txt > %systemdrive%\wmiscr\output.txt exitPUSH/Winx64/PUSHx64.TXT0000755000000000000000000001677012453213336011364 0ustar Push Install Instructions for x64 Microsoft Windows* Operating Systems ================================================================================ - Introduction - Setting up an Install Directory on the File Server - Instructions for Creating Teams and VLANs (Optional) - Push Instructions - Deployment methods - Microsoft documentation for unattended installations ================================================================================ Introduction ================================================================================ A "Push", or unattended installation provides a means for network administrators to easily install a Microsoft Windows* operating system on similarly equipped systems. The network administrator can create a bootable media that will automatically log into a central server and install the operating system from an image of the Windows installation directory stored on that server. This document provides instructions for a basic unattended installation that includes the installation of drivers for Intel(R) Networking Devices. As part of the unattended installation, you can create Teams and VLANs. If you wish to create one or more team/VLANs as part of the unattended installation, you must also follow the instructions in the "Instructions for Creating Teams and VLANs (Optional)" section of this document. Supported operating systems are: - Microsoft Windows* 7 - Microsoft Windows 8 - Microsoft Windows 8.1 - Microsoft Windows Server 2008 R2 - Microsoft Windows Server 2012 - Microsoft Windows Server 2012 R2 NOTE: Intel(R) 10GbE Network Adapters do not support unattended driver installation. ================================================================================ Setting up an Install Directory on the File Server ================================================================================ The server must be setup with a distribution folder that holds the required Windows files. Clients must also be able to read this folder when connecting via TCP/IP or IPX. For illustration purposes, the examples in this document use the network share D:\WINPUSH. To create this share: 1) Create a directory on the server, (EX: D:\WINPUSH). 2) Use the My Computer applet to locate the D:\WINPUSH folder. 3) Right-click the folder and select Sharing. Select Share this folder. 4) Give it a share name (EX: WINPUSH). This share name will be used to connect to this directory from the remote target systems. 5) Adjust permissions as necessary and click OK. ================================================================================ Instructions for Creating Teams and VLANs (Optional) ================================================================================ If you wish to create teams/VLANS as part of the unattended installation, you need to create a configuration file with the team/VLAN information in it. To create this file you need a sample system that has the same type of adapter(s) that will be in the systems receiving the push installation. On the sample system, use Intel(R) PROSet for Windows Device Manager to set up the adapters in the team/VLAN configuration you want. 1) Prepare the distribution folder on the file server as detailed in the following section. 2) Copy SavResDX.vbs from the Intel CD to the configured system. The file is located in the APPS\WMI\ directory on the Intel CD. 3) Open a command prompt on the configured system and navigate to the directory containing SavResDX.vbs. 4) Run the following command: cscript SavResDX.vbs save. A configuration file called WmiConf.txt is created in the same directory. 5) Copy the SavResDX.vbs and WmiConf.txt files to the $OEM$\$1\WMIScr directory on the file server. 6) Locate the batch file, Install.bat, in $OEM$\$1\WMIScr. Edit the batch file by removing the comment that preceeds the second START command. The file should look like the follow when finished: Start /wait %systemdrive%\drivers\net\INTEL\APPS\ProsetDX\Winx64\DXSetup.exe /qn /li %temp%\PROSetDX.log REM Uncomment the next line if VLANs or Teams are to be installed. Start /wait /b cscript %systemdrive%\wmiscr\SavResDX.vbs restore %systemdrive%\wmiscr\wmiconf.txt > %systemdrive%\wmiscr\output.txt exit ================================================================================ Push Instructions ================================================================================ To prepare the distribution folder: 1) Copy the entire contents from the Windows Install DVD to D:\WINPUSH. Use Windows Explorer or XCOPY to maintain the same directory structure as on the Windows Install DVD. When the copy is complete, the Windows installation files should be in the D:\WINPUSH directory. 2) Use the Windows System Image Manager to edit/generate the Unattend.xml file and save it to the D:\WINPUSH directory. 3) Create the driver install directory structure and copy the driver files to it. Example: From a Windows command prompt where e: is the drive letter of your CDROM drive: e: cd \APPS\SETUP\PUSH (you must be in the APPS\SETUP\PUSH\ directory to run PUSHCOPY) pushcopy D:\WINPUSH [WIN8] The above command creates the $OEM$ directory structure and copy all the necessary files to install the driver and Intel(R) PROSet for Windows Device Manager. However, Intel(R) PROSet for Windows Device Manager is not installed unless the FirstLogonCommands is added as seen in the example below. [Microsoft-Windows-Shell-Setup\FirstLogonCommands\SynchronousCommand] CommandLine= %systemdrive%\WMIScr\Install.bat Description= Begins silent unattended install of Intel PROSet for Windows Device Manager Order= 1 -------------------------------------------------------------------------------- Deployment methods -------------------------------------------------------------------------------- Boot using your WinPE 2.0 media and connect to the server containing your Windows installation share. Run the command from the \\Server\WINPUSH prompt: setup /unattend: NOTE: In the above procedure, setup runs the installation in unattended mode and also detects the plug and play network adapters. All driver files are copied from the shared directory to the target system directories and installation of the OS and Network Adapters continues without user intervention. If you installed VLANs as part of the unattended installation, view the results of the script execution in the output.txt file. This file is in the same directory as the SavResDX.vbs file. -------------------------------------------------------------------------------- Microsoft Documentation for Unattended Installations -------------------------------------------------------------------------------- For a complete description of the parameters supported in Unattend.XML visit support.microsoft.com to view the Windows Automated Installation Kit (WAIK) documentation. ================================================================================ Copyright (C) 1998-2013, Intel Corporation. All rights reserved. Intel Corporation assumes no responsibility for errors or omissions in this document. Nor does Intel make any commitment to update the information contained herein. * Other product and corporate names may be trademarks of other companies and are used only for explanation and to the owners' benefit, without intent to infringe. PUSH/pushcopy.bat0000755000000000000000000007106712453213336011105 0ustar @echo off rem ******************************************************************************* rem Make sure we are in the right directory rem ******************************************************************************* if NOT exist .\PUSHCOPY.BAT GOTO WRONGDIR rem ******************************************************************************* rem %1 = Destination Path rem %2 = OS rem ******************************************************************************* if /I "%2"=="WIN732" goto WIN732 if /I "%2"=="WIN7X64" goto WIN7X64 if /I "%2"=="WS08R2X64" goto WIN7X64 if /I "%2"=="WIN832" goto WIN832 if /I "%2"=="WIN8X64" goto WIN8X64 if /I "%2"=="WIN8.132" goto WIN8.132 if /I "%2"=="WIN8.1X64" goto WIN8.1X64 goto Usage rem ******************************************************************************* rem WINDOWS 7/2K8 R2/Windows 8 client 32 file copies rem ******************************************************************************* :WIN732 echo *** Windows 7, Windows Server 2008 R2 and Windows 8 client 32 file copy rem ******************************************************************************* rem Create the OEM driver directory structure rem ******************************************************************************* md %1\$oem$ md %1\$oem$\$$ md %1\$oem$\$$\system32 md %1\$oem$\$1 md %1\$oem$\$1\WMIScr md %1\$oem$\$1\drivers md %1\$oem$\$1\drivers\net md %1\$oem$\$1\drivers\net\INTEL md %1\$oem$\$1\drivers\net\INTEL\PLATFORM md %1\$oem$\$1\drivers\net\INTEL\APPS md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32 md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32\Drivers md %1\$oem$\$1\drivers\net\INTEL\APPS\Tools md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup\SetupBD md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup\SetupBD\Win32 md %1\$oem$\$1\drivers\net\INTEL\PRO1000 md %1\$oem$\$1\drivers\net\INTEL\PRO1000\Win32 md %1\$oem$\$1\drivers\net\INTEL\PRO1000\Win32\NDIS62 REM ********************************************************************** REM COPY Base driver files for Windows 7 REM ********************************************************************** rem Gigabit specific files copy ..\..\..\PRO1000\Win32\NDIS62\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO1000\Win32\NDIS62 rem ******************************************************************************* rem Copy the PROSet DX files rem ******************************************************************************* copy ..\..\PROSetDX\Win32\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32 rem ******************************************************************************* rem Copy the ANS files rem ******************************************************************************* copy ..\..\PROSetDX\Win32\DRIVERS\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32\Drivers rem ******************************************************************************* rem Copy the SetupBD files rem ******************************************************************************* copy ..\..\SETUP\SETUPBD\Win32\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\APPS\Setup\SetupBD\Win32 rem ******************************************************************************* rem Copy the Tools files rem ******************************************************************************* copy ..\..\Tools\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\APPS\Tools REM ******************************************************************************* REM Copy the Intel Active Management Technology drivers and Serial Over Lan drivers if available REM ******************************************************************************* if not exist ..\..\..\PLATFORM\INTELAMT\DRIVERS\Win32 goto end md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS\Win32 copy ..\..\..\PLATFORM\INTELAMT\DRIVERS\Win32\*.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS\Win32 REM ******************************************************************************* REM Copy the Intel I/O Acceleration Technology drivers REM ******************************************************************************* if not exist ..\..\..\PLATFORM\IOATDMA\Win32 goto end md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32 md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS62 copy /v ..\..\..\PLATFORM\IOATDMA\Win32\NDIS62\qd* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS62 rem ******************************************************************************* rem Copy the sample Install.bat and help file rem ******************************************************************************* copy Win32\Install.bat %1\$oem$\$1\WMIScr copy Win32\push32.txt %1\$oem$\$1\drivers\net\INTEL goto end rem ******************************************************************************* rem WINDOWS 7/2K8 R2/WINDOWS 8 Client/WINDOWS 8 SERVER 32e file copies rem ******************************************************************************* :WIN7X64 echo *** Windows 7, Windows Server 2008 R2, Windows 8 Client and Windows 8 Server 32e file copy rem ******************************************************************************* rem Create the OEM driver directory structure rem ******************************************************************************* md %1\$oem$ md %1\$oem$\$$ md %1\$oem$\$$\system32 md %1\$oem$\$1 md %1\$oem$\$1\WMIScr md %1\$oem$\$1\drivers md %1\$oem$\$1\drivers\net md %1\$oem$\$1\drivers\net\INTEL md %1\$oem$\$1\drivers\net\INTEL\PLATFORM md %1\$oem$\$1\drivers\net\INTEL\APPS md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64 md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64\Drivers md %1\$oem$\$1\drivers\net\INTEL\APPS\Tools md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup\SetupBD md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup\SetupBD\Winx64 md %1\$oem$\$1\drivers\net\INTEL\PRO1000 md %1\$oem$\$1\drivers\net\INTEL\PRO1000\Winx64 md %1\$oem$\$1\drivers\net\INTEL\PRO1000\Winx64\NDIS62 REM ********************************************************************** REM COPY Base driver files for Windows 7 REM ********************************************************************** rem Gigabit specific files copy ..\..\..\PRO1000\Winx64\NDIS62\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO1000\Winx64\NDIS62 rem ******************************************************************************* rem Copy the PROSet DX files rem ******************************************************************************* copy ..\..\PROSetDX\Winx64\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64 rem ******************************************************************************* rem Copy the ANS files rem ******************************************************************************* copy ..\..\PROSetDX\Winx64\DRIVERS\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64\Drivers rem ******************************************************************************* rem Copy the SetupBD files rem ******************************************************************************* copy ..\..\SETUP\SETUPBD\Winx64\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\APPS\Setup\SetupBD\Winx64 rem ******************************************************************************* rem Copy the Tools files rem ******************************************************************************* copy ..\..\Tools\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\APPS\Tools REM ******************************************************************************* REM Copy the Intel Active Management Technology drivers and Serial Over Lan drivers if avialable REM ******************************************************************************* if not exist ..\..\..\PLATFORM\INTELAMT\DRIVERS\Winx64 goto end md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS\Winx64 copy ..\..\..\PLATFORM\INTELAMT\DRIVERS\Winx64\*.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS\Winx64 REM ******************************************************************************* REM Copy the Intel I/O Acceleration Technology drivers REM ******************************************************************************* if not exist ..\..\..\PLATFORM\IOATDMA\Winx64 goto end md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64 md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS62 copy /Y ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS62\*.DLL %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS62 copy /Y ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS62\*62*.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS62 copy /Y ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS62\qd3nodrv.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS62 rem ******************************************************************************* rem Copy the sample Install.bat and help file rem ******************************************************************************* copy Winx64\Install.bat %1\$oem$\$1\WMIScr copy Winx64\pushx64.txt %1\$oem$\$1\drivers\net\INTEL rem ******************************************************************************* rem Copy the Win7-specific or Windows Server 2008 R2-specific files rem ******************************************************************************* if /I "%2"=="WS08R2X64" goto WS08R2X64 goto end :WS08R2X64 goto end rem ******************************************************************************* rem WINDOWS client 32 file copies rem ******************************************************************************* :WIN832 echo *** Windows 8 client 32 file copy rem ******************************************************************************* rem Create the OEM driver directory structure rem ******************************************************************************* md %1\$oem$ md %1\$oem$\$$ md %1\$oem$\$$\system32 md %1\$oem$\$1 md %1\$oem$\$1\WMIScr md %1\$oem$\$1\drivers md %1\$oem$\$1\drivers\net md %1\$oem$\$1\drivers\net\INTEL md %1\$oem$\$1\drivers\net\INTEL\PLATFORM md %1\$oem$\$1\drivers\net\INTEL\APPS md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32 md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32\Drivers md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32\Drivers\Win8 md %1\$oem$\$1\drivers\net\INTEL\APPS\Tools md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup\SetupBD md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup\SetupBD\Win32 md %1\$oem$\$1\drivers\net\INTEL\PRO1000 md %1\$oem$\$1\drivers\net\INTEL\PRO1000\Win32 md %1\$oem$\$1\drivers\net\INTEL\PRO1000\Win32\NDIS63 REM ********************************************************************** REM COPY Base driver files for Windows 8 client REM ********************************************************************** rem Gigabit specific files copy ..\..\..\PRO1000\Win32\NDIS63\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO1000\Win32\NDIS63 rem ******************************************************************************* rem Copy the PROSet DX files rem ******************************************************************************* copy ..\..\PROSetDX\Win32\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32 rem ******************************************************************************* rem Copy the ANS files rem ******************************************************************************* copy ..\..\PROSetDX\Win32\DRIVERS\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32\Drivers copy ..\..\PROSetDX\Win32\DRIVERS\Win8\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32\Drivers\win8 rem ******************************************************************************* rem Copy the SetupBD files rem ******************************************************************************* copy ..\..\SETUP\SETUPBD\Win32\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\APPS\Setup\SetupBD\Win32 rem ******************************************************************************* rem Copy the Tools files rem ******************************************************************************* copy ..\..\Tools\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\APPS\Tools REM ******************************************************************************* REM Copy the Intel Active Management Technology drivers and Serial Over Lan drivers if available REM ******************************************************************************* if not exist ..\..\..\PLATFORM\INTELAMT\DRIVERS\Win32 goto end md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS\Win32 copy ..\..\..\PLATFORM\INTELAMT\DRIVERS\Win32\*.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS\Win32 REM ******************************************************************************* REM Copy the Intel I/O Acceleration Technology drivers REM ******************************************************************************* if not exist ..\..\..\PLATFORM\IOATDMA\Win32 goto end md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32 md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS62 copy /v ..\..\..\PLATFORM\IOATDMA\Win32\NDIS62\qd* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS62 rem ******************************************************************************* rem Copy the sample Install.bat and help file rem ******************************************************************************* copy Win32\Install.bat %1\$oem$\$1\WMIScr copy Win32\push32.txt %1\$oem$\$1\drivers\net\INTEL goto end rem ******************************************************************************* rem WINDOWS 8 Client/WINDOWS 8 SERVER 32e file copies rem ******************************************************************************* :WIN8X64 echo *** Windows 8 Client and Windows 8 Server 32e file copy rem ******************************************************************************* rem Create the OEM driver directory structure rem ******************************************************************************* md %1\$oem$ md %1\$oem$\$$ md %1\$oem$\$$\system32 md %1\$oem$\$1 md %1\$oem$\$1\WMIScr md %1\$oem$\$1\drivers md %1\$oem$\$1\drivers\net md %1\$oem$\$1\drivers\net\INTEL md %1\$oem$\$1\drivers\net\INTEL\PLATFORM md %1\$oem$\$1\drivers\net\INTEL\APPS md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64 md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64\Drivers md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64\Drivers\Win8 md %1\$oem$\$1\drivers\net\INTEL\APPS\Tools md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup\SetupBD md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup\SetupBD\Winx64 md %1\$oem$\$1\drivers\net\INTEL\PRO1000 md %1\$oem$\$1\drivers\net\INTEL\PRO1000\Winx64 md %1\$oem$\$1\drivers\net\INTEL\PRO1000\Winx64\NDIS63 REM ********************************************************************** REM COPY Base driver files for Windows 8 REM ********************************************************************** rem Gigabit specific files copy ..\..\..\PRO1000\Winx64\NDIS63\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO1000\Winx64\NDIS63 rem ******************************************************************************* rem Copy the PROSet DX files rem ******************************************************************************* copy ..\..\PROSetDX\Winx64\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64 rem ******************************************************************************* rem Copy the ANS files rem ******************************************************************************* copy ..\..\PROSetDX\Winx64\DRIVERS\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64\Drivers copy ..\..\PROSetDX\Winx64\DRIVERS\Win8\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64\Drivers\Win8 rem ******************************************************************************* rem Copy the SetupBD files rem ******************************************************************************* copy ..\..\SETUP\SETUPBD\Winx64\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\APPS\Setup\SetupBD\Winx64 rem ******************************************************************************* rem Copy the Tools files rem ******************************************************************************* copy ..\..\Tools\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\APPS\Tools REM ******************************************************************************* REM Copy the Intel Active Management Technology drivers and Serial Over Lan drivers if avialable REM ******************************************************************************* if not exist ..\..\..\PLATFORM\INTELAMT\DRIVERS\Winx64 goto end md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS\Winx64 copy ..\..\..\PLATFORM\INTELAMT\DRIVERS\Winx64\*.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS\Winx64 REM ******************************************************************************* REM Copy the Intel I/O Acceleration Technology drivers REM ******************************************************************************* if not exist ..\..\..\PLATFORM\IOATDMA\Winx64 goto end md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64 md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS62 copy /Y ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS62\*.DLL %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS62 copy /Y ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS62\*62*.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS62 copy /Y ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS62\qd3nodrv.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS62 rem ******************************************************************************* rem Copy the sample Install.bat and help file rem ******************************************************************************* copy Winx64\Install.bat %1\$oem$\$1\WMIScr copy Winx64\pushx64.txt %1\$oem$\$1\drivers\net\INTEL goto end rem ******************************************************************************* rem WINDOWS client 32 file copies rem ******************************************************************************* :WIN8.132 echo *** Windows 8.1 client 32 file copy rem ******************************************************************************* rem Create the OEM driver directory structure rem ******************************************************************************* md %1\$oem$ md %1\$oem$\$$ md %1\$oem$\$$\system32 md %1\$oem$\$1 md %1\$oem$\$1\WMIScr md %1\$oem$\$1\drivers md %1\$oem$\$1\drivers\net md %1\$oem$\$1\drivers\net\INTEL md %1\$oem$\$1\drivers\net\INTEL\PLATFORM md %1\$oem$\$1\drivers\net\INTEL\APPS md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32 md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32\Drivers md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32\Drivers\Win8 md %1\$oem$\$1\drivers\net\INTEL\APPS\Tools md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup\SetupBD md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup\SetupBD\Win32 md %1\$oem$\$1\drivers\net\INTEL\PRO1000 md %1\$oem$\$1\drivers\net\INTEL\PRO1000\Win32 md %1\$oem$\$1\drivers\net\INTEL\PRO1000\Win32\NDIS64 REM ********************************************************************** REM COPY Base driver files for Windows 8 client REM ********************************************************************** rem Gigabit specific files copy ..\..\..\PRO1000\Win32\NDIS64\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO1000\Win32\NDIS64 rem ******************************************************************************* rem Copy the PROSet DX files rem ******************************************************************************* copy ..\..\PROSetDX\Win32\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32 rem ******************************************************************************* rem Copy the ANS files rem ******************************************************************************* copy ..\..\PROSetDX\Win32\DRIVERS\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32\Drivers copy ..\..\PROSetDX\Win32\DRIVERS\Win8\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Win32\Drivers\win8 rem ******************************************************************************* rem Copy the SetupBD files rem ******************************************************************************* copy ..\..\SETUP\SETUPBD\Win32\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\APPS\Setup\SetupBD\Win32 rem ******************************************************************************* rem Copy the Tools files rem ******************************************************************************* copy ..\..\Tools\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\APPS\Tools REM ******************************************************************************* REM Copy the Intel Active Management Technology drivers and Serial Over Lan drivers if available REM ******************************************************************************* if not exist ..\..\..\PLATFORM\INTELAMT\DRIVERS\Win32 goto end md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS\Win32 copy ..\..\..\PLATFORM\INTELAMT\DRIVERS\Win32\*.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS\Win32 REM ******************************************************************************* REM Copy the Intel I/O Acceleration Technology drivers REM ******************************************************************************* if not exist ..\..\..\PLATFORM\IOATDMA\Win32 goto end md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32 md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS62 copy /v ..\..\..\PLATFORM\IOATDMA\Win32\NDIS62\qd* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS62 rem ******************************************************************************* rem Copy the sample Install.bat and help file rem ******************************************************************************* copy Win32\Install.bat %1\$oem$\$1\WMIScr copy Win32\push32.txt %1\$oem$\$1\drivers\net\INTEL goto end rem ******************************************************************************* rem WINDOWS 8.1 Client/WINDOWS 8.1 SERVER 32e file copies rem ******************************************************************************* :WIN8.1X64 echo *** Windows 8.1 Client and Windows 8.1 Server 32e file copy rem ******************************************************************************* rem Create the OEM driver directory structure rem ******************************************************************************* md %1\$oem$ md %1\$oem$\$$ md %1\$oem$\$$\system32 md %1\$oem$\$1 md %1\$oem$\$1\WMIScr md %1\$oem$\$1\drivers md %1\$oem$\$1\drivers\net md %1\$oem$\$1\drivers\net\INTEL md %1\$oem$\$1\drivers\net\INTEL\PLATFORM md %1\$oem$\$1\drivers\net\INTEL\APPS md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64 md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64\Drivers md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64\Drivers\Win8 md %1\$oem$\$1\drivers\net\INTEL\APPS\Tools md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup\SetupBD md %1\$oem$\$1\drivers\net\INTEL\APPS\Setup\SetupBD\Winx64 md %1\$oem$\$1\drivers\net\INTEL\PRO1000 md %1\$oem$\$1\drivers\net\INTEL\PRO1000\Winx64 md %1\$oem$\$1\drivers\net\INTEL\PRO1000\Winx64\NDIS64 REM ********************************************************************** REM COPY Base driver files for Windows 8 REM ********************************************************************** rem Gigabit specific files copy ..\..\..\PRO1000\Winx64\NDIS64\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO1000\Winx64\NDIS64 rem ******************************************************************************* rem Copy the PROSet DX files rem ******************************************************************************* copy ..\..\PROSetDX\Winx64\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64 rem ******************************************************************************* rem Copy the ANS files rem ******************************************************************************* copy ..\..\PROSetDX\Winx64\DRIVERS\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64\Drivers copy ..\..\PROSetDX\Winx64\DRIVERS\Win8\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\Winx64\Drivers\Win8 rem ******************************************************************************* rem Copy the SetupBD files rem ******************************************************************************* copy ..\..\SETUP\SETUPBD\Winx64\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\APPS\Setup\SetupBD\Winx64 rem ******************************************************************************* rem Copy the Tools files rem ******************************************************************************* copy ..\..\Tools\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\APPS\Tools REM ******************************************************************************* REM Copy the Intel Active Management Technology drivers and Serial Over Lan drivers if avialable REM ******************************************************************************* if not exist ..\..\..\PLATFORM\INTELAMT\DRIVERS\Winx64 goto end md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS\Winx64 copy ..\..\..\PLATFORM\INTELAMT\DRIVERS\Winx64\*.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\INTELAMT\DRIVERS\Winx64 REM ******************************************************************************* REM Copy the Intel I/O Acceleration Technology drivers REM ******************************************************************************* if not exist ..\..\..\PLATFORM\IOATDMA\Winx64 goto end md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64 md %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS62 copy /Y ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS62\*.DLL %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS62 copy /Y ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS62\*62*.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS62 copy /Y ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS62\qd3nodrv.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS62 rem ******************************************************************************* rem Copy the sample Install.bat and help file rem ******************************************************************************* copy Winx64\Install.bat %1\$oem$\$1\WMIScr copy Winx64\pushx64.txt %1\$oem$\$1\drivers\net\INTEL goto end rem ******************************************************************************* rem Error Cases rem ******************************************************************************* :WRONGDIR echo. echo. echo PUSHCOPY must be run from the \APPS\SETUP\PUSH directory on the CD or echo CD image to work properly. echo. echo Please change directories to the \APPS\SETUP\PUSH directory before running PUSHCOPY. echo. echo. :Usage echo. echo Invalid Command Line Argument echo. echo Usage Rules: echo pushcopy [Destination Path] [OS] echo where [destination] is the drive letter and path (such as Z:) echo Do not add a trailing backslash (\) to the destination path. echo [OS] = OS family echo WIN732 = Microsoft Windows 7* 32 bit echo WIN7X64 = Microsoft Windows 7* x64 echo WS08R2X64 = Microsoft Windows Server 2008 R2* x64 echo WIN832 = Microsoft Windows 8 Client* 32 bit echo WIN8X64 = Microsoft Windows 8 Client and Server* x64 echo WIN8.132 = Microsoft Windows 8.1 Client* 32 bit echo WIN8.1X64 = Microsoft Windows 8.1 Client and Server* x64 echo. :end