MantisBT - DriverPacks BASE | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000546 | DriverPacks BASE | DPs Finisher | public | 2010-10-06 19:46 | 2010-10-09 07:11 |
Reporter | roadkill | ||||
Assigned To | OverFlow | ||||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | x86-32 | OS | Windows XP | OS Version | any version |
Product Version | 10.06 | ||||
Target Version | Fixed in Version | ||||
Destination OS Platform | wnt5_x86-32 (applies to all OSes of this platform) | ||||
Installation Platform | other (not natively supported) | ||||
DriverPacks | all | ||||
DriverPacks Method | 2 | ||||
DriverPacks Finisher Method | GUIRunOnce | ||||
Summary | 0000546: presetup.cmd RIS compatibility addon | ||||
Description | 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. | ||||
Steps To Reproduce | *** 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 *** | ||||
Additional Information | this additional change will allow driverpacks installation via RIS Server without any troubles. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-10-06 19:46 | roadkill | New Issue | |||
2010-10-06 19:46 | roadkill | Status | new => assigned | ||
2010-10-06 19:46 | roadkill | Assigned To | => OverFlow | ||
2010-10-09 07:11 | OverFlow | Note Added: 0000930 | |||
2010-10-09 07:11 | OverFlow | Status | assigned => closed | ||
2010-10-09 07:11 | OverFlow | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|