![]() |
#1 |
Junior Member
Join Date: Mar 2014
Posts: 26
|
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.. |
![]() |
![]() |
![]() |
#2 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,179
|
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'
IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
|
Tags |
installer, nsis |
Thread Tools | Search this Thread |
Display Modes | |
|
|