Re: How to create driver installation package using Microsoft installer
- From: "Abhishek R" <abhishekr@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 11 Dec 2007 12:47:37 -0800
You could also take a look at DIFxApp, which is a MSI merge module that you
can integrate with you MSI package and it will do the driver installation
for it. DIFxApp ships in the WDK.
"Tim Roberts" <timr@xxxxxxxxx> wrote in message
news:qu7sl39dsamr9jijromemh2cun9sod7258@xxxxxxxxxx
Kota <kota.prafulla@xxxxxxxxx> wrote:
I heard that, using Visual studio & microsoft installet, driver
installation package can be created, if anyone knows about the
approach, could you please guide me.
I am having the .sys, inf, .dll & .exe files as a package, i know
about using Application wizard these files can be placed whereever we
wish, but how to install the driver from here?
The DPInst tool, included with the DDK, can install a driver package from
its INF. It can be called from a standard Windows installer package. You
can find helpful information by searching for "wix dpinst".
--
Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
- References:
- Prev by Date: Re: Retrieving the Buffer for EvtIoDeviceControl in a KMDF Driver
- Next by Date: Re: getting handle to device
- Previous by thread: Re: How to create driver installation package using Microsoft installer
- Next by thread: vista does not call DrvStartPage after DrvStartDoc on 3 new dell computers
- Index(es):
Relevant Pages
|