Archive: Compile in batch mode


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


use makensis.exe


The problem makensis is not unicode and I use asian languages, this is why I use makensisw.exe


If you're using Unicode NSIS, everything should be Unicode. MakeNSISw.exe is just a GUI wrapper around makensis.exe.


Thanks a lot. Now is working! :)