Anonymous | Login | Signup for a new account | 2016-12-31 00:21 CET |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0000277 | DriverPacks BASE | DPs Finisher | public | 2006-11-11 07:13 | 2006-11-24 15:54 | |||
Reporter | ruudboek | |||||||
Assigned To | ruudboek | |||||||
Priority | normal | Severity | major | Reproducibility | always | |||
Status | resolved | Resolution | fixed | |||||
Platform | OS | OS Version | ||||||
Product Version | 6.10 | |||||||
Target Version | Fixed in Version | 6.12 | ||||||
Summary | 0000277: Could not delete the temporary working directory, "C:\tmp". | |||||||
Description | The finisher is unable to cleanup de DPSTMP folder (typically c:\tmp) which results in an "Could not delete the temporary working directory, "C:\tmp"." error. The reason for this is that the command dirRemove is missing the parameter: ", 1" which enables dirRemove to not just delete the DPSTMP folder, but also everything inside it. Without this parameter dirRemove will not be able to delete the DPSTMP folder at all. Therefore i suggest to change line 64 in DPsFnshr_funcs.au3 from this: if dirRemove($_DPSTMP) then to this: if dirRemove($_DPSTMP, 1) then | |||||||
Tags | No tags attached. | |||||||
Destination OS Platform | not applicable | |||||||
Installation Platform | not applicable | |||||||
DriverPacks | all | |||||||
DriverPacks Method | not applicable | |||||||
DriverPacks Finisher Method | not applicable | |||||||
Attached Files | ||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2006-11-11 07:13 | ruudboek | New Issue | |
2006-11-11 07:13 | ruudboek | Status | new => assigned |
2006-11-11 07:13 | ruudboek | Assigned To | => BashratTheSneaky |
2006-11-11 07:13 | ruudboek | Destination OS Platform | => not applicable |
2006-11-11 07:13 | ruudboek | Installation Platform | => not applicable |
2006-11-11 07:13 | ruudboek | DriverPacks | => all |
2006-11-11 07:13 | ruudboek | DriverPacks Method | => not applicable |
2006-11-11 07:13 | ruudboek | DriverPacks Finisher Method | => not applicable |
2006-11-24 15:54 | BashratTheSneaky | Assigned To | BashratTheSneaky => ruudboek |
2006-11-24 15:54 | BashratTheSneaky | Status | assigned => resolved |
2006-11-24 15:54 | BashratTheSneaky | Fixed in Version | => 6.10.1 |
2006-11-24 15:54 | BashratTheSneaky | Resolution | open => fixed |
Copyright © 2000 - 2012 MantisBT Group |