rafaeldmt
18th June 2009 17:10 UTC
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
Anders
18th June 2009 18:00 UTC
use makensis.exe
rafaeldmt
20th June 2009 11:30 UTC
The problem makensis is not unicode and I use asian languages, this is why I use makensisw.exe
kichik
20th June 2009 11:32 UTC
If you're using Unicode NSIS, everything should be Unicode. MakeNSISw.exe is just a GUI wrapper around makensis.exe.
rafaeldmt
20th June 2009 11:37 UTC
Thanks a lot. Now is working! :)