Archive: example for install files and execute .bat script


example for install files and execute .bat script
Hi,

I am new in this forum as well as in the creation of setup programs.

I have a set of files in different directories which must be copied into the same different directories by installation.
If all files are copied a registry entry must made which contain the installation directory.
Last but not least the installation procedure have to run a .bat script at the very end of the installation.

Is there an example .nsi script which I can use?

Unfortunately I need some unique files (private/public key) in each setup. Is it possible to add this file to a standard install kit?


Thanks in advance
AthLux


These are all very basic and you can just use bone-stock NSIS to do it all.

Get a GUI - such as this - http://hmne.sourceforge.net/ and just follow through a guide.

To run a bat file you can use this http://www.nullsoft.com/free/nsis/makensis.htm#Exec