Pointer to reference(s) on creating class installers

Pardon the topic drift, but I would like to find a reference document
(or documents) for creating class installer DLLs, both for 98 and 2K+.
I know this task has been described as a ‘hard problem’, but I’ve been
stuck with the task and the PHB doesn’t care if it’s hard. :slight_smile: I’d like
to find something a bit more general than the small group of examples in
the DDKs.

Many thanks in advance.

(1) The toaster samples.
(2) Stick with it and you will see the light. Note that you can set
breakpoints in your code and Windbg will come up. So you can debug both
ring 3 and ring 0 code with Windbg. Do .reload when you hit the int 3 in
your coinstaller code to the user symbols to load.

William Michael Jones wrote:

(1) The toaster samples.

Good for 2K+. Non-existent for 98. :frowning:

(2) Stick with it and you will see the light. Note that you can set
breakpoints in your code and Windbg will come up. So you can debug both
ring 3 and ring 0 code with Windbg. Do .reload when you hit the int 3 in
your coinstaller code to the user symbols to load.

Thanks for the tip. It will help a lot on the 2K+ version. Is there
nothing at all to address Win98? (yeah, I *know* 98 is obsolete… tell
that to my PHB!)