Windows Installer Version 3.0 Command Line
With the new changes in the command line used in installing applications with the advent of Windows Installer 3.0, I am only wondering on how to apply transforms.
Do you apply transforms with MSIEXEC /package "path to MSI" TRANSFORMS="path to MST" or is there any change in the public property TRANSFORMS?
Do you apply transforms with MSIEXEC /package "path to MSI" TRANSFORMS="path to MST" or is there any change in the public property TRANSFORMS?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
VikingLoki
19 years ago
Yeah, the Windows Installer 3.0 command line options are different.
Reference:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/standard_installer_command_line_options.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/command_line_options.asp
Relevant info cut from page:
Reference:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/standard_installer_command_line_options.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/command_line_options.asp
Relevant info cut from page:
The following example shows advertisement options. Note that switches are not case-sensitive.
msiexec /JM msisample.msi /T transform.mst /LIME logfile.txt
The following example shows you how to install a new instance of a product to be advertised. This product is authored to support multiple instance transforms.
msiexec /JM msisample.msi /T :instance1.mst;customization.mst /c /LIME logfile.txt
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.