Deploying device drivers using VS2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi guys,

I need to form an MSI based installer that can trigger the installation of a
device driver required for some hardware accompanying the installer.

Could someone point me in the right direction please?

btw VS 2003 pro, C#

Cheers

-- Steve
 
Steve,

Are you creating an install package project? If your device driver has
an MSI package, you should be able to add that easily to the project.

Hope this helps.
 
Thanks Nicholas,

I only have the .inf and .sys files.

Cheers,

-- Steve


Nicholas Paldino said:
Steve,

Are you creating an install package project? If your device driver has
an MSI package, you should be able to add that easily to the project.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

steve said:
Hi guys,

I need to form an MSI based installer that can trigger the installation of
a
device driver required for some hardware accompanying the installer.

Could someone point me in the right direction please?

btw VS 2003 pro, C#

Cheers

-- Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top