Sometimes you want to perform some additional actions after the installer has been successfully generated.
Typically, add an Authenticode signature to the installer.
For this purpose, a !finalize <command> preprocessor command would be nice.
If the installer has been successfully generated, it would spawn the given command-line, appending the path to the installer as argument
If multiple !finalize are given, you can choose between executing them in order of appearance or just execute the last one. (I don't personally plan to use more than one)
I know this could be done using a batch file and console makensis.exe but NSI files have become so powerful that it is nice to package the whole stuff in one (right-)click, without requiring extra batch files.
thanks
Wizou
dear Wizou, I'm starting to work on your really interesting feature ;-)
SVN 6103
Done in latest CVS version, thanks.