plugins - NSIS Invalid command: ShellExecAsUser::ShellExecAsUser -


when try use shellexecasuser plugin nsis, following error.

invalid command: shellexecasuser::shellexecasuser 

this started happen after upgraded nsis script compiler, guess helpfully changed how makensis searches plugins.

you need use !addplugindir compiler utility command, tells nsis plugin.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -