Code:
; Copyright (C) 2002-2007 NVIDIA Corporation
; Unauthorized copying or use without explicit permission of NVIDIA
; is prohibited
;
[Version]
Signature = "$Windows NT$"
Class=HDC
ClassGUID={4d36e96a-e325-11ce-bfc1-08002be10318}
Provider=%NVIDIA%
CatalogFile=nvata.cat
DriverVer=11/30/2007,10.1.0.28
[DestinationDirs]
Crush11.Files.x86_12 = 12
Crush11.CoInstFiles = 11
[SourceDisksNames.x86]
0=%Desc_x860%
[SourceDisksFiles.x86]
nvgts.sys=0
idecoi.dll=0
[Manufacturer]
%NVIDIA%=NVIDIA
[NVIDIA]
%NVSTOR_DESC%=Crush11_Inst,PCI\VEN_10DE&DEV_0554&CC_0106
%NVSTOR_DESC%=Crush11_Inst,PCI\VEN_10DE&DEV_07F4&CC_0106
[Crush11_Inst.ntx86]
CopyFiles = Crush11.Files.x86_12
[Crush11_Inst.ntx86.HW]
AddReg=Crush11_Inst.ntx86.AddReg.HW
[Crush11_Inst.ntx86.AddReg.HW]
; allow access from system and administrator only
HKR,,"Security",,"D:P(A;;GA;;;SY)(A;;GA;;;BA)"
[Crush11_Inst.ntx86.CoInstallers]
CopyFiles = Crush11.CoInstFiles
AddReg = Crush11_Inst.CoInst_AddReg
[Crush11_Inst.CoInst_AddReg]
HKR,,CoInstallers32,0x00010000, \
"idecoiins.dll, NvIdeCoInstaller"
HKR, Uninstall, Script,0,"nvide.nvu"
HKR, Uninstall, Name,0,"NVIDIA IDE Driver"
HKR, Uninstall, INFSrcDir, 0, %01%
HKR, Uninstall, Uninstaller,0,"nvuide.exe"
[Crush11_Inst.ntx86.Services]
AddService = nvgts,0x00000002,Crush11_Service_Instx86,Crush11_EventLog_Instx86
[Crush11_Service_Instx86]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_CRITICAL%
ServiceBinary = %12%\nvgts.sys
LoadOrderGroup = "SCSI Miniport"
AddReg = Crush11_DisableFltCache_AddReg
AddReg = pnpsafe_pci_addreg
[Crush11_EventLog_Instx86]
AddReg = Crush11_EventLog_AddReg
[Crush11_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\nvgts.sys"
HKR,,TypesSupported,0x00010001,7
[Crush11_DisableFltCache_AddReg]
HKR,,DisableFilterCache,0x00010001,1
[pnpsafe_pci_addreg]
HKR, "Parameters\PnpInterface", "5", %REG_DWORD%, 0x00000001
[Crush11.Files.x86_12]
nvgts.sys
[Crush11.CoInstFiles]
idecoi.dll
idecoiins.dll,idecoi.dll
[Strings]
; *******Localizable Strings*******
NVIDIA= "NVIDIA Corporation"
Desc_x860= "SRCDATA"
NVSTOR_DESC= "NVIDIA nForce Serial ATA Controller"
; *******Non Localizable Strings*******
SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4
SERVICE_KERNEL_DRIVER = 0x1
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
Thank you to everyone for any help.