ExecPri plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Wikipedia python library)
 
m (Updated author and download links, and changed format of some pages.)
Line 1: Line 1:
== Links ==
== Links ==
[[Image:Zip.gif]] [[Image:ExecPri.zip|ExecPri plug-in]] (5 KB)
<attach>ExecPri.zip</attach>


== Description ==
== Description ==
Line 23: Line 23:
*idle
*idle


Page author: KiCHiK
Page author: [[User:KiCHiK|KiCHiK]]

Revision as of 12:34, 23 April 2005

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

Page author: KiCHiK