Skip to content
⌘ NSIS Forum Archive

Pre-compile commands?

3 posts

trippy1976#

Pre-compile commands?

Can you put these in your .nsi file?

For instance, I want to update some SVN paths prior to compiling and including the files on those paths.

Right now I'm using a .bat file to do that first and then I'm compiling my installer. I'm using the eclipse plugin and I'm a eclipse newb so there may be something there I can do as well, but I'm really interested in having it happen when I compile the nsi script if possible.
demiller9#
Are you asking for a way to run an external command during the compilation of your script? You can use !system or !execute to do those. (The online manual is linked to those words).