| Anonymous | Login | Signup for a new account | 2016-12-31 00:53 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 | |||
| 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 | |||||||
| 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 [^] | |||||||
| Tags | No tags attached. | |||||||
| Destination OS Platform | not applicable | |||||||
| Installation Platform | not applicable | |||||||
| DriverPacks | not applicable | |||||||
| DriverPacks Method | not applicable | |||||||
| DriverPacks Finisher Method | not applicable | |||||||
| 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 |
| Copyright © 2000 - 2012 MantisBT Group |