This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: How to detect if the product is already installed?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 19, 2011
12:00 AM
How to detect if the product is already installed?
Hi,
I am creating a project in InstallAnywhere 2010. I have the requirement to detect if the product is already installed or not. If its installed the installer will exit. For this do I need to execute custom code or InstallAnywhere provides any build in functionality.
Thanks.
I am creating a project in InstallAnywhere 2010. I have the requirement to detect if the product is already installed or not. If its installed the installer will exit. For this do I need to execute custom code or InstallAnywhere provides any build in functionality.
Thanks.
(6) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 19, 2011
12:30 AM
On what platform are you required to do this?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 19, 2011
01:05 AM
windows platform.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 19, 2011
07:04 AM
You could check the Add/Remove registry entry.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 24, 2011
10:36 AM
Is there a way to do this detection on Linux and AIX?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 25, 2011
11:48 AM
There is a Global registry installed by InstallAnywhere and you can check it for existing installed features.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 31, 2011
01:35 PM
Hi peczes,
The registry file in case of Unix/Linux in General will be available /var/.com.zerog.regisrty.xml
Thanks,
Madhav Pai
Engineering Installanywhere
Flexera Software
The registry file in case of Unix/Linux in General will be available /var/.com.zerog.regisrty.xml
Thanks,
Madhav Pai
Engineering Installanywhere
Flexera Software
