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


it executes another file in the same installer so why no this one?

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

thats tha shit!

cheers dude.