I'm currently looking for a way to keep setup projects outputs from overwriting previous versions. I.E When a setup project is built, it replaces anything in Release/Debug folder, is there any way to rename the output to something including the version number, or date, just so it doesn't overwrite the previous file there, or even create individual folders for each build which include date and time.
I know this can be done wiht PostbuildEvents, but just can't get my head around what needs to be done.
By the way, this is visual Studio 2008.