Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Converting Win2k monolithic printer driver to a Longhorn driver - Installation problems

Reply
Thread Tools Display Modes

Converting Win2k monolithic printer driver to a Longhorn driver - Installation problems

 
 
Rudy
Guest
Posts: n/a

 
      10-07-2005
Converting Win2k monolithic printer driver to Longhorn driver - INSTALLATION
Problems..

The current monolithic(not using Microsoft Universal Printer Driver Model)
Windows printer driver has been converted to "user-mode" and installs/runs
fine on Win2k, WinXP, and WinServer2003. However, for "Longhorn Beta1" the
following error message is given during an attempt to install the driver:

Error Message:
"The driver that you are trying to install is not compatible with Windows
Server 2003 family. Please contact the manufacturer for an updated
version."

It appears (according to the following windows log files: setupapi.app.log,
setupapi.dev.log) that the installation (via the Add Printer Wizard)
successfully copies the driver files to a system location, but immediately
after that point, the error occurs and the installation is cancelled.

I suspect that when the "loader" attempts to load a driver DLL (toward end
of installation), it cannot resolve a reference in the DLL to some Win API
function (NOT IN Longhorn), and therefore the DLL is not loaded. Normally,
one would get some kind of error message that indicates a particular
function could not be found/resolved; but this may not be the case while
using the "Add Printer Wizard". I placed calls to "MessageBox(-)" at
several "entry-point" functions in the DLLs (like DllMain, DLLInitialize,
WinMain, DrvQueryDriverInfo, etc.) but these are NOT reached during
installation on "Longhorn"; however, they are reached during installation on
the other OS's.

Any Ideas?
Rudy


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HP L7580 Printer Fax and Scanner Driver Installation Problems mmeche Windows Vista Printing / Faxing / Scanning 11 11-05-2007 01:11 AM
Is DrvRealizeBrush a must-implemented DDI function in monolithic printer driver? DriverStarter Windows Vista Drivers 5 09-13-2005 02:57 PM
Printer Driver Installation AF Windows Vista Drivers 0 04-26-2005 02:35 PM
still kernel mode printer driver supported on Longhorn? Masahiko Hayashi Windows Vista Drivers 2 11-05-2003 09:58 PM
RE: Create INF to install Win2K printer driver on WinXP Ashwin [MS] Windows Vista Drivers 0 07-01-2003 09:08 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59