This is to make the MSI absorb the changes from the MST permanently.
(Taken from Wise newsgroups)
From: "Edward Tippelt"
Subject: Re: Embedding an MST file into an MSI file...
Date: Thursday, September 05, 2002 3:06 PM
Load ORCA, which comes with the Windows Installer SDK.
File/Open the MSI.
Load the MST from Transform/Apply Transform.
Then File/Save Transformed As....
EdT
(Taken from Wise newsgroups)
From: <Glenn_Ashby_133318>
Subject: Re: Embedding an MST file into an MSI file...
Date: Tuesday, September 17, 2002 6:00 AM
The Windows XP Resource Kit contains a file called MSITRAN.EXE which allows you to combine your Transform into your MSI and leaves you with ONE MSI file to run with your transform applied to it.
Lookup
MSITRAN.EXE in the SDK (click
)
on how to do this.