Skip to content
⌘ NSIS Forum Archive

Different install releases

5 posts

ACEMCP#

Different install releases

How can I create a differ installer from the selections of differ sections...

ex:
there are:

section 1
section 2
section 3
section 4
---

installer 1 contains
section 1
section 3
section 4
---

installer 2 contains
section 2
---

installer 3 contains
section 3
section 4
---

installer 4 contains all of four section

Each different installer has unique name NameUniqueVersion

Many thanks,
ACEMCP
kichik#
I would use defines for this. This way you can keep it all in one script and move the generation job outside to a batch file. Use /D from the command line to define values such as product1, product2, product3 and in your script add the section and change the strings according to the defines used.