Hello
I made one long NSIS script.
I would like to split it into several scripts.
Create header file where I can declare variables.
Functions will go into separate files.
Can you point me to the documentation where it is described?
Or any example would be appreciated.
Thanks
How to use Multiple Scripts
3 posts
It's really up to you how you want to divide your script into multiple files/modules. You simply use the directive !include to do so. Documentation:Originally Posted by cam2009 View PostI would like to split it into several scripts.
Create header file where I can declare variables.
Functions will go into separate files.
Can you point me to the documentation where it is described?
Or any example would be appreciated.
Thanks!