As you have not stated what you are using to create your deployment, I am assuming that you are using the package & deployment wizard. If this is the case, you can do the following. Create the package with the DLL, that you want in the drivers subfolder as (WinSysPath). Then go into the SETUP.LST file that is created and add the sub folder for that DLL. E.G.:
Was:
[email protected],$(WinSysPath),$(DLLSelfRegist er),,6/27/03 6:47:33 AM,98304,10.1.0.7
New:
[email protected],$(WinSysPath)\Drivers,$(DLLSe lfRegister),,6/27/03 6:47:33 AM,98304,10.1.0.7
This will put the file in the subfolder drivers of the WinSysPath (NT/2k) ...\WINNT\SYSTEM32\DRIVERS
You need to be careful when doing this that there is an appropriate sub folder. On some OS's this may not be the case.
John R Lick
[email protected]