cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Jagdishk
Level 3

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?
Labels (1)
0 Kudos
(3) Replies
Christopher_Pai
Level 16

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.
0 Kudos
Jagdishk
Level 3

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
0 Kudos
Christopher_Pai
Level 16

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.
0 Kudos