Hi Trevor,...

Trevor Clifton wrote:
> DPInst.exe is the round about way of doing this when using WiX. 
> 
> Specifically, DIFxApp is the easies way to install drivers correctly using
> WiX. 
> 
> If you have 2 .inf files, one to describe the Port driver, and the other to
> describe the printer driver, then you will have 2 components, one for each
> inf and accompanying driver files. Make sure each inf file is in its own
> directory once copied to the system, and is accompanied by all of the files
> that it needs to install.

That is the problem. Imagine that yuou have to install /register
drivers for 5 PCMCIA cards and each of the card consists of cca 5 HW
devices. Each device needs its own inf, cat and sys file. Some sys
files are even shared between devices. You will end up with 25
directories with multiple duplicated files in them.

I know that this is the way the DPinst.exe works (it will create
these directories in the %Windows%\system32\DRVSTORE directory ),
but I think it is a bit ugly.
DPinst.exe is able to install drivers from one directory so why the
DIFxApp needs each driver package in its own directory?

Regards

Stefan


-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to