gt72ser_64.inf Driver File Contents (SlipStream_Drivers.zip)

; =============================================================================
; 7.2
;
; Copyright (c) 2007 Option N.V.
; =============================================================================

; -----------------------------------------------------------------------------
; Version
; -----------------------------------------------------------------------------

[Version]
Signature="$WINDOWS NT$"
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Class=Ports
Provider=%Option%
DriverVer=07/09/2007,4.0.0.18
CatalogFile=gt72ser_64.cat

; -----------------------------------------------------------------------------
; Destination paths
; -----------------------------------------------------------------------------

[DestinationDirs]
DefaultDestDir = 12

; -----------------------------------------------------------------------------
; Manufacturers & devices
; -----------------------------------------------------------------------------

[Manufacturer]
%Option%=Option.Section,NTamd64

[Option.Section.NTamd64]
"GlobeTrotter HSxPA - Application Interface"		=GT72FAPP.Install,OPTIONBUS\GT72F_APP
"GlobeTrotter HSxPA - GPS Interface"        		=GT72FGPS.Install,OPTIONBUS\GT72F_GPS
"GlobeTrotter HSxPA - Diagnostics Interface"		=GT72FDBG.Install,OPTIONBUS\GT72F_DBG
"GlobeTrotter Module HSxPA - Application Interface"	=GT72MAPP.Install,OPTIONBUS\GT72M_APP
"GlobeTrotter Module HSxPA - GPS Interface"        	=GT72MGPS.Install,OPTIONBUS\GT72M_GPS
"GlobeTrotter Module HSxPA - Diagnostics Interface"	=GT72MDBG.Install,OPTIONBUS\GT72M_DBG
"GlobeTrotter Module HSxPA - Application Interface"	=GT72MAPP.Install,OPTIONBUS\GT72S_APP
"GlobeTrotter Module HSxPA - GPS Interface"        	=GT72MGPS.Install,OPTIONBUS\GT72S_GPS
"GlobeTrotter Module HSxPA - Diagnostics Interface"	=GT72MDBG.Install,OPTIONBUS\GT72S_DBG
"GlobeTrotter HSxPA - Application Interface"		=GT72FAPP.Install,OPTIONBUS\GT72E_APP
"GlobeTrotter HSxPA - GPS Interface"        		=GT72FGPS.Install,OPTIONBUS\GT72E_GPS
"GlobeTrotter HSxPA - Diagnostics Interface"		=GT72FDBG.Install,OPTIONBUS\GT72E_DBG
"GlobeTrotter HSxPA - Application Interface"		=GT72VAPP.Install,OPTIONBUS\GT72V_APP
"GlobeTrotter HSxPA - GPS Interface"        		=GT72VGPS.Install,OPTIONBUS\GT72V_GPS
"GlobeTrotter HSxPA - Diagnostics Interface"		=GT72VDBG.Install,OPTIONBUS\GT72V_DBG
"GlobeTrotter HSxPA - Application Interface"		=GT72VAPP.Install,OPTIONBUS\GT72VU_APP
"GlobeTrotter HSxPA - GPS Interface"        		=GT72VGPS.Install,OPTIONBUS\GT72VU_GPS
"GlobeTrotter HSxPA - Diagnostics Interface"		=GT72VDBG.Install,OPTIONBUS\GT72VU_DBG
"GlobeTrotter Module HSxPA - Application Interface"	=GT72MAPP.Install,OPTIONBUS\GT72EM_APP
"GlobeTrotter Module HSxPA - GPS Interface"        	=GT72MGPS.Install,OPTIONBUS\GT72EM_GPS
"GlobeTrotter Module HSxPA - Diagnostics Interface"	=GT72MDBG.Install,OPTIONBUS\GT72EM_DBG

[Option.Section]

; -----------------------------------------------------------------------------
; Install sections for GT72VAPP
; -----------------------------------------------------------------------------

[GT72VAPP.Install.NT]
CopyFiles=GTPTSER.CopyFiles
AddReg=GTPTSER.AddRegNT

[GT72VAPP.Install.NT.HW]
AddReg=GT72VAPP.AddReg.HW

[GT72VAPP.Install.NT.Services]
AddService=GTPTSER,0x00000002,GTPTSER.DriverService

[GT72VAPP.AddReg.HW]
HKR,,ExtraDeviceName,,"gtvapp"

; -----------------------------------------------------------------------------
; Install sections for GT72VGPS
; -----------------------------------------------------------------------------

[GT72VGPS.Install.NT]
CopyFiles=GTPTSER.CopyFiles
AddReg=GTPTSER.AddRegNT

[GT72VGPS.Install.NT.HW]
AddReg=GT72VGPS.AddReg.HW

[GT72VGPS.Install.NT.Services]
AddService=GTPTSER,0x00000002,GTPTSER.DriverService

[GT72VGPS.AddReg.HW]
HKR,,ExtraDeviceName,,"gtvgps"

