Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 17-05-2015, 16:12
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Inno Setup Task Manager Library

Hi again, I created a useful dll for Inno Setup to handle things that are there in Task Manager and/or Resource Monitor.

Functions

Code:
function IsExeRunning(exeFileName: PAnsiChar): Boolean;
function IsProcessIdRunning(ProcessId: Cardinal): Boolean;
function GetExeProcessId(exeFileName: PAnsiChar): Cardinal;
function GetExeHeapId(exeFileName: PAnsiChar): Cardinal;
function GetExeModuleId(exeFileName: PAnsiChar): Cardinal;
function GetExeParentProcessId(exeFileName: PAnsiChar): Cardinal;
function GetExeThreads(exeFileName: PAnsiChar): Cardinal;
function GetExeMemoryUsage(exeFileName: PAnsiChar): Cardinal;
function GetExeCpuUsage(exeFileName: PAnsiChar): Cardinal;
function KillTask(exeFileName: PAnsiChar): Cardinal;
function RestartTask(exeFileName: PAnsiChar): Cardinal;
Attached Files
File Type: 7z Inno Setup Task Manager.7z (39.8 KB, 179 views)
Reply With Quote
The Following 19 Users Say Thank You to Razor12911 For This Useful Post:
-XCX- (29-03-2017), 78372 (28-05-2017), ADMIRAL (14-01-2020), Afed (05-02-2018), arkantos7 (18-05-2015), Cesar82 (27-09-2016), EzzEldin16 (27-09-2017), Harsh ojha (16-06-2019), JRD! (27-09-2016), Mini (27-09-2016), nasir ahmad (15-04-2016), oltjon (17-05-2015), omdj (17-05-2015), Sarvagya (17-05-2015), Simorq (27-09-2016), Stor31 (17-05-2015), vint56 (27-09-2016), y_thelastknight (18-05-2015), ~MAK~ (27-09-2016)
Sponsored Links
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BlackBox v2 y_thelastknight Conversion Tutorials 567 11-03-2025 07:16
Useful Dll for Inno Setup users peterf1999 Conversion Tutorials 88 01-12-2017 16:00
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
SOME DISK JUGGLER SOLUTIONS!!!!!!!!!!NEWBIES OR OLDIES BIG PAPA DC Games 39 30-09-2006 17:54
GOD DAMNIT!!! alexv DC Games 0 06-12-2000 14:30



All times are GMT -7. The time now is 14:05.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com