Hi Wimb, I'm back with more questions.

I'm trying to install some drivers used by Paragon HDM for mounting backup files to a drive letter. I copied the files to the \Win7_drivers and when I do the build, dism processes those files, but when I boot up none of the .sys files or services are installed.. I'm not sure what I'm doing wrong or if this was the right place to copy the files Here's one of the .inf files that I copied. Any ideas why the drivers and services are not installed?
;
; UIM Bus Driver for Win 2000/XP
;
; 2003-06-25 gvv
;
[version]
Signature="$WINDOWS NT$"
Class=UIM
ClassGuid={19837C5C-96F5-45e0-9A2D-C6BB26E1B12B}
Provider=%Paragon%
DriverVer=12/25/2006,6.0.3.1
CatalogFile=uimbus.cat
[ClassInstall32]
AddReg=UimClassReg
[UimClassReg]
HKR,,,,%UimClassName%
HKR,,Icon,,"-9"
[SourceDisksNames]
1 = %Disk1Desc%
[SourceDisksFiles]
UimBus.sys = 1
UimFIO.sys = 1
[DestinationDirs]
DefaultDestDir = 12
;---------------------------------------
[Manufacturer]
%Paragon%=UIM_Adapter
[UIM_Adapter]
%DeviceDesc% = UimBus_Inst, Root\UIM_BUS
[UimBus_Inst]
CopyFiles = UimBus.DriverFiles
[UimBus_Inst.Services]
AddService = UimBus, 2, UimBus_Service_Inst
[UimBus_Service_Inst]
DisplayName = %DeviceDesc%
ServiceType = 1
StartType = 1
ErrorControl = 1
ServiceBinary = %12%\UimBus.sys
[UimBus.DriverFiles]
UimBus.sys,,,2
UimFIO.sys,,,2
[Strings]
UimClassName= "Universal Image Mounter"
Paragon = "Paragon"
UIM = "Universal Image Mounter Controller"
DeviceDesc = "Universal Image Mounter Controller"
Disk1Desc = "Installation Disk for Universal Image Mounter Controller"