Skip to content
⌘ NSIS Forum Archive

how to create two installer in one nsis script

2 posts

yzldni#

how to create two installer in one nsis script

Now , i have a nsis script can build a installer , but , i need two installer when i after build my nsis script,, how can i do it,thanks..

because i want another installer as a configure program to config my files,, and i don't want to click repair to reinstaller....

thanks..
Anders#
I don't really understand the question but in NSIS v3 you can use !makensis 'other.nsi' in a script to compile another script. In NSIS v2 you have to use !system '"${NSISDIR}\MakeNSIS" other.nsi'