/build/static/layout/Breadcrumb_cap_w.png

How to create registry entries for every configuration in an MST?

how to create registries for every confugiration in mst? i am working on sap business objects.


0 Comments   [ + ] Show comments

Answers (3)

Posted by: dandirk 11 years ago
Third Degree Green Belt
1

If you have 10 different configurations (I assume that is what you mean).  Where only 1 needs to be installed on a computer, there are a few ways to do this...

1. Create 1 mst for each of the 10 versions only inlcuding the reg keys you want.  Then you just apply the mst you want on a particular PC.

Example:

msiexec.exe /i installer.msi TRANSFORMS=config1.mst

msiexec.exe /i installer.msi TRANSFORMS=config2.mst

2. Create 10 different components, each will contain the different reg entries for each configuration you want.  Then add a condition to each component based on a propery... say CONFIG=1, CONFIG=2 etc etc.  Then you can install with different commandlines...  

Examples:

msiexec.exe /i installer.msi TRANSFORMS=installer.mst CONFIG=1

msiexec.exe /i installer.msi TRANSFORMS=installer.mst CONFIG=2

msiexec.exe /i installer.msi TRANSFORMS=installer.mst CONFIG=3

 

Which is preferred and what is easier to deploy for you.  You can even try and automate more but that depends mainly on how you determine which computer gets which config and if you can query/determine that info during install.

Posted by: bkelly 11 years ago
Red Belt
1

Can you be more specific? What does "every configuration mean". Multiple MSTs? What registry entries are you working to include? ORCA will let you create an MST; is there something unique to BusinessObjects you are trying to accomplish?


Comments:
  • yes it is related to business objects... - shilesh1982 11 years ago
Posted by: hrs2cool 11 years ago
Black Belt
0

R u trying to say that u have 10 changes in ur transform .. So the package should install 10 diff reg keys indicating the 10 changes in your transform ???


Comments:
  • yes that is correct.......working on SAP business objects.... - shilesh1982 11 years ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