Skip to content
⌘ NSIS Forum Archive

Compile in batch mode

5 posts

rafaeldmt#

Compile in batch mode

Hi,

I have 5 project .nsi and I would like to create a .bat file to execute it, but after finish the first installer is waiting I close the nsis dialog.

I tried:

makensisw.exe myproject1.nsi
makensisw.exe myproject2.nsi
makensisw.exe myproject3.nsi

I was trying to use any parameter as /s (silence) but the result is the same. May you help me?

Thanks,

Rafa
rafaeldmt#
The problem makensis is not unicode and I use asian languages, this is why I use makensisw.exe
kichik#
If you're using Unicode NSIS, everything should be Unicode. MakeNSISw.exe is just a GUI wrapper around makensis.exe.