Use InstallShield2008 method according to the following pages made a installation package
http://wenku.baidu.com/link? Url=A4 - U9Ntb7hLFE6FlE_IaK IwItrj5sIBqEGSBsjD9RRO94EwlYd7QRRmNxvTZgAbDiJv6Oou75_3NmKabIklxyeY0CBl - I_V8KQsyNRveRa
Is XP system environment, the hardware equipment did not install the driver and the not in the device manager shows yellow question mark, need through the control panel "add hardware" in the way to select inf and sys files to manually install,
Now I put the driver file to make automatic installation package, but the driver is not installed successfully, the device manager did not appear after the success of the driver installation equipment, don't know where the problem is, I ask you, thank you,
Attach EmptyDriver1. J inf files, in the device.inf file statements need to be modified?
; -- -- -- -- -- -- -- -- -- the Version Section -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
[Version]
Signature="$$" CHICAGO;
The Provider=ZhongXing_Device
DriverVer=11/1/2007, 3.0.0.3
; If the device fits one of the standard classes, use the name and the GUID here,
; Otherwise the create your own device class and GUID as this example shows,
Class=ZhongXing_Device
BFF ClassGUID={EF2962F0 d55 0-4 - B8AA - 2221 ee8a79b1}
; -- -- -- -- -- -- -- -- -- SourceDiskNames and SourceDiskFiles Section -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
; These sections identify the source disks and files for the installation. They are
; To here as an example, but commented out.
[SourceDisksNames]
1="EmptyDriver1", Disk1,,
[SourceDisksFiles]
EmptyDriver1. Sys=1, MyDriver_Check,
; -- -- -- -- -- -- -- -- -- ClassInstall/ClassInstall32 Section -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
; Not necessary if using a standard class
; 9 x Style
[ClassInstall]
Addreg=Class_AddReg
; NT Style
[ClassInstall32]
Addreg=Class_AddReg
[Class_AddReg]
DeviceClassName HKR,,,, % %
HKR, Icon, and "5"
; -- -- -- -- -- -- -- -- -- DestinationDirs Section -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
[DestinationDirs]
YouMark_Files_Driver=10, System32 \ Drivers
; -- -- -- -- -- -- -- -- -- Manufacturer and Models Sections -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
(Manufacturer)
MfgName % %=Mfg0
[Mfg0]
% DeviceDesc %=YouMark_DDI, PCI \ VEN_9999 & amp; DEV_9999
; -- -- -- -- -- -- -- -- -- -- DDInstall Sections -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
; -- -- -- -- -- -- -- -- -- Windows 9 x -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
; Experimentation has to that DDInstall root names greater than 19 characters
; Cause the problems in the Windows 98
[YouMark_DDI]
CopyFiles=YouMark_Files_Driver
AddReg=YouMark_9X_AddReg
[YouMark_9X_AddReg]
HKR DevLoader,, * ntkern
HKR NTMPDriver, EmptyDriver1. Sys
HKR, "Parameters", "BreakOnEntry x00010001 0, 0
; -- -- -- -- -- -- -- -- -- Windows NT -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
[YouMark_DDI. NT]
CopyFiles=YouMark_Files_Driver
AddReg=YouMark_NT_AddReg
[YouMark_DDI. NT. Services]
The Addservice=EmptyDriver1, 0 x00000002, YouMark_AddService
[YouMark_AddService]
DisplayName SvcDesc=% %
ServiceType=1; SERVICE_KERNEL_DRIVER
StartType=3; SERVICE_DEMAND_START
ErrorControl=1; SERVICE_ERROR_NORMAL
ServiceBinary=10% % \ System32 \ Drivers \ EmptyDriver1 sys
[YouMark_NT_AddReg]
Registry key HKLM, "System \ CurrentControlSet \ Services \ EmptyDriver1 \ the Parameters", \
"BreakOnEntry x00010001 0, 0
; -- -- -- -- -- -- -- -- -- Files (common) -- -- -- -- -- -- -- -- -- -- -- -- --
[YouMark_Files_Driver]
EmptyDriver1. Sys
; -- -- -- -- -- -- -- -- -- Strings Section -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
(Strings)
ProviderName="ZhongXing"
MfgName="Zhongxing Soft
"DeviceDesc="TDI_Memo"
DeviceClassName="ZhongXing_Device"
SvcDesc="ZhongXing"
CodePudding user response:
Don't check the install unsigned driver files and drivers with missing files installation tips - 1603 errorDriver installation package for the first time do really don't know where is wrong,
CodePudding user response:
And I made another page in the same way a driver installation package (hardware device did not install the driver tips yellow question mark), can normal installationCodePudding user response:
See driver can manually install first, and then check the driver installation logs, etc., see the specific error message is whatCodePudding user response: