I understand that NSIS supports plugins, but I can't find an NsPython tutorial.
Maybe first I should ask: if I can run Python code from NSIS, is it a good idea to script my installer in Python (instead of explicitly managing a stack in an NSIS script)?
And secondly: are there any good tutorials?
Alternatively: Is there another appropriate Windows installer scripting environment? I don't think wix
will do the trick.