Topic: DP work geat when run at t-39, but not when called from WPI
I am having a bit of trouble, first off I have a multiboot DVD with DP working perfectly DURING install.
The problem is, I also use the DVD as an install DVD for software and as such I figured why not use the DPINST.exe since is already there. I call it from WPI and have tried before and after thew desktop loads. I quickly figured out that I needed to modify my DP_Install_Tool.cmd and now DP appear to be working. Here is the section I needed to modify (cant remember the user that reported this, I "borrowed" it:) )
:M2Found
Echo.
Echo Extracting the DriverPacks now...
%CDDRIVE%\OEM\bin\un7zip.exe %CDDRIVE%\OEM\DP*.7z %SystemDrive%\
%CDDRIVE%\OEM\bin\un7zip.exe %CDDRIVE%\OEM\bin\*.7z %SystemDrive%\
COPY /Y %CDDRIVE%\OEM\bin\DPsFnshr.ini %SystemDrive%\
IF EXIST %CDDRIVE%\OEM\*.ins COPY /Y %CDDRIVE%\OEM\*.ins %SystemDrive%\
:: Current entries
:: COPY DPINST.exe %SystemDrive%
:: COPY DPInst.xml %SystemDrive%
:: My edit
COPY /Y %CDDRIVE%\OEM\DPINST.* %SystemDrive%\
GoTo Main
Well, it looks like it is installing just fine but I end up with many components with asterisks next to them (before the DP install they are unknown devices) and this does not occur when they are installed at t-39. Any ideas?
Last edited by gospeed.racer (2008-11-02 19:16:48)