Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000546DriverPacks BASEDPs Finisherpublic2010-10-06 19:462010-10-09 07:11
Reporterroadkill 
Assigned ToOverFlow 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
Platformx86-32OSWindows XPOS Versionany version
Product Version10.06 
Target VersionFixed in Version 
Summary0000546: presetup.cmd RIS compatibility addon
DescriptionAdding 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 Informationthis additional change will allow driverpacks installation via RIS Server
without any troubles.
TagsNo tags attached.
Destination OS Platformwnt5_x86-32 (applies to all OSes of this platform)
Installation Platformother (not natively supported)
DriverPacksall
DriverPacks Method2
DriverPacks Finisher MethodGUIRunOnce
Attached Files

- Relationships

-  Notes
(0000930)
OverFlow (administrator)
2010-10-09 07:11

This is not a Bug.

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

- 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


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker