ExecPri plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Added category links.)
m (Adding new author and category links.)
Line 1: Line 1:
{|align=right
{{PageAuthor|KiCHiK}}
|<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 27: Line 25:
*idle
*idle


[[{{ns:14}}:Plugins]]
[[Category:Plugins]]

Revision as of 12:10, 24 June 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