PUSH/Win320000755000000000000000000000000012233423607007350 5ustar PUSH/Win32/Install.bat0000755000000000000000000000125312025552470011531 0ustar @echo off ver | find "5.1" > Nul If not ErrorLevel 1 goto 2k3xp ver | find "5.2" > Nul If not ErrorLevel 1 goto 2k3xp rem If it's neither 2k3 or xp, it's not a legacy OS Start /wait %systemdrive%\drivers\net\INTEL\APPS\ProsetDX\Win32\DxSetup.exe /qn /li %temp%\PROSetDX.log goto :end :2k3xp rem If it's either 2k3 or xp, it's a legacy OS Start /wait %systemdrive%\drivers\net\INTEL\APPS\ProsetDX\XP2K3_32\DxSetup.exe /qn /li %temp%\PROSetDX.log :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.TXT0000755000000000000000000003306112052443430010755 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) - Microsoft* Windows* 8, Windows 7, Vista*, and Server* 2008 Instructions - Deployment methods - Microsoft documentation for unattended installations - Microsoft Windows XP and Server 2003 Instructions - Deployment methods - Microsoft documentation for unattended installations - Sample unattend.sif file for Windows XP ================================================================================ 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 XP 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* XP - Microsoft Windows Vista* - Microsoft Windows 7 - Microsoft Windows 8 - Microsoft Windows Server* 2003 - Microsoft Windows Server 2008 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\PROSetDX.msi /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 ================================================================================ Microsoft Windows 8, Windows 7, Vista, and Server 2008 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 [VISTA32] 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. ================================================================================ Microsoft Windows XP and Server 2003 Instructions ================================================================================ To prepare the distribution folder: 1) Copy the \I386 folder from the Windows XP CD to D:\WINPUSH. Use Windows Explorer or XCOPY to maintain the same directory structure as on the Windows XP CD. When the copy is complete, the Windows XP installation files should be in the D:\WINPUSH\I386 directory. 2) Copy unattend.sif from the Intel CD (found in \APPS\SETUP\PUSH\Win32) into the shared directory D:\WINPUSH\I386. 3) Edit the unattend.sif file with Notepad or another text-editor to include your customizations. At a minimum you should change the items in the [UserData] section of the file. For Server Installations the [LicenseFilePrintData] section should be edited to specify the License type and the number of users if the license type is PerServer. 4) Create the driver install directory structure and copy the driver files to it. NOTE: The PUSHCOPY.BAT file provided with the drivers in the APPS\SETUP\PUSH directory copies the appropriate files for the installation. PUSHCOPY also copies the components needed to perform the automated installations contained in the [GuiRunOnce] section of the sample unattend.sif file. These include an unattended installation of Intel(R) PROSet for Windows Device Manager. Example: From a 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\I386 [XP|WS03] The above command creates the $OEM$ directory structure and copies 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 line: ; Command0="%systemdrive%\WMIScr\Install.bat" is uncommented from unattend.sif. -------------------------------------------------------------------------------- Deployment methods -------------------------------------------------------------------------------- Make sure that you have a copy of a network bootable MS-DOS* floppy that connects to the Z:\WINPUSH directory. Use it to boot the destination system (the one you want to push install to), and connect to this shared network directory. Run the command from the \\Server\WINPUSH\i386 prompt: winnt /u:Z:\I386\unattend.sif /s:Z:\I386 /t:c where Z: equals mapped drive. 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 teams\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.sif see the DEPLOY.CHM document in the DEPLOY.CAB cabinet file on the Windows install CD. To obtain the document, use Internet Explorer 5.0 or greater to open DEPLOY.CAB in the \SUPPORT\TOOLS directory on the CD. Other documents and utilities in the DEPLOY.CAB file provide details and tools for setting up a variety of unattended installation methods. -------------------------------------------------------------------------------- Sample unattend.sif file -------------------------------------------------------------------------------- [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes ; Modify the following path to point to the network drivers OemPnPDriversPath = "\drivers\net\INTEL\PRO1000\Win32\NDIS5x" TargetPath= * DriverSigningPolicy=Ignore Filesystem=LeaveAlone OverwriteOemFilesOnUpgrade=No ; This switch prevents the user setup dialog from running when Windows ; starts for the first time. UnattendSwitch=Yes [GuiUnattended] AdminPassword=* AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 TimeZone=4 OemSkipWelcome=1 [UserData] FullName=Name OrgName=Organization ComputerName=Computer1 ; PRODUCT ID is required for most installations. ProductID="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" ; For Server Installations. The server License type must be specified. [LicenseFilePrintData] ; Set up the licensing type for the server. ; AutoMode=xxxxxxxx ; Possible AutoMode values are PerSeat and PerServer ; AutoUsers=xxxx ; Number of users if AutoMode = PerServer. [GuiRunOnce] ; Command to install Intel(R) PROSet for Windows* Device Manager - uncomment to install it after push install ; This command will call the batch file during installation and sequentially install Intel(R) Proset for Windows Device Manager followed by installing any Teams or VLANs. ; Command0="%systemdrive%\WMIScr\Install.bat" [Identification] JoinWorkgroup=WORKGROUP ; *Use the following for a domain installation ; JoinDomain=MYDOMAIN ; CreateComputerAccountInDomain=Yes ; DomainAdmin=Installer ; DomainAdminPassword=install [Networking] InstallDefaultComponents=Yes ; To activate the Intel(R) PROSet for Windows Device Manager installation ; once the above directories have been created and populated, uncomment the ; line: ; Command0="%systemdrive%\WMIScr\Install.bat" ; in the [GuiRunOnce] section of unattend.sif ================================================================================ Copyright (C) 1998-2012, 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/Win32/unattend.sif0000755000000000000000000000305312050217434011754 0ustar [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes ; Modify the following path to point to the network drivers OemPnPDriversPath = "\drivers\net\INTEL\PRO1000\Win32\NDIS5x" TargetPath=\WINNT DriverSigningPolicy=Ignore Filesystem=LeaveAlone OverwriteOemFilesOnUpgrade=No ; This switch prevents the user setup dialog from running when XP ; starts for the first time. UnattendSwitch=Yes [GuiUnattended] AdminPassword=* AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 TimeZone=4 OemSkipWelcome=1 [UserData] FullName=Name OrgName=Organization ComputerName=ComputerName ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx ; For Server installations, this section specifies the Server Type and number of ; users if the Server Type is PerServer [LicenseFilePrintData] ; Set up the licensing type for the server. ; AutoMode=xxxxxxxx ; Possible AutoMode values are PerSeat and PerServer ; AutoUsers=xxxx ; Number of users if AutoMode = PerServer. [GuiRunOnce] ; command to install Intel(R) PROSet for Windows* Device Manager - uncomment to install it after push install ; This command will call the batch file during Windows installation and sequentially install ; Intel(R) Proset for Windows Device Manager followed by installing any Teams or VLANs. ; Command0="%systemdrive%\WMIScr\Install.bat" [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes PUSH/Winx640000755000000000000000000000000012233423607007545 5ustar PUSH/Winx64/Install.bat0000755000000000000000000000125512025552470011730 0ustar @echo off ver | find "5.1" > Nul If not ErrorLevel 1 goto 2k3xp ver | find "5.2" > Nul If not ErrorLevel 1 goto 2k3xp rem If it's neither 2k3 or xp, it's not a legacy OS Start /wait %systemdrive%\drivers\net\INTEL\APPS\ProsetDX\Winx64\DxSetup.exe /qn /li %temp%\PROSetDX.log goto :end :2k3xp rem If it's either 2k3 or xp, it's a legacy OS Start /wait %systemdrive%\drivers\net\INTEL\APPS\ProsetDX\XP2K3_x64\DxSetup.exe /qn /li %temp%\PROSetDX.log :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.TXT0000755000000000000000000003313312033327014011345 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) - Microsoft Windows* 8, Windows 7, Vista*, Server* 2012, and Server* 2008 Instructions - Deployment methods - Microsoft documentation for unattended installations - Microsoft Windows XP Instructions - Deployment methods - Microsoft documentation for unattended installations - Sample unattend.sif file for Windows XP ================================================================================ 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* XP x64 - Microsoft Windows Vista* x64 - Microsoft Windows 7 x64 - Microsoft Windows 8 x64 - Microsoft Windows Server 2008 x64 - Microsoft Windows Server 2008 R2 - Microsoft Windows Server 2012 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\PROSetDX.msi /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 ================================================================================ Microsoft Windows 8, Windows 7, Vista, Server 2012, and Server 2008 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 [VISTA32] 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. ================================================================================ Microsoft Windows XP Instructions ================================================================================ To prepare the distribution folder: 1) Copy the \I386 folder from the Windows XP CD to D:\WINPUSH. Use Windows Explorer or XCOPY to maintain the same directory structure as on the Windows XP CD. When the copy is complete, the Windows XP installation files should be in the D:\WINPUSH\I386 directory. 2) Copy Unattend.sif from the Intel CD (found in \APPS\SETUP\PUSH\Win32) into the shared directory D:\WINPUSH\I386. 3) Edit the Unattend.sif file with Notepad or another text-editor to include your customizations. At a minimum you should change the items in the [UserData] section of the file. For Server Installations the [LicenseFilePrintData] section should be edited to specify the License type and the number of users if the license type is PerServer. 4) Create the driver install directory structure and copy the driver files to it. NOTE: The PUSHCOPY.BAT file provided with the drivers in the APPS\SETUP\PUSH directory copies the appropriate files for the installation. PUSHCOPY also copies the components needed to perform the automated installations contained in the [GuiRunOnce] section of the sample UNATTEND.SIF file. These include an unattended installation of Intel(R) PROSet for Windows Device Manager. Example: From a 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\I386 [XP|WS03] The above command creates the $OEM$ directory structure and copies 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 line: ; Command0="%systemdrive%\WMIScr\Install.bat" is uncommented from unattend.sif. -------------------------------------------------------------------------------- Deployment methods -------------------------------------------------------------------------------- Make sure that you have a copy of a network bootable MS-DOS* floppy that connects to the Z:\WINPUSH directory. Use it to boot the destination system (the one you want to push install to), and connect to this shared network directory. Run the command from the \\Server\WINPUSH\i386 prompt: winnt /u:Z:\I386\unattend.sif /s:Z:\I386 /t:c where Z: equals mapped drive. 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 teams\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.sif see the DEPLOY.CHM document in the DEPLOY.CAB cabinet file on the Windows install CD. To obtain the document, use Internet Explorer 5.0 or greater to open DEPLOY.CAB in the \SUPPORT\TOOLS directory on the CD. Other documents and utilities in the DEPLOY.CAB file provide details and tools for setting up a variety of unattended installation methods. -------------------------------------------------------------------------------- Sample unattend.sif file -------------------------------------------------------------------------------- [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes ; Modify the following path to point to the network drivers OemPnPDriversPath = "\drivers\net\INTEL\PRO1000\Win32\NDIS5x" TargetPath= * DriverSigningPolicy=Ignore Filesystem=LeaveAlone OverwriteOemFilesOnUpgrade=No ; This switch prevents the user setup dialog from running when Windows ; starts for the first time. UnattendSwitch=Yes [GuiUnattended] AdminPassword=* AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 TimeZone=4 OemSkipWelcome=1 [UserData] FullName=Name OrgName=Organization ComputerName=Computer1 ; PRODUCT ID is required for most installations. ProductID="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" ; For Server Installations. The server License type must be specified. [LicenseFilePrintData] ; Set up the licensing type for the server. ; AutoMode=xxxxxxxx ; Possible AutoMode values are PerSeat and PerServer ; AutoUsers=xxxx ; Number of users if AutoMode = PerServer. [GuiRunOnce] ; Command to install Intel(R) PROSet for Windows* Device Manager - uncomment to install it after push install ; This command will call the batch file during installation and sequentially install Intel(R) Proset for Windows Device Manager followed by installing any Teams or VLANs. ; Command0="%systemdrive%\WMIScr\Install.bat" [Identification] JoinWorkgroup=WORKGROUP ; *Use the following for a domain installation ; JoinDomain=MYDOMAIN ; CreateComputerAccountInDomain=Yes ; DomainAdmin=Installer ; DomainAdminPassword=install [Networking] InstallDefaultComponents=Yes ; To activate the Intel(R) PROSet for Windows Device Manager installation ; once the above directories have been created and populated, uncomment the ; line: ; Command0="%systemdrive%\WMIScr\Install.bat" ; in the [GuiRunOnce] section of unattend.sif ================================================================================ Copyright (C) 1998-2012, 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/Winx64/unattend.sif0000755000000000000000000000305312050217434012151 0ustar [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes ; Modify the following path to point to the network drivers OemPnPDriversPath = "\drivers\net\INTEL\PRO1000\Win32\NDIS5x" TargetPath=\WINNT DriverSigningPolicy=Ignore Filesystem=LeaveAlone OverwriteOemFilesOnUpgrade=No ; This switch prevents the user setup dialog from running when XP ; starts for the first time. UnattendSwitch=Yes [GuiUnattended] AdminPassword=* AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 TimeZone=4 OemSkipWelcome=1 [UserData] FullName=Name OrgName=Organization ComputerName=ComputerName ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx ; For Server installations, this section specifies the Server Type and number of ; users if the Server Type is PerServer [LicenseFilePrintData] ; Set up the licensing type for the server. ; AutoMode=xxxxxxxx ; Possible AutoMode values are PerSeat and PerServer ; AutoUsers=xxxx ; Number of users if AutoMode = PerServer. [GuiRunOnce] ; command to install Intel(R) PROSet for Windows* Device Manager - uncomment to install it after push install ; This command will call the batch file during Windows installation and sequentially install ; Intel(R) Proset for Windows Device Manager followed by installing any Teams or VLANs. ; Command0="%systemdrive%\WMIScr\Install.bat" [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes PUSH/pushcopy.bat0000755000000000000000000013152512124777134011107 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"=="XP" goto WINXP if /I "%2"=="XPX64" goto WINXPX64 if /I "%2"=="WS03" goto WS03 if /I "%2"=="VISTA32" goto VISTA32 if /I "%2"=="VISTAX64" goto VISTAX64 if /I "%2"=="WS0832" goto VISTA32 if /I "%2"=="WS08X64" goto VISTAX64 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 goto Usage rem ******************************************************************************* rem WINXP file copies rem ******************************************************************************* :WINXP echo *** WinXP 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\XP2K3_32 md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\XP2K3_32\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\PRO100 md %1\$oem$\$1\drivers\net\INTEL\PRO100\Win32 md %1\$oem$\$1\drivers\net\INTEL\PRO100\Win32\NDIS5x 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\NDIS5x REM ********************************************************************** REM COPY Base driver files for Windows XP REM ********************************************************************** rem 10/100 specific files to the root OEM directory and to the specific 10/1000/OS directory (needed for setupBD) copy ..\..\..\PRO100\Win32\NDIS5x\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO100\Win32\NDIS5x rem Gigabit specific files copy ..\..\..\PRO1000\Win32\NDIS5x\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO1000\Win32\NDIS5x rem ******************************************************************************* rem Copy the PROSet DX files rem ******************************************************************************* copy ..\..\PROSetDX\XP2K3_32\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\XP2K3_32 rem ******************************************************************************* rem Copy the ANS files rem ******************************************************************************* copy ..\..\PROSetDX\XP2K3_32\DRIVERS\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\XP2K3_32\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 sample UNATTEND.TXT, Install.bat and help file rem ******************************************************************************* copy Win32\Unattend.sif %1\$oem$\$1\drivers\net\INTEL copy Win32\push32.txt %1\$oem$\$1\drivers\net\INTEL copy Win32\Install.bat %1\$oem$\$1\WMIScr REM ******************************************************************************* REM Copy the Intel Active Management Technology drivers and Serial Over Lan drivers if avialable 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\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Win32\NDIS5x\ioatco.dll %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Win32\NDIS5x\ioatdma.sys %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Win32\NDIS5x\ioatdma.inf %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Win32\NDIS5x\ioatdma.cat %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Win32\NDIS5x\qd25232.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS5x Goto end rem ******************************************************************************* rem WINXP x64 file copies rem ******************************************************************************* :WINXPX64 echo *** WinXP x64 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\XP2K3_x64 md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\XP2K3_x64\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\PRO100 md %1\$oem$\$1\drivers\net\INTEL\PRO100\Winx64 md %1\$oem$\$1\drivers\net\INTEL\PRO100\Winx64\NDIS5x 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\NDIS5x REM ********************************************************************** REM COPY Base driver files for Windows XP REM ********************************************************************** rem 10/100 specific files to the root OEM directory and to the specific 10/1000/OS directory (needed for setupBD) copy ..\..\..\PRO100\Winx64\NDIS5x\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO100\Winx64\NDIS5x rem Gigabit specific files copy ..\..\..\PRO1000\Winx64\NDIS5x\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO1000\Winx64\NDIS5x rem ******************************************************************************* rem Copy the PROSet DX files rem ******************************************************************************* copy ..\..\PROSetDX\XP2K3_x64\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\XP2K3_x64 rem ******************************************************************************* rem Copy the ANS files rem ******************************************************************************* copy ..\..\PROSetDX\XP2K3_x64\DRIVERS\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\XP2K3_x64\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 sample UNATTEND.TXT, Install.bat and help file rem ******************************************************************************* copy Winx64\unattend.sif %1\$oem$\$1\drivers\net\INTEL copy Winx64\pushx64.txt %1\$oem$\$1\drivers\net\INTEL copy Winx64\Install.bat %1\$oem$\$1\WMIScr 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\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS5x\ioatco.dll %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS5x\ioatdma.sys %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS5x\ioatdma.inf %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS5x\ioatdma.cat %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS5x\qd25* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS5x Goto end rem ******************************************************************************* rem WINDOWS SERVER 2003 file copies rem ******************************************************************************* :WS03 echo *** Windows Server 2003 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\XP2K3_32 md %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\XP2K3_32\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\PRO100 md %1\$oem$\$1\drivers\net\INTEL\PRO100\Win32 md %1\$oem$\$1\drivers\net\INTEL\PRO100\Win32\NDIS5x 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\NDIS5x REM ********************************************************************** REM COPY Base driver files for Windows Server 2003 REM ********************************************************************** rem 10/100 specific files copy ..\..\..\PRO100\Win32\NDIS5x\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO100\Win32\NDIS5x rem Gigabit specific files copy ..\..\..\PRO1000\Win32\NDIS5x\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO1000\Win32\NDIS5x rem ******************************************************************************* rem Copy the PROSet DX files rem ******************************************************************************* copy ..\..\PROSetDX\XP2K3_32\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\XP2K3_32 rem ******************************************************************************* rem Copy the ANS files rem ******************************************************************************* copy ..\..\PROSetDX\XP2K3_32\DRIVERS\*.* %1\$oem$\$1\drivers\net\INTEL\APPS\ProsetDX\XP2K3_32\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 sample UNATTEND.TXT, Install.bat and help file rem ******************************************************************************* copy Win32\Unattend.sif %1\$oem$\$1\drivers\net\INTEL copy Win32\push32.txt %1\$oem$\$1\drivers\net\INTEL copy Win32\Install.bat %1\$oem$\$1\WMIScr REM ******************************************************************************* REM Copy the Intel Active Management Technology drivers and Serial Over Lan drivers if avialable 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\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Win32\NDIS5x\ioatco.dll %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Win32\NDIS5x\ioatdma.sys %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Win32\NDIS5x\ioatdma.inf %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Win32\NDIS5x\ioatdma.cat %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS5x copy /v ..\..\..\PLATFORM\IOATDMA\Win32\NDIS5x\qd25232.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS5x Goto end rem ******************************************************************************* rem WINDOWS Vista/2K8 32 file copies rem ******************************************************************************* :VISTA32 echo *** Windows Vista, Windows Server 2008 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\PRO100 md %1\$oem$\$1\drivers\net\INTEL\PRO100\Win32 md %1\$oem$\$1\drivers\net\INTEL\PRO100\Win32\NDIS5x 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\NDIS61 REM ********************************************************************** REM COPY Base driver files for Windows Vista REM ********************************************************************** rem 10/100 specific files copy ..\..\..\PRO100\Win32\NDIS5x\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO100\Win32\NDIS5x rem Gigabit specific files copy ..\..\..\PRO1000\Win32\NDIS61\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO1000\Win32\NDIS61 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 avialable 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\NDIS61 copy /Y ..\..\..\PLATFORM\IOATDMA\Win32\NDIS61\*.DLL %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS61 copy /Y ..\..\..\PLATFORM\IOATDMA\Win32\NDIS61\*60*.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS61 copy /Y ..\..\..\PLATFORM\IOATDMA\Win32\NDIS61\qd3nodrv.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Win32\NDIS61 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 rem ******************************************************************************* rem Copy the Vista-specific or Windows Server 2008-specific files rem ******************************************************************************* if /I "%2"=="WS0832" goto WS0832 goto end :WS0832 goto end rem ******************************************************************************* rem WINDOWS Vista/2K8 32e file copies rem ******************************************************************************* :VISTAX64 echo *** Windows Vista, Windows Server 2008 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\PRO100 md %1\$oem$\$1\drivers\net\INTEL\PRO100\Winx64 md %1\$oem$\$1\drivers\net\INTEL\PRO100\Winx64\NDIS5x 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\NDIS61 REM ********************************************************************** REM COPY Base driver files for Windows Vista REM ********************************************************************** rem 10/100 specific files copy ..\..\..\PRO100\Winx64\NDIS5x\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO100\Winx64\NDIS5x rem Gigabit specific files copy ..\..\..\PRO1000\Winx64\NDIS61\*.* %1\$OEM$\$1\DRIVERS\NET\INTEL\PRO1000\Winx64\NDIS61 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\NDIS61 copy /Y ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS61\*.DLL %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS61 copy /Y ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS61\*60*.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS61 copy /Y ..\..\..\PLATFORM\IOATDMA\Winx64\NDIS61\qd3nodrv.* %1\$oem$\$1\drivers\net\INTEL\PLATFORM\IOATDMA\Winx64\NDIS61 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 Vista-specific or Windows Server 2008-specific files rem ******************************************************************************* if /I "%2"=="WS08X64" goto WS08X64 goto end :WS08X64 goto end 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 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 XP = Microsoft Windows XP* echo XPX64 = Microsoft Windows XP* X64 echo WS03 = Microsoft Windows Server 2003* echo VISTA32 = Microsoft Windows Vista* 32 bit echo VISTAX64 = Microsoft Windows Vista* x64 echo WS0832 = Microsoft Windows Server 2008* 32 bit echo WS08X64 = Microsoft Windows Server 2008* x64 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. :end