MantisBT - DriverPacks BASE
View Issue Details
0000279DriverPacks BASEDPs Finisherpublic2006-11-12 07:382006-12-21 03:16
ruudboek 
ruudboek 
normalmajoralways
resolvedfixed 
6.10 
 
not applicable
not applicable
not applicable
not applicable
not applicable
0000279: Solution : The DriverPacks Finisher freezes when it installs the Ati CCP
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 [^]

No tags attached.
Issue History
2006-11-12 07:38ruudboekNew Issue
2006-11-12 07:38ruudboekStatusnew => assigned
2006-11-12 07:38ruudboekAssigned To => BashratTheSneaky
2006-11-12 07:38ruudboekDestination OS Platform => not applicable
2006-11-12 07:38ruudboekInstallation Platform => not applicable
2006-11-12 07:38ruudboekDriverPacks => not applicable
2006-11-12 07:38ruudboekDriverPacks Method => not applicable
2006-11-12 07:38ruudboekDriverPacks Finisher Method => not applicable
2006-11-24 16:02ruudboekAssigned ToBashratTheSneaky => ruudboek
2006-11-24 16:02ruudboekStatusassigned => resolved
2006-12-21 03:16BashratTheSneakyResolutionopen => fixed

There are no notes attached to this issue.