[ANSWERED] Deploy multiple operation advisors in ini file
Is it possible to deploy multiple Operation Advisors in one provision ini file.
For Example:
SampleProvisionProfile.ini
url=file:ccm/sites/op-advisor-site
featureid=feature_one
featureid=feature_two
featureid=feature_three
The only way I have gotten this to work is use a single provisionprofile file for each feature I want installed.
Is there a proper way to do this? I would like to have the ease of the using installing one site and be able to get all of the features.
For Example:
SampleProvisionProfile.ini
url=file:ccm/sites/op-advisor-site
featureid=feature_one
featureid=feature_two
featureid=feature_three
The only way I have gotten this to work is use a single provisionprofile file for each feature I want installed.
Is there a proper way to do this? I would like to have the ease of the using installing one site and be able to get all of the features.
Accepted answer
Is it possible to deploy multiple Operation Advisors in one provision ini file.
For Example:
SampleProvisionProfile.ini
url=file:ccm/sites/op-advisor-site
featureid=feature_one
featureid=feature_two
featureid=feature_three
The only way I have gotten this to work is use a single provisionprofile file for each feature I want installed.
Is there a proper way to do this? I would like to have the ease of the using installing one site and be able to get all of the features.
far as I know, its only one feature per profile.. but feature contains plugins, and u can add mutliple plugins to the single feature..
Sam