Skip to content
⌘ NSIS Forum Archive

Simple Question...

3 posts

eps#

Simple Question...

Can NSIS incorperate windows batch files into its installs? Meaning can it execute them as part of its install routine? This isnt clear in any of the documentation.

Thanks,

eps
Vytautas#
Yes, you can execute any program/batch files using the exec command or any of its variants. For batch files however usins nsexec plugin usually is prefered as it will not display the black dos box.

Vytautas
Joost Verburg#
With the scripting language you can do everything (and more) that you can do with a batch file. So why not use NSIS commands?