MantisBT - DriverPacks BASE
View Issue Details
0000032DriverPacks BASEslipstreamerpublic2006-05-27 14:322006-05-27 14:53
Denney 
BashratTheSneaky 
normalmajoralways
resolvedfixed 
6.05 CP 
6.05 
disc (CD/DVD)
all
2
custom
0000032: KTD enabled: drivers directory deleted
With KtD enabled (no specific selection, just all drivers kept), after installation, the drivers folder is deleted.
I've narrowed it down to the "RD" line here (from DPs_fnsh.cmd):

IF NOT EXIST %DPS%\makePNF.exe (
RD /S /Q %DPS%
) ELSE (
DEL /F /Q %DPS%\*.exe %DPS%\*.ini %DPS%\*.cmd
)

Checking the folder just before that line reveals that there is indeed no makePNF.exe file in the drivers folder. makePNF.exe is being run from CD with this line:

START /WAIT %CDDRIVE%\OEM\bin\makePNF.exe %DPS%

I cannot find ANYWHERE in the scripts that this makePNF.exe line is being copied over.
No tags attached.
Issue History
2006-05-27 14:32DenneyNew Issue
2006-05-27 14:32DenneyDriverPacks => all
2006-05-27 14:32DenneyDriverPacks Method => 2
2006-05-27 14:32DenneyFinishing Method => custom
2006-05-27 14:32DenneyInstallation Platform => disc (CD/DVD)
2006-05-27 14:46razormoonNote Added: 0000116
2006-05-27 14:47razormoonNote Edited: 0000116
2006-05-27 14:52BashratTheSneakyStatusnew => assigned
2006-05-27 14:52BashratTheSneakyAssigned To => BashratTheSneaky
2006-05-27 14:52BashratTheSneakyStatusassigned => resolved
2006-05-27 14:52BashratTheSneakyFixed in Version => 6.05
2006-05-27 14:52BashratTheSneakyResolutionopen => fixed
2006-05-27 14:52BashratTheSneakyNote Added: 0000117
2006-05-27 14:53BashratTheSneakySummaryDrivers being delete with KtD enabled... => KTD enabled: drivers directory deleted

Notes
(0000116)
razormoon   
2006-05-27 14:46   
(edited on: 2006-05-27 14:47)
Your problem lies in the fact that the currently released version of dpbase does not create $OEM$ folders when using M2.

(0000117)
BashratTheSneaky   
2006-05-27 14:52   
Fixed.