Wabiloo 8th May 2006 16:14 UTC. Unfortunately that wouldn't work as the user I create has no rights to write to the registry. Plus, I have so many things to setup in the registry that I would want to do it from the Administrator account.

Reference/ExecWait - NSIS If no output variable is specified ExecWait sets the error flag if the program executed returns a nonzero error code, or if there is an error. If an output variable is specified, ExecWait sets the variable with the … Reference/ExecWait - NSIS If no output variable is specified ExecWait sets the error flag if the program executed returns a nonzero error code, or if there is an error. If an output variable is specified, ExecWait sets the variable with the … NSIS: Nullsoft Scriptable Install System / Feature Because of the implementation of the nsExec plugin functions, it is not possible to benefit from the DisableX64FSRedirection feature (see x64.nsh). Same thing for ExecDos plugin. This limitation is in effect because the DisableX64FSRedirection feature is only applied to the current thread. How can I install a plugin? - NSIS

Nullsoft Scriptable Install System

Oct 20, 2003 Update %PATH% environment variable using NSIS - ExceptionsHub Questions: I read that “Strings longer than ${NSIS_MAX_STRLEN} (1024) will get truncated/corrupted.” How can I safely update %PATH% environment variable? Answers: You can use an alternative NSIS build from the special builds page like the large strings build that defines NSIS_MAX_STRLEN=8192 and should prevent you from breaking the host path.

Maximum input (stdin) string size (i.e. plug-in second parameter) is up to 8kB in the special NSIS build, 1 kB otherwise. 'exec' return code depends on the execution mode: application exit code for sync mode and control thread handle for async one. Handle required for 'wait' - …

[NSIS-Bugs] [ nsis-Bugs-1996078 ] Vista: nsExec NSIS: Nullsoft Scriptable Install System Windows installer development tool Brought to you by: [NSIS-Bugs] [ nsis-Bugs-1996078 ] Vista: nsExec::ExecToStack fails when LogSet Off [NSIS-Bugs] [ nsis-Bugs-1996078 ] Vista: nsExec::ExecToStack fails when LogSet Off ZipDLL plug-in - NSIS Extract ZipDLL.nsh to directory Include in your NSIS installation; Description. Version: 1.2.2a. This plugin provides basic zip file extraction ability for NSIS scripts. Excerpt from the readme What is this? ZipDLL is a extension DLL for NSIS. It can unzip files from zip files. It is especially useful in combination with NSISdl so that you don nsExec, Possible ExecWait functionality? - Winamp