|
-
Oct 27th, 2006, 05:40 PM
#1
Thread Starter
Fanatic Member
-
Oct 28th, 2006, 02:31 AM
#2
Re: [InnoSetup]Check for previous installation
What do you mean by check for previous installation? Inno Setup already knows if a previous installation has been installed. It does not check the program files location but a registry entry. It is controlled by AppId which default value is AppName.
-
Oct 28th, 2006, 05:13 PM
#3
Thread Starter
Fanatic Member
Re: [InnoSetup]Check for previous installation
what i mean is, can InnoSetup check if the program have been installed before?
in a situation where by AppName have been installed before and am trying to install it again, i want InnoSetup to prompt me that AppName have been installed already and leave an option to continue or exit installation.
-
Oct 29th, 2006, 05:01 AM
#4
Re: [InnoSetup]Check for previous installation
You will probably have to check in the code section for the registry entry with the name of your AppId to determine if it was intalled already then do what you want to do.
-
Oct 29th, 2006, 05:55 PM
#5
Thread Starter
Fanatic Member
Re: [InnoSetup]Check for previous installation
 Originally Posted by randem
You will probably have to check in the code section for the registry entry with the name of your AppId to determine if it was intalled already then do what you want to do.
how do i do that?
can you pls show me(because i don't do Pascal/Delphi)
-
Oct 29th, 2006, 10:54 PM
#6
Re: [InnoSetup]Check for previous installation
Neither do I. Check with Kleinma. He does Pascal code for Inno Setup.
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
|