views:

38

answers:

1

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.

+1  A: 

If you download the plugin archive that you linked, there is a readme file that describes the plugin's API as well as an example NSIS installer that uses the plugin.

Kyle Gagnet
Cool. I hadn't seen the bundled example.
Robert Karl