MantisBT - DriverPacks BASE | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000279 | DriverPacks BASE | DPs Finisher | public | 2006-11-12 07:38 | 2006-12-21 03:16 |
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 | ||||
Destination OS Platform | not applicable | ||||
Installation Platform | not applicable | ||||
DriverPacks | not applicable | ||||
DriverPacks Method | not applicable | ||||
DriverPacks Finisher Method | not applicable | ||||
Summary | 0000279: Solution : The DriverPacks Finisher freezes when it installs the Ati CCP | ||||
Description | To solve this issue line 41 in the DPsFnshr_exec.au3 needs to be changed from this: $cmd = run(@comSpec & " /c " & __replaceEnvVars($tmp[$k]), @systemDir, @SW_HIDE, $STDERR_CHILD + $STDOUT_CHILD) To this: $cmd = run(@comSpec & " /c " & __replaceEnvVars($tmp[$k]), @systemDir, $STDERR_CHILD + $STDOUT_CHILD) Apparently the macro @SW_HIDE (hides the cmd.exe window) does not function properly in combination with the setup.exe from the Ati CCP. I tried it, and it seems to work, i have not seen any cmd windows coming by so i wonder what use the presence of @SW_HIDE is in this line. This should solve the issue reported here: http://forum.driverpacks.net/viewtopic.php?pid=5815#p5815 [^] | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2006-11-12 07:38 | ruudboek | New Issue | |||
2006-11-12 07:38 | ruudboek | Status | new => assigned | ||
2006-11-12 07:38 | ruudboek | Assigned To | => BashratTheSneaky | ||
2006-11-12 07:38 | ruudboek | Destination OS Platform | => not applicable | ||
2006-11-12 07:38 | ruudboek | Installation Platform | => not applicable | ||
2006-11-12 07:38 | ruudboek | DriverPacks | => not applicable | ||
2006-11-12 07:38 | ruudboek | DriverPacks Method | => not applicable | ||
2006-11-12 07:38 | ruudboek | DriverPacks Finisher Method | => not applicable | ||
2006-11-24 16:02 | ruudboek | Assigned To | BashratTheSneaky => ruudboek | ||
2006-11-24 16:02 | ruudboek | Status | assigned => resolved | ||
2006-12-21 03:16 | BashratTheSneaky | Resolution | open => fixed |
There are no notes attached to this issue. |