View Single Post
  #1  
Old 24-05-2022, 07:39
kj911 kj911 is online now
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 250
Thanks: 166
Thanked 95 Times in 67 Posts
kj911 is on a distinguished road
The task killing code (green line, from use Xtool) its works from newer OS than Win XP??

Code:
procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean);
....
ISDoneError:=True;
ISDoneCancel:=1;
Exec('taskkill.exe', '/f /im XT.exe','', SW_HIDE, ewNoWait, ResultCode);
DelTree(ExpandConstant('{app}'), True, True, True);
AllCancel2;
....
Reply With Quote
Sponsored Links