Hello and welcome to Advanced Installer forums,
Thank you for your interest in Advanced Installer.
is there an easy way to create a MST transform file without comparing two msi files?
If you want to capture the executed user interface elements of an installation (e.g. to capture the input values, stored in
installer properties, within user interface controls) then you can create a response transform using our
"Transform Wizard". From toolbar "Home" tab use [Create Transform] button to start the transform wizard. Then, choose "Response transform. Executes the user interface elements of the installation and saves the responses in a transform file." option.
When I created a transform file, is there any way to modify this mst?
In order to achieve this you can proceed as follows:
- Open with
Orca the MSI file associated with the MST file.
- Choose "Transform -> Apply Transform..." menu option and open the MST file.
- Modify the corresponding transform rows within the MSI tables.
- Go to "Transform -> Generate Transform..." menu option and save the transform under a different name.
Let us know if this helped, otherwise please give us more details about your scenario.
All the best,
Daniel