Archive: Newbie here, need help


Newbie here, need help
I have an directory that i need to make into an installer.exe file.

I don't need to change any of the info/files. Can someone provide a sample script for this?


SetOutPath $INSTDIR
File /r "local_dir\*.*"

-Stu