Archive: odd questions


odd questions
more out of curiosity than out of necessity:

1. is it possible to use a nsis plugin without including the dll into the compiled executable?

more of something i'm mostly curious about, but there's possible a scenario where i could use these:

2a. i know how to "load" a file by an installer through commandline (or drag&drop). i was wondering if it's possible to load multiple files through commandline (or drag&drop) using the same executable.

2b. alternatively, i also tried loading multiple files but making each instance of the same executable wait until the previous terminated. i was thinking about using this plugin, but i only got it working for a maximum of two instances


Use CallInstDLL to call plug-ins by file path.

Stu