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
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to find if SQL Express is already installed or not using Install Script.
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
Aug 27, 2013
10:16 AM
How to find if SQL Express is already installed or not using Install Script.
Hi,
I know how to install SQL Express 2012 using Custom Actions.
However, I want to do that only if SQL Express 2012 is not already installed.
How to know if SQL Express is already installed? Also, if installed, how to know which version is installed?
Thanks in advance.
I know how to install SQL Express 2012 using Custom Actions.
However, I want to do that only if SQL Express 2012 is not already installed.
How to know if SQL Express is already installed? Also, if installed, how to know which version is installed?
Thanks in advance.
- Tags:
- sql express 2012
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 28, 2013
07:25 AM
You can use RegDB keys in installscript to find if SQL Express is installed on the target machine. The RegDBQueryKey function allows users to query a key for its subkeys and value names. You can search for regdb keys in help and you would find more information on this.
PavanKumar1234 wrote:
Hi,
I know how to install SQL Express 2012 using Custom Actions.
However, I want to do that only if SQL Express 2012 is not already installed.
How to know if SQL Express is already installed? Also, if installed, how to know which version is installed?
Thanks in advance.