Running an .exe file

Again…i have a problem with executing an .exe file

I need to have a Acrobat Reader installer on the CDROM i am working on.
So i coded a button with

on (release) {
fscommand(“exec”,“Adobe_Reader/AdbeRdr70_enu_full.exe”);
}

It doesn’t work, any ideas? Thanks!