CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2001
    Location
    Victoria, BC, Canada
    Posts
    363

    Installing drivers

    Something that's bugging me, let's say I develop a simple driver that all it does is allows reading and writing of data blocks to/from a USB device, can this be installed without administrator access on the PC, or do I have to be admin to install any kind of driver?

    Thanks.

  2. #2
    Join Date
    May 2006
    Location
    Indonesia & Japan
    Posts
    399

    Re: Installing drivers

    Yes, you do. In all type of OS that implement security level, users are not allowed to load
    and release device driver.

  3. #3
    Join Date
    Sep 2001
    Location
    Victoria, BC, Canada
    Posts
    363

    Re: Installing drivers

    Ok thanks, that makes sense.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured