Page 1 of 1

Installer Help

Posted: Sun Feb 10, 2013 12:26 pm
by Noobasaurus
I'm trying to make an installer that first renames a file in a certain location then copies something to that location, therefore replacing the old file and creating a backup. I want to also be able to select the root folder and then the installer have to go into all sorts of other folders. What installer can I do this easily with?

I've been trying Inno; no luck with the back up.

Re: Installer Help

Posted: Sun Feb 10, 2013 2:06 pm
by Maveritchell
My first thought (for your backup file) would be to write a batch file that runs after the installer's done. Install your "new" file with a different name than you eventually want, then use the .bat to rename the "old" file and then rename the new file.