I want to rename the project exe output in visual studio 2010.
Following the post
Rename project output before being included into Setup project
I always get the error The command rename ... exited with code 1
My command is:
rename $(TargetDir)$(TargetFileName) newname.exe