Hi,

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?

Thanks,
Kota.

Re: How to create driver installation package using Microsoft installer by Tim

Tim
Mon Dec 10 21:30:25 PST 2007

Kota <kota.prafulla@gmail.com> 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@probo.com
Providenza & Boekelheide, Inc.

Re: How to create driver installation package using Microsoft installer by Abhishek

Abhishek
Tue Dec 11 12:47:37 PST 2007

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@probo.com> wrote in message
news:qu7sl39dsamr9jijromemh2cun9sod7258@4ax.com...
> Kota <kota.prafulla@gmail.com> 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@probo.com
> Providenza & Boekelheide, Inc.