IN VC 2008 you can do the same as in VC6++

project settings => Build events => Post build-events:

REN $(TARGETPATH) newname.exe
or something like that.