No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
- Answered by: pbarrette
Please leave any comments here within the
next seven days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER !
PaSHa
Main Topics
Browse All Topics





by: pbarrettePosted on 2002-12-30 at 15:00:53ID: 7648156
Hi tradecraft1,
n DefaultInstall 132 c:\path\install.inf
n DefaultUninstall 132 c:\path\install.inf
INF" will.
You can do this using the following:
rundll32.exe setupapi,InstallHinfSectio
or, to uninstall:
rundll32.exe setupapi,InstallHinfSectio
Keep in mind the following however:
I could never get this to work until I realized that the path to your .INF file must be given as the DOS 8.3 shortname version. So:
"C:\Program Files\Mydir\Myfile.INF" will not work, but
"C:\Progra~1\Mydir\Myfile.
pb