Hi,

I have a drivers for 1394 based proprietory devices. The driver set
consist of one class function driver (a new non standard class), and a
lower filter driver for a standard class.

Currently, I am installing it using two independednt inf files. I need
a way to install these drivers using a single click method, which
could be through a single inf file a batch file or a C program based
executable.

I have tried all the above approaches but nothing seem to work
properly. Could anyone suggest a way for single click installation.

I need to install it on Windows 98SE2, Me, 2000 & XPSP2.

I can have independent strategies for different OSes.

Any suggestion will be highly appreciated.

Thanks in advance,
Hemant

Re: Single Click Installation by Pavel

Pavel
Thu Nov 24 15:07:59 CST 2005

Perhaps you are looking for this
http://www.microsoft.com/whdc/driver/install/DIFxApp.mspx

Good luck,
--PA

"Hemant" <hmohan@gmail.com> wrote in message news:1132838768.041882.32370@z14g2000cwz.googlegroups.com...
> Hi,
>
> I have a drivers for 1394 based proprietory devices. The driver set
> consist of one class function driver (a new non standard class), and a
> lower filter driver for a standard class.
>
> Currently, I am installing it using two independednt inf files. I need
> a way to install these drivers using a single click method, which
> could be through a single inf file a batch file or a C program based
> executable.
>
> I have tried all the above approaches but nothing seem to work
> properly. Could anyone suggest a way for single click installation.
>
> I need to install it on Windows 98SE2, Me, 2000 & XPSP2.
>
> I can have independent strategies for different OSes.
>
> Any suggestion will be highly appreciated.
>
> Thanks in advance,
> Hemant
>



Re: Single Click Installation by Hemant

Hemant
Thu Nov 24 22:08:41 CST 2005

Thanks Pavel for your response.
I have tried this one too, it seems to work fine to XP, but still there
is no solution for Win 98/Me.

Cheers,
Hemant


Re: Single Click Installation by pavel_a

pavel_a
Sun Nov 27 04:01:02 CST 2005

Hi Hemant,

For win98 basically you create an INF without CopyFiles section and
manually copy the files to where they should go.

Regards,
--PA

"Hemant" wrote:
> Thanks Pavel for your response.
> I have tried this one too, it seems to work fine to XP, but still there
> is no solution for Win 98/Me.
>
> Cheers,
> Hemant