driver installation aborted. Why?

  • Thread starter Thread starter Ralf Edrich
  • Start date Start date
R

Ralf Edrich

Hi,

I am triying to install a sentinal driver for my printer port
because of some license stuff. The installation routine gets
interrupted before completion.

Any hints for this problem? Which missing component could it be?

TIA,

Ralf
 
Ralf,

You provided very little info about the issue to help you with.
So, I am going to sugegst you veru common XPe tools to work on similar
issues.
Use Dependency Walker tool againt your driver modules to see what
dependencies are required.
Use FileMon and Regmon tools from www.sysinternals.com to monitor your
driver installation. It will show you where errors appear and what's
missing.
Read the links below to get familiar on how to componentize driver
install packages for XPe:

http://msdn.microsoft.com/embedded/community/community/tips/xp/thrdprty/default.aspx

http://msdn.microsoft.com/library/en-us/dnxpembed/html/customxpecomp.asp

http://msdn.microsoft.com/library/en-us/dnxpesp1/html/xpe3rdparty.asp

http://msdn.microsoft.com/library/en-us/dnembedded/html/embedded06182002.asp

KM
 
Back
Top