From: chris.aseltine on
Elan Magavi wrote:

> looks like it would take a month just to figure out how to get my msi to
> install a usb driver.

No, I don't think so. Look at SetupCopyOEMInf() or
DriverPackagePreinstall(). That's all you really have to do.

From: Elan Magavi on

<ivco_sa(a)abv.bg> wrote in message
news:eyt$UESMHHA.4720(a)TK2MSFTNGP03.phx.gbl...
> You can have a look at:
> http://download.microsoft.com/download/a/f/7/af7777e5-7dcd-4800-8a0a-b18336565f5b/app_drv.doc
>
> You might want to go through the WDK examples located at:
> <WDK ROOT>\src\setup\DIFxAPI

looks good. Will do.


From: Elan Magavi on

"Elan Magavi" <Elan(a)nomailnospam.com> wrote in message
news:jUBnh.60410$wP1.41323(a)newssvr14.news.prodigy.net...
>
> <chris.aseltine(a)gmail.com> wrote in message
> news:1168040508.752571.287700(a)s34g2000cwa.googlegroups.com...
>> Elan Magavi wrote:
>>
>>> looks like it would take a month just to figure out how to get my msi to
>>> install a usb driver.
>>
>> No, I don't think so. Look at SetupCopyOEMInf() or
>> DriverPackagePreinstall(). That's all you really have to do.


Where do I use these funcs? At present I am using a deployment project to
create my installer for the app.

thanks

E