EclipseNSIS constantly accessing makensis
Status: Beta
Brought to you by:
icemank
I tested the Microsoft Process Monitor (http://technet.microsoft.com/de-de/sysinternals/bb896645.aspx) for another problem. I figured out, that eclipse is constantly accessing the makensis.exe, also I have no NSIS scipt loaded in the editor:
...
13:30:26,2243700 eclipse.exe 2580 QueryOpen C:\Programme\NSIS\makensis.exe
13:30:26,2245197 eclipse.exe 2580 QueryOpen C:\Programme\NSIS\makensis.exe
13:30:26,2246908 eclipse.exe 2580 CreateFile C:\Programme\NSIS\makensis.exe
13:30:26,2248251 eclipse.exe 2580 QueryBasicInformationFile C:\Programme\NSIS\makensis.exe
13:30:26,2249035 eclipse.exe 2580 CloseFile C:\Programme\NSIS\makensis.exe
...
How can I disable this behavior?
Currently this behavior cannot be disabled. However, in the next version it will be customizable. The process just checks if the makensis.exe file is still existing. It does not open the file or execute it.