2010年7月14日 星期三

How to kill process via inno setup?

[code]
const
WM_CLOSE = 18;
function InitializeSetup: Boolean;
var
Wnd: HWND;
begin
Wnd := FindWindowByWindowName('');
if Wnd <> 0 then SendMessage(Wnd, WM_CLOSE, 0, 0);
Result := True;
end;

沒有留言:

張貼留言

搜尋此網誌