/build/static/layout/Breadcrumb_cap_w.png

Using Multiple Transforms (MST) together possible?

I'm trying to package a application with 3 advertised shortcuts.
Each shortcut give access to a version a database. Production / Acceptation / Test database.
So i make a base msi with 3 transforms (MST) included with 1 advertised shortcut. So far so good.
But i have challange that some endusers need 2 shortcuts together. Is it possible to install a base msi with 2 different transforms at one time? Alternative is thinking now is to make 3 base msi's but still wondering there is a better solution.

0 Comments   [ + ] Show comments

Answers (3)

Posted by: anonymous_9363 15 years ago
Red Belt
0
I don't know how your MSI/MSTs are constructed so couldn't guarantee that what you're porposing will work but, to specify multiple transforms, use a semi-colon to separate the transform names:

TRANSFORMS="[path_to_MST1\name_of_MST1];[path_to_MST2\name_of_MST2];[path_to_MST3\name_of_MST3]"
Posted by: kiptek 15 years ago
Second Degree Green Belt
0
In your case I would still use 1 MSI, no need for transforms, then just use properties to toggle your shortcuts on & off, unless of course you really want to use a transform. A search for "condition, component" should point you in the right direction...
Posted by: Cybermage 15 years ago
Orange Belt
0
Thanx VBScab / Kiptek for the reply's.
I think the replys directed me to the right direction.
I have to do some home work ;)
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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