Hi
I have an exe that is built and placed into a Setup project for deployment. I want to rename the exe that is produced (to a .scr file - it is a screensaver) before inclusion in the setup project. How do I do this?
I know I could rename the file in a post install process but I don't want to do it this way, I want the file to be renamed before inclusion into the setup project
Any help would be great thanks I am using Visual Studio 2008 and the program is written in C#
Thanks