i tried to copy a file using the installer and this is my code.
unfortunatly it did not work. as you can see i am trying to copy the file into my application folder (where the user chose to install the program).Code:File.Copy(SessionVar.Expand("%SystemFolder%\\wbocx.ocx"), "%AppFolder%", true, true, false, true, nil);
what is the proper way to do this? thanks for your time

