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
- :
- Re: Install condition : "Microsoft Message Queing" 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
Jul 24, 2009
07:49 AM
Install condition : "Microsoft Message Queing" Installed
Hello,
I make a Basic MSI Project and I would like to install my product only if Microsoft Message Queing is installed.
I saw there is InstallCondition but I don't know what typing.
Can you help me ?
Sorry for my English, I'm not a native English.
I make a Basic MSI Project and I would like to install my product only if Microsoft Message Queing is installed.
I saw there is InstallCondition but I don't know what typing.
Can you help me ?
Sorry for my English, I'm not a native English.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 18, 2009
03:22 PM
You'll want to search for a registry entry: set Registry Root to HKEY_LOCAL_MACHINE, Registry Key to Software\Microsoft\MSMQ\Setup, and Registry Value to InstalledComponents. Give the property a name and choose "Use In an Install condition", and supply the appropriate text you want to appear when the key is not found.
If you prefer to not stop the install right away, just store the value, and use MsiGetProperty somewhere early in your script to warn the user.
If you prefer to not stop the install right away, just store the value, and use MsiGetProperty somewhere early in your script to warn the user.