|
-
Nov 1st, 2005, 10:17 PM
#1
Thread Starter
Junior Member
setup should ask for any previous version installed
hi friends
i have a big visual basic application, and now i am dividing the big
application into groups. (module1, module2,module3), which are
standalone.
the thing is, suppose module1 is installed, and now if i try to install
module2...it should ask whether any previous version is installed or not.
and if any present, it should remove the previous version before
installing the new version. (when i package module2).
1) how to achieve the functionality of asking whether a previous version
is existing or not?
2) and if previous version is present, how to delete it ?
any help is appreciated
-
Nov 1st, 2005, 11:13 PM
#2
Frenzied Member
Re: setup should ask for any previous version installed
for:
1) I would recomend on make a regestry key that say the app verstion when loaded for first time. and when the setup loads let it check for the version from the regestry.
2) just use the "kill" function to delete the whole directory
-
Nov 1st, 2005, 11:18 PM
#3
Re: setup should ask for any previous version installed
If you use the same exe name, and install into the same folder, only the latest version will exist. It sound like you have separate apps, anyways.
-
Nov 2nd, 2005, 06:49 AM
#4
Re: setup should ask for any previous version installed
Moved to Application Deployment.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|