MantisBT - DriverPacks BASE |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000003 | DriverPacks BASE | slipstreamer | public | 2006-04-24 16:35 | 2006-04-25 11:54 |
|
Reporter | ruudboek | |
Assigned To | BashratTheSneaky | |
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | x86 - 32 bit | OS | Windows XP | OS Version | any |
Product Version | 6.04 b4 | |
Target Version | | Fixed in Version | 6.04 b5 | |
Destination OS Platform | |
Installation Platform | |
DriverPacks | not applicable |
DriverPacks Method | |
DriverPacks Finisher Method | |
|
Summary | 0000003: %CDDRIVE% not defined in presetup.cmd |
Description | I think you got this line wrong:
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 DISC=%%i:
It should be :
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:
Ruud |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2006-04-24 16:35 | ruudboek | New Issue | |
2006-04-24 16:35 | ruudboek | DriverPacks | => all |
2006-04-24 23:58 | BashratTheSneaky | Note Added: 0000004 | |
2006-04-24 23:58 | BashratTheSneaky | Assigned To | => BashratTheSneaky |
2006-04-24 23:58 | BashratTheSneaky | Status | new => acknowledged |
2006-04-24 23:59 | BashratTheSneaky | DriverPacks | all => not applicable |
2006-04-24 23:59 | BashratTheSneaky | Projection | none => tweak |
2006-04-24 23:59 | BashratTheSneaky | ETA | none => < 1 day |
2006-04-24 23:59 | BashratTheSneaky | OS | => Windows XP |
2006-04-24 23:59 | BashratTheSneaky | OS Version | => any |
2006-04-24 23:59 | BashratTheSneaky | Platform | => x86 - 32 bit |
2006-04-24 23:59 | BashratTheSneaky | Fixed in Version | => 6.04 b5 |
2006-04-25 00:01 | BashratTheSneaky | Status | acknowledged => resolved |
2006-04-25 00:01 | BashratTheSneaky | Resolution | open => fixed |
2006-04-25 00:01 | BashratTheSneaky | Note Added: 0000005 | |
2006-04-25 11:53 | BashratTheSneaky | Severity | major => block |
2006-04-25 11:54 | BashratTheSneaky | Summary | %CDDRV% not defined in presetup.cmd => %CDDRIVE% not defined in presetup.cmd |