|
-
August 15th, 2004, 11:08 PM
#1
Driver Installer
Hi,
I am trying to develop a driver installer.
the total softwar has the following :
1. two device driver
2. the main application
The main application requires DirectX 9.0.
I need the installer to automatically install the device driver with or without the device pluged in. It should also
check the DirectX version and install it if the existing version is lower.
Also can u pls tell me wat software can i download that can make the installer?
i heard of visual installer which is free. is there any ohter software that can help me accomplish the above task? and how can i do that(especially the directX checking part)
Thanks a lot..
PS:I am used C++ for the program. I can still use Visual Studio Installer right? i.e if it can do the above functions.
Thx
Last edited by Joseph_R_Thomas; August 15th, 2004 at 11:31 PM.
Reason: Added PS
R. Thomas
"Be anxious for nothing, but in everything by prayer and supplication, with thanksgiving, let your requests be made know to God; and the peace of God, which surpasses all understanding, will guard your hearts and minds through Christ Jesus."Philippians 4:6-7
"Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
March 26th, 2005, 02:54 PM
#2
Re: Driver Installer
Hey dude...
Check out the commands inside the .inf file. The commands placed in here are later inserted in the windows registry. You can exculde the .inf middle man by manually editing the registry on your own. In this case, however, you'll have to reboot the pc for install. To figure out what reg keys you'll need to play with, have a look at the registry values for drivers already installed. You'll learn a great deal.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|