About "!Include"
Is the instruction !Include
is only for add *.nsh (Nsis Macros)?
Archive: About "!Include"
About "!Include"
Is the instruction !Include
is only for add *.nsh (Nsis Macros)?
You can include the *.nsi files too.
yeah, but I was thinking other files besides NSIS'
NSIS doesn't mind what the file extension is. It opens the file, reads it and processes its commands. NSH is just a convention.