Hey, I'm a bit confused as to what you are asking in step 6. I found my hardware ID's:
PCI\VEN_8086&DEV_27A2&SUBSYS_81E6104D&REV_03
PCI\VEN_8086&DEV_27A2&SUBSYS_81E6104D
PCI\VEN_8086&DEV_27A2&CC_030000
PCI\VEN_8086&DEV_27A2&CC_0300
Not sure what to do after this. This is what I have in the String section of the .inf file:
[Strings]
; Non-Localizable Strings
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
REG_SZ_APPEND = 0x00010008
; Localizable Strings
NVIDIA = "NVIDIA"
NVIDIA_G84.DEV_0407.1 = "NVIDIA GeForce 8600M GT"
NVIDIA_G84.DEV_0407.2 = "NVIDIA GeForce 8600M GT "
NVIDIA_G84.DEV_0409.1 = "NVIDIA GeForce 8700M GT"
NVIDIA_G84.DEV_0409.2 = "NVIDIA GeForce 8700M GT "
NVIDIA_G92.DEV_060C.1 = "NVIDIA GeForce 8800M GTX"
NVIDIA_G92.DEV_060C.2 = "NVIDIA GeForce 8800M GTX "
NVIDIA_G92.DEV_060B.1 = "NVIDIA GeForce 9800M GT"
NVIDIA_G92.DEV_060B.2 = "NVIDIA GeForce 9800M GT "
NVUninstall.desc = "NVIDIA Display
Driver"
DiskID1 = "NVIDIA Windows Vista
Driver Library Installation Disk 1"
NVSVC.name = "NVIDIA Display
Driver Service"
NVSVC.desc = "Provides system and desktop level support to the NVIDIA display driver"
Thank you.