Hi!
I am pretty desperate.
Since weeks we are trying to get this Orex PccR1417 to run on win7 32 bit, but I assume because of lack of know how *fg* it’ll just never happen.
“Never giove up” they say - so I decided to post my issue here, knowing that I am possibly completely off topic. plz forgive.
anyways, can somebody give me a hint, how to make this *.inf file for xp(latest) to do what it’s supposed to do for win7 32 bit:
;; Orex02.inf
;; ********* PLEASE READ ***********
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get your device to
;; install. In particular, hardware IDs and logical configurations require
;; intervention.
;;
;; The NT5DDK documentation contains an excellent INF reference.
;--------- Version Section ---------------------------------------------------
[Version]
Signature=“$Windows 95$”
Provider=%ProviderName%
; If device fits one of the standard classes, use the
; name and GUID here, otherwise create your own as
; this example shows.
Class=Image
ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
;--------- SourceDiskNames and SourceDiskFiles Section -----------------------
; These sections identify source disks and files for installation. They are
; shown here as an example, but commented out.
;[SourceDisksNames]
;1 = “Install Disk”,Disk1,
;[SourceDisksFiles]
;Orex02.sys = 1,
;--------- ClassInstall/ClassInstall32 Section -------------------------------
; Not necessary if using a standard class
; 9X Style
[ClassInstall]
Addreg=Class_AddReg
; NT Style
[ClassInstall32]
Addreg=Class_AddReg
[Class_AddReg]
HKR,%DeviceClassName%
HKR,Icon,“-18”
;--------- DestinationDirs Section -------------------------------------------
[DestinationDirs]
Orex02_Files_Driver = 10,System32\Drivers
;--------- Manufacturer and Models Sections ----------------------------------
[Manufacturer]
%MfgName%=Mfg0
[Mfg0]
%DeviceDesc%=Orex02_DDI, USB\VID_0A59&PID_A002
;---------- DDInstall Sections -----------------------------------------------
; --------- Windows 9X -----------------
; Experimentation has shown that DDInstall root names greater than 19 characters
; cause problems in Windows 98
[Orex02_DDI]
CopyFiles=Orex02_Files_Driver
AddReg=Orex02_9X_AddReg
[Orex02_9X_AddReg]
HKR,DevLoader,*ntkern
HKR,NTMPDriver,Orex02.sys
HKR, “Parameters”, “BreakOnEntry”, 0x00010001, 0
; --------- Windows NT -----------------
[Orex02_DDI.NT]
CopyFiles=Orex02_Files_Driver
AddReg=Orex02_NT_AddReg
[Orex02_DDI.NT.Services]
Addservice = Orex02, 0x00000002, Orex02_AddService
[Orex02_AddService]
DisplayName = %SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\Orex02.sys
[Orex02_NT_AddReg]
HKLM, “System\CurrentControlSet\Services\Orex02\Parameters”,\
“BreakOnEntry”, 0x00010001, 0
; --------- Files (common) -------------
[Orex02_Files_Driver]
Orex02.sys
;--------- Strings Section ---------------------------------------------------
[Strings]
ProviderName=“Orex”
MfgName=“”
DeviceDesc=“Orex Ver(2000)(M) 4.5.1.05”
SvcDesc=“Orex Ver(2000)(M) 4.5.1.05”
it is recognising the driver but the wizard gives back:
“Not enough storage to complete this command.” and this xray scanner remains in device manager without a driver as unknown device under imagiing devices.
this is a very “basic” device, so we “assume” it working under win7 32bit.
please help.
with many thanks in advance
peter