Business Objects Xi R2 SP3
In Business Objects Xi R2 SP3 application I want to install Desktop Intelligence, Universe Designer.
What are the properties that needs to be embedded in the MST to install only Desktop Intelligence.
Thanks
What are the properties that needs to be embedded in the MST to install only Desktop Intelligence.
Thanks
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
anonymous_9363
15 years ago
Posted by:
clyrigham
15 years ago
Hey mekaywe!
In the mst file, go to the features and remove these components/subcomponents:
WRC,
DataSourceMigrationWizard,
MetaDataDesigner,
ConversionTool,
ImportWizard,
PubWiz,
qaaws,
Designer,
BOEJavaSDK,
DevelopersFiles,
WebServicesSDK,
UnivTransMgr,
DADataFederator,
HPNeoview,
DAMySQL,
SFORCE,
DANETEZZA,
DAIBMDB2,
IBM,
DAIBMInformix,
DAProgressOpenEdge,
DAOracle,
DASybase,
DANCRTeradata,
SamplesEN
I know it is a big work around to do, but I found only this way to do the same (installs just the Desktop Intelligence) :P
In the mst file, go to the features and remove these components/subcomponents:
WRC,
DataSourceMigrationWizard,
MetaDataDesigner,
ConversionTool,
ImportWizard,
PubWiz,
qaaws,
Designer,
BOEJavaSDK,
DevelopersFiles,
WebServicesSDK,
UnivTransMgr,
DADataFederator,
HPNeoview,
DAMySQL,
SFORCE,
DANETEZZA,
DAIBMDB2,
IBM,
DAIBMInformix,
DAProgressOpenEdge,
DAOracle,
DASybase,
DANCRTeradata,
SamplesEN
I know it is a big work around to do, but I found only this way to do the same (installs just the Desktop Intelligence) :P
Posted by:
michaelnowell
15 years ago
I'm not familiar with Business Objects Xi, but you could try the following.
Ideally you should make all of your changes in a transform and just select the features that you want to install, just like clyrigham suggested. I wouldn't remove the features though.
You should look at the property INSTALLLEVEL and see what it's set at (typically it's 100), then change the InstallLevel of all the features that you don't want to be installed. You can do this by editing the Feature table and setting the 'Level' of the feature to a number that is greater than the InstallLevel property (e.g. 101).
If you were to set these features InstallLevels as a number higher than the INSTALLLEVEL property, then your users would be able to install these features via add/remove programs by performing a modify. Otherwise you could set the features InstallLevel's as '0' and this would stop them from appearing in Add/Remove programs when performing a modify.
Alternatively you could try parsing a command line variable which should just install the feature that you require. E.g. "msiexec.exe /i NameofMsi.msi TRANSFORMS=Name.MST ADDLOCAL=NameOfFeature" This will install the one and only feature that you require (you can also append other features to this if necesary).
All of this is assuming that 'Desktop Intelligence' is a feature and not just a component ! [:D]
Ideally you should make all of your changes in a transform and just select the features that you want to install, just like clyrigham suggested. I wouldn't remove the features though.
You should look at the property INSTALLLEVEL and see what it's set at (typically it's 100), then change the InstallLevel of all the features that you don't want to be installed. You can do this by editing the Feature table and setting the 'Level' of the feature to a number that is greater than the InstallLevel property (e.g. 101).
If you were to set these features InstallLevels as a number higher than the INSTALLLEVEL property, then your users would be able to install these features via add/remove programs by performing a modify. Otherwise you could set the features InstallLevel's as '0' and this would stop them from appearing in Add/Remove programs when performing a modify.
Alternatively you could try parsing a command line variable which should just install the feature that you require. E.g. "msiexec.exe /i NameofMsi.msi TRANSFORMS=Name.MST ADDLOCAL=NameOfFeature" This will install the one and only feature that you require (you can also append other features to this if necesary).
All of this is assuming that 'Desktop Intelligence' is a feature and not just a component ! [:D]
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.