http://bugs.winehq.org/show_bug.cgi?id=24225
Summary: provide "taskkill" command line tool to aid installers (Impulse installer and more) Product: Wine Version: 1.3.1 Platform: x86 OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net
Hello,
various installers use "taskkill" command line tool to terminate running processes, preventing possible sharing/update problems with components to be installed.
--- snip --- wine: cannot find L"C:\windows\system32\TASKKILL.exe" --- snip ---
Trace logs for "Impulse" installer as example:
--- snip --- 0034:Call KERNEL32.CreateProcessA(00000000,0092fab0 ""C:\windows\system32\TASKKILL.exe" /f /im impulse.exe",00000000,00000000,00000000,00000010,00000000,00000000,0108e980,0108e970) ret=004e5657 ... wine: cannot find L"C:\windows\system32\TASKKILL.exe" 0034:Ret KERNEL32.CreateProcessA() retval=00000000 ret=004e5657 ... 0037:Call KERNEL32.CreateProcessA(00000000,0092fab0 ""C:\windows\system32\TASKKILL.exe" /f /im impulsedock.exe",00000000,00000000,00000000,00000010,00000000,00000000,0118e980,0118e970) ret=004e5657 ... wine: cannot find L"C:\windows\system32\TASKKILL.exe" 0037:Ret KERNEL32.CreateProcessA() retval=00000000 ret=004e5657 ... 003a:Call KERNEL32.CreateProcessA(00000000,0092fab0 ""C:\windows\system32\TASKKILL.exe" /f /im impulsemini.exe",00000000,00000000,00000000,00000010,00000000,00000000,00e5e980,00e5e970) ret=004e5657 ... wine: cannot find L"C:\windows\system32\TASKKILL.exe" 003a:Ret KERNEL32.CreateProcessA() retval=00000000 ret=004e5657 ... 003d:Call KERNEL32.CreateProcessA(00000000,0092fab0 ""C:\windows\system32\TASKKILL.exe" /f /im impulsenow.exe",00000000,00000000,00000000,00000010,00000000,00000000,0108e980,0108e970) ret=004e5657 ... wine: cannot find L"C:\windows\system32\TASKKILL.exe" 003d:Ret KERNEL32.CreateProcessA() retval=00000000 ret=004e5657 ... --- snip ---
Wine should provide such a tool to aid installers. Reference: http://technet.microsoft.com/en-us/library/bb491009.aspx
Regards
http://bugs.winehq.org/show_bug.cgi?id=24225
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://www.impulsedriven.co | |m/downloads/impulse_setup_f | |ull.exe Component|-unknown |programs
--- Comment #1 from Anastasius Focht focht@gmx.net 2010-08-31 15:08:51 CDT --- Hello,
filling fields...
Regards
http://bugs.winehq.org/show_bug.cgi?id=24225
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com 2010-09-21 14:33:13 CDT --- The six-patch series following 8e540ed26fb934999800c8d5e2c2afbeaef920a6 implements taskkill.exe, so this is fixed.
http://bugs.winehq.org/show_bug.cgi?id=24225
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2010-10-01 13:57:11 CDT --- Closing bugs fixed in 1.3.4.
http://bugs.winehq.org/show_bug.cgi?id=24225
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |8e540ed26fb934999800c8d5e2c | |2afbeaef920a6
--- Comment #4 from Anastasius Focht focht@gmx.net 2011-10-11 15:02:40 CDT --- Hello,
filling/correcting fields ...
Regards
https://bugs.winehq.org/show_bug.cgi?id=24225
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.impulsedriven.co |https://web.archive.org/web |m/downloads/impulse_setup_f |/20100207191120/http://star |ull.exe |dock.cachefly.net/impulse/3 | |92/impulse_setup.exe
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download via Internet Archive for documentation.
https://web.archive.org/web/20100207191120/http://stardock.cachefly.net/impu...
https://www.virustotal.com/gui/file/437083b629cbcf65d632947d6e4be45698668820...
$ sha1sum impulse_setup.exe 039477db325bb9203a5e739d7feab212fc5597a2 impulse_setup.exe
$ du -sh impulse_setup.exe 6.5M impulse_setup.exe
Regards