Topic: [IMPLEMENTED] Edit DP_Install_Tool.cmd [Approved]
If you currently launch DP_Install_Tool.cmd via a menu (i.e. you're not in /OEM) then DPINST.* isn't copied to %systemdrive%! Please amend the script to use defined paths.
: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
Thanks.