; -----------------------------------------------------------------------------
; Install sections for GT72vDBG
; -----------------------------------------------------------------------------

[GT72VDBG.Install.NT]
CopyFiles=GTPTSER.CopyFiles
AddReg=GTPTSER.AddRegNT

[GT72VDBG.Install.NT.HW]
AddReg=GT72VDBG.AddReg.HW

[GT72VDBG.Install.NT.Services]
AddService=GTPTSER,0x00000002,GTPTSER.DriverService

[GT72VDBG.AddReg.HW]
HKR,,ExtraDeviceName,,"gtvdiag"

; -----------------------------------------------------------------------------
; Install sections for GT72FAPP
; -----------------------------------------------------------------------------

[GT72FAPP.Install.NT]
CopyFiles=GTPTSER.CopyFiles
AddReg=GTPTSER.AddRegNT

[GT72FAPP.Install.NT.HW]
AddReg=GT72FAPP.AddReg.HW

[GT72FAPP.Install.NT.Services]
AddService=GTPTSER,0x00000002,GTPTSER.DriverService

[GT72FAPP.AddReg.HW]
HKR,,ExtraDeviceName,,"gtfapp"

; -----------------------------------------------------------------------------
; Install sections for GT72FGPS
; -----------------------------------------------------------------------------

[GT72FGPS.Install.NT]
CopyFiles=GTPTSER.CopyFiles
AddReg=GTPTSER.AddRegNT

[GT72FGPS.Install.NT.HW]
AddReg=GT72FGPS.AddReg.HW

[GT72FGPS.Install.NT.Services]
AddService=GTPTSER,0x00000002,GTPTSER.DriverService

[GT72FGPS.AddReg.HW]
HKR,,ExtraDeviceName,,"gtfgps"

; -----------------------------------------------------------------------------
; Install sections for GT72FDBG
; -----------------------------------------------------------------------------

[GT72FDBG.Install.NT]
CopyFiles=GTPTSER.CopyFiles
AddReg=GTPTSER.AddRegNT

[GT72FDBG.Install.NT.HW]
AddReg=GT72FDBG.AddReg.HW

[GT72FDBG.Install.NT.Services]
AddService=GTPTSER,0x00000002,GTPTSER.DriverService

[GT72FDBG.AddReg.HW]
HKR,,ExtraDeviceName,,"gtfdiag"

; -----------------------------------------------------------------------------
; Install sections for GT72MAPP
; -----------------------------------------------------------------------------

[GT72MAPP.Install.NT]
CopyFiles=GTPTSER.CopyFiles
AddReg=GTPTSER.AddRegNT

[GT72MAPP.Install.NT.HW]
AddReg=GT72MAPP.AddReg.HW

[GT72MAPP.Install.NT.Services]
AddService=GTPTSER,0x00000002,GTPTSER.DriverService

[GT72MAPP.AddReg.HW]
HKR,,ExtraDeviceName,,"gtmapp"

; -----------------------------------------------------------------------------
; Install sections for GT72MGPS
; -----------------------------------------------------------------------------

[GT72MGPS.Install.NT]
CopyFiles=GTPTSER.CopyFiles
AddReg=GTPTSER.AddRegNT

[GT72MGPS.Install.NT.HW]
AddReg=GT72MGPS.AddReg.HW

[GT72MGPS.Install.NT.Services]
AddService=GTPTSER,0x00000002,GTPTSER.DriverService

[GT72MGPS.AddReg.HW]
HKR,,ExtraDeviceName,,"gtmgps"

; -----------------------------------------------------------------------------
; Install sections for GT72MDBG
; -----------------------------------------------------------------------------

[GT72MDBG.Install.NT]
CopyFiles=GTPTSER.CopyFiles
AddReg=GTPTSER.AddRegNT

[GT72MDBG.Install.NT.HW]
AddReg=GT72MDBG.AddReg.HW

[GT72MDBG.Install.NT.Services]
AddService=GTPTSER,0x00000002,GTPTSER.DriverService

[GT72MDBG.AddReg.HW]
HKR,,ExtraDeviceName,,"gtmdiag"

; -----------------------------------------------------------------------------
; Common sections
; -----------------------------------------------------------------------------

[GTPTSER.AddRegNT]
HKR,,PortSubClass,1,01
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[GTPTSER.DriverService]
DisplayName   = "GT PT SER"
ServiceType   = 1
StartType     = 3
ErrorControl  = 1
ServiceBinary = %12%\gtptser.sys

[GTPTSER.CopyFiles]
gtptser.sys,gtptser_A64.sys,,2

; -----------------------------------------------------------------------------
; Source files & media
; -----------------------------------------------------------------------------

[SourceDisksNames]
1=%Installation_disk%,,,

[SourceDisksFiles]
gtptser_A64.sys=1

; -----------------------------------------------------------------------------
; Strings
; -----------------------------------------------------------------------------

[Strings]
Option="Option"
Installation_disk="GlobeTrotter 3G+ 7.2 64-bit installation disk"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web2, load: 1.99