ExecPri plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Updated author and download links, and changed format of some pages.) |
m (Updated author links.) |
||
Line 1: | Line 1: | ||
{|align=right | |||
|<small>Author: [[{{ns:2}}:KiCHiK|KiCHiK]] ([[{{ns:3}}:KiCHiK|talk]], [[{{ns:-1}}:Contributions/KiCHiK|contrib]])</small> | |||
|} | |||
<br style="clear:both;"> | |||
== Links == | == Links == | ||
<attach>ExecPri.zip</attach> | <attach>ExecPri.zip</attach> | ||
Line 22: | Line 26: | ||
*realtime | *realtime | ||
*idle | *idle | ||
Revision as of 02:56, 30 April 2005
Author: KiCHiK (talk, contrib) |
Links
ExecPri.zip (5 KB)
Description
A plug-in that lets you execute process and choose their priority class.
To "install" the plug-in, extract ExecPri into your plugins directory in your NSIS directory.
This plug-in should work with version prior to NSIS 2 too (using CallInstDLL).
The working directory is $OUTDIR.
Usage
ExecPri::ExecWait "myprog.exe" "priority_class"
priority_class can be one of the following:
- normal
- above normal
- below normal
- high
- realtime
- idle