- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
May 23, 2015
09:23 AM
MSI Command line to apply transform during a Suite installer
Have been searching everywhere. I have a package that requires a Transform to be applied during a Suite install. Say that the app is called Temp.msi. and the mst is transform.mst.
What would be the MSI command line within the install parameter that apply that Transform?
What would be the MSI command line within the install parameter that apply that Transform?
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
May 24, 2015
01:43 PM
caryjmiller wrote:
Have been searching everywhere. I have a package that requires a Transform to be applied during a Suite install. Say that the app is called Temp.msi. and the mst is transform.mst.
What would be the MSI command line within the install parameter that apply that Transform?
Use the TRANSFORMS property in the command line for that package. Be sure to enclose the value in double quotes and include the full path to the mst, as shown in the following HelpNet topic:
h t t p : / / helpnet.flexerasoftware.com/installshield21helplib/helplibrary/SteSuitePropsToMSI.htm
http://helpnet.flexerasoftware.com/installshield21helplib/helplibrary/SteSuitePropsToMSI.htm
