Is it possible to provide help file in the INF

Hi ALL,

Is it possible to provide the help file (html or .hlp or .chm, etc) in the .inf installation file while installing the driver. If, so how can I do? Kindly help.

Regards,
Srinivasa Raghavan.

Not sure that you want to do this, as changes to the driver inf will require that your driver package be resigned and all.

I would recommend leaving the driver inf to things that are strictly required for the driver itself, and using a more robust and less painful installer system for the rest of it.

  • S

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@yahoo.com
Sent: Monday, October 20, 2008 2:56 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Is it possible to provide help file in the INF

Hi ALL,

Is it possible to provide the help file (html or .hlp or .chm, etc) in the .inf installation file while installing the driver. If, so how can I do? Kindly help.

Regards,
Srinivasa Raghavan.


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Ken Johnson,

Thanks for the response!!!

Can it be done through coinstaller? if so, how?

The objective is to provide help information for the Advanced Property Sheet.

Thanks and Regards,

xxxxx@yahoo.com wrote:

Thanks for the response!!!

Can it be done through coinstaller? if so, how?

The objective is to provide help information for the Advanced Property Sheet.

Well, it’s just a file, so if you are committed to making it part of the
driver package, just do so, and have the INF copy the file to
windows\system32. Your property sheet has to know where to find it.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

Thanks Tim,

is it possible to get the control of Advanced Property Sheet Tab, how?

I have a coinstaller, help file. I can have control over the customised property page, but not the default property sheet (General/Advanced Property sheet).

Regards,
Srinivasa Raghavan.

Is this for a network card advanced parameters page?

–PA

xxxxx@yahoo.com wrote:

Ken Johnson,

Thanks for the response!!!

Can it be done through coinstaller? if so, how?

The objective is to provide help information for the Advanced Property Sheet.

Thanks and Regards,

Yes!!!

-Srinivasa Raghavan

xxxxx@yahoo.com wrote:

Yes!!!

-Srinivasa Raghavan

If you want a property page like in Intel drivers,
have a look at their INFs and usermode DLLs included in the driver
package. That should give you an idea how they substitute the standard
Advanced page with their own.

Regards,
–PA

Thank you very much, Pavel

-Srinivasa Raghavan