Registering dll's, with asking confirmation to overwrite
Posted: Thu Jan 26, 2006 7:08 am
I am working on an installation in the Studio version (recently purchased, so I am still new at this).
I need to register some dll's for our application (which is no problem), but... I do not want to simply overwrite already existing files. So I was thinking of making a script that checks for existing versions, compare file versions and then ask (messagebox) if our file should be used or if the existing one should remain. This is just a matter of programming, and should be no problem.
My questions are:
1. Am I overlooking a simpler/easier solution?
2. Is there a way to get a "yes to all" button in a messagebox, so all files can be registered without asking for each seperate file?
Thanks in advance,
Naomi
I need to register some dll's for our application (which is no problem), but... I do not want to simply overwrite already existing files. So I was thinking of making a script that checks for existing versions, compare file versions and then ask (messagebox) if our file should be used or if the existing one should remain. This is just a matter of programming, and should be no problem.
My questions are:
1. Am I overlooking a simpler/easier solution?
2. Is there a way to get a "yes to all" button in a messagebox, so all files can be registered without asking for each seperate file?
Thanks in advance,
Naomi