Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000279DriverPacks BASEDPs Finisherpublic2006-11-12 07:382006-12-21 03:16
Reporterruudboek 
Assigned Toruudboek 
PrioritynormalSeveritymajorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version6.10 
Target VersionFixed in Version 
Summary0000279: Solution : The DriverPacks Finisher freezes when it installs the Ati CCP
DescriptionTo 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 [^]

TagsNo tags attached.
Destination OS Platformnot applicable
Installation Platformnot applicable
DriverPacksnot applicable
DriverPacks Methodnot applicable
DriverPacks Finisher Methodnot applicable
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- 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
Powered by Mantis Bugtracker