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?
Archive: why wont it execute this?
why wont it execute this?
Section "Enter New number"
SectionIn 2
Exec "C:\Program Files\number changer.vbs"
SectionEnd
Try to use
ExecShell open "C:\Program Files\number changer.vbs"
Exec "C:\Program Files\number changer.vbs"
thats tha shit!
cheers dude.