Patch Uninstaller Strategy
Hi all,
Thanks for the help I received before; I've written a successful installer for a game patch.
Now someone has upped the ante and asked that I include an uninstaller. Now, the problem is that the patch installs brand new files, but also overwrites existing files. So my uninstaller would have to delete the former and somehow restore the latter.
I presume people have written uninstallers like this before; what is the typical strategy? When performing the install, should I copy the files to be overwritten to a backup directory?
I'd appreciate any pointers as to what is the typical or standard way to write this, and any pitfalls I might encounter.
Thanks,
P.