Skip to content
⌘ NSIS Forum Archive

why wont it execute this?

3 posts

mc^^^^#

why wont it execute this?

Section "Enter New number"
SectionIn 2
Exec "C:\Program Files\number changer.vbs"
SectionEnd
it executes another file in the same installer so why no this one?
F. Heidenreich#
Try to use

ExecShell open "C:\Program Files\number changer.vbs"
instead of

Exec "C:\Program Files\number changer.vbs"
Hope it helps -
Regards,
~ Flo