MantisBT - DriverPacks BASE
View Issue Details
0000546DriverPacks BASEDPs Finisherpublic2010-10-06 19:462010-10-09 07:11
roadkill 
OverFlow 
normalfeaturealways
closedfixed 
x86-32Windows XPany version
10.06 
 
wnt5_x86-32 (applies to all OSes of this platform)
other (not natively supported)
all
2
GUIRunOnce
0000546: presetup.cmd RIS compatibility addon
Adding this to \i386\presetup.cmd will make it compatible with RIS installations
so far I tested only on Windows XP x86

x64 version should work too since the DP finisher version is the same.
*** ORIGINAL FILE
SET TAGFILE=\OEM
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST "%%i:%TAGFILE%" SET CDDRIVE=%%i:& GOTO DPsFound
:DPsFound
***

*** MODIFIED FILE
SET TAGFILE=\OEM
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST "%%i:%TAGFILE%" (
SET CDDRIVE=%%i:& GOTO DPsFound
) ELSE (
IF EXIST %SystemDrive%\"$win_nt$.~ls" SET CDDRIVE=%SystemDrive%\"$win_nt$.~ls"& GOTO DPsFound
)
:DPsFound
***
this additional change will allow driverpacks installation via RIS Server
without any troubles.
No tags attached.
Issue History
2010-10-06 19:46roadkillNew Issue
2010-10-06 19:46roadkillStatusnew => assigned
2010-10-06 19:46roadkillAssigned To => OverFlow
2010-10-09 07:11OverFlowNote Added: 0000930
2010-10-09 07:11OverFlowStatusassigned => closed
2010-10-09 07:11OverFlowResolutionopen => fixed

Notes
(0000930)
OverFlow   
2010-10-09 07:11   
This is not a Bug.

this is a feature request... Post Feature requests in that forum.