Doc. # 1-0002817 | |||
---|---|---|---|
Date Updated | 09-24-2004 | Date Created | 07-27-2000 |
Document Type | Knowledge Base | Related OS | |
Related Product | 32-bit DLL Drivers |
How to implement the installation/configuration 32-bit DLL drivers into user's AP? | |||
---|---|---|---|
Solution:
We found that some programming language provide a special function which allow user to call the other application. For example, if the users are programming with Visual C++, they can take use of the function 'WinExec' to call the 'devinst.exe' in their application. The effect is very similar to pressing the 'Devices...' bottom in GeniDAQ. Maybe the users can implement the installation and configuration into their application in this way.
Following is a sample command line to demonstrate how to call the 'devinst.exe' in VC for your reference.
::WinExec( "devinst autoexit" , SW_SHOW);
Attached is the introduction of WinExec function.
|
|||
Download File | Release Date | Download Site | |
Winexec.txt (KM-PEIN-4CT92R) | 07-26-2000 |