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
- :
- Installing indexing services and MSMQ
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
‎Apr 17, 2013
11:32 PM
Installing indexing services and MSMQ
I want to install indexing services and MSMQ through custom action in installshield .
I am able to manually run this command and MSMQ and indexing services are installshield.
START /WAIT DISM /online /enable-feature /featurename:Indexing-Service-Package
START /WAIT DISM /online /enable-feature/featurename:MSMQ-Triggers
I want to know how through custom action in installshield can i do?
I am able to manually run this command and MSMQ and indexing services are installshield.
START /WAIT DISM /online /enable-feature /featurename:Indexing-Service-Package
START /WAIT DISM /online /enable-feature/featurename:MSMQ-Triggers
I want to know how through custom action in installshield can i do?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 18, 2013
03:00 PM
I would write these as setup prerequsites or a suite installer. That way it shows in the list of things to be installed ( and validated ) prior to starting your MSI. Cleaner that way.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 18, 2013
10:35 PM
Jagdishk wrote:
I want to install indexing services and MSMQ through custom action in installshield .
I am able to manually run this command and MSMQ and indexing services are installshield.
START /WAIT DISM /online /enable-feature /featurename:Indexing-Service-Package
START /WAIT DISM /online /enable-feature/featurename:MSMQ-Triggers
I want to know how through custom action in installshield can i do?
Sir.,
How i will get prerequiste for iis, MSMQ
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 19, 2013
06:08 AM
Here's some articles to read:
http://blog.iswix.com/2006/11/using-installshield-12-to-install-net.html
http://shieldmaster.wordpress.com/2009/04/26/tutorial-adding-setup-prerequisites-to-installshield-package/
Take the above as generic advice. You've worked out the command line, now you'll have to work out the artifact to decide if it can be and needs to be installed.
Sometimes Flexera releases expansion packs for PRQs. They might have already released one for IIS. I'm not sure as I don't keep up on things as much as I used to.
http://blog.iswix.com/2006/11/using-installshield-12-to-install-net.html
http://shieldmaster.wordpress.com/2009/04/26/tutorial-adding-setup-prerequisites-to-installshield-package/
Take the above as generic advice. You've worked out the command line, now you'll have to work out the artifact to decide if it can be and needs to be installed.
Sometimes Flexera releases expansion packs for PRQs. They might have already released one for IIS. I'm not sure as I don't keep up on things as much as I used to.