I'm trying to avoid the "New Hardware Found" dialog, but with no success.
Such problem was here http://www.osronline.com/showThread.cfm?link=62208 and
here
http://www.osronline.com/showThread.cfm?link=61665
This is a virtual SCSI miniport that uses the virtual target (processor) for
fast requests completion.
I created dummy section for dummy processor, but "New Hardware Found" popups
anyway.
Also I tried to create separate "fake.inf" (and include=fake.inf in
PhantoCD.inf), but with no success too.
What I'm doing wrong?
--PhantoCD.inf---------------
[Version]
Signature = "$Windows NT$"
Provider = %MADE_BY%
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
Class = SCSIAdapter
DriverVer = 30/08/2006,1.2
[SourceDisksNames]
1 = %DISKNAME%
[SourceDisksFiles]
PhantoCD.sys = 1
[DestinationDirs]
DefaultDestDir = 12 ; system32/drivers
[Manufacturer]
%MADE_BY% = Models
[Models]
%ADAPTERNAME% = PhantoCD, root\PhantoCD ; hardware id
%DUMMY_NAME% = NOTHING, SCSI\ProcessorPhantoCD_Virtual_Proc___0003
[NOTHING]
AddReg=NOTHING_AddReg
[NOTHING_AddReg]
;Dummy AddReg section
[NOTHING.Services]
AddService = , 0x00000002 ; null service install
[PhantoCD]
CopyFiles = @PhantoCD.sys
LogConfig = MiniGun.LogConfig
[MiniGun.LogConfig]
ConfigPriority = DESIRED
[PhantoCD.Services]
AddService = PhantoCD, 0x00000002, PhanService