Skip to content
⌘ NSIS Forum Archive

Run VB script from NSIS

6 posts

romko#

Run VB script from NSIS

Hi All,

We need register application in MS Firewall trusted list during install. There is easy way to do this - run VB script (MSDN sample in attach) from installer. How to do that? Any suggestions?

Thanks
Dick4#
Originally posted by Comm@nder21
try ExecWait "$INSTDIR\MillVersion.vbs"
tested this and it works as well...