command line install error using MSIEXEC
I am running an install from the command line using the following syntax
MSIEXEC /i msiname.msi TRANSFORMS=transform1.mst;transform2.mst
I am trying to deploy this to a 2003 STD Server, it gives me the error
"Error applying transforms. verify that the specified transform paths are valid"
I have checked and double checked everything, i am deploting with MSI v3.01 can anyone shed any light on the problem?
MSIEXEC /i msiname.msi TRANSFORMS=transform1.mst;transform2.mst
I am trying to deploy this to a 2003 STD Server, it gives me the error
"Error applying transforms. verify that the specified transform paths are valid"
I have checked and double checked everything, i am deploting with MSI v3.01 can anyone shed any light on the problem?
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
AngelD
18 years ago
Posted by:
Merlin
18 years ago
Posted by:
AngelD
18 years ago
Posted by:
jdarthur
18 years ago
Posted by:
AngelD
18 years ago
Property should still be TRANSFORMS for multiple transforms.
From Msi.chm:
to apply three transforms to a package, set TRANSFORMS to a list of file names or to a list of full paths.
TRANSFORMS=transform1.mst;transform2.mst;transform3.mst
TRANSFORMS=\\server\share\path\transform1.mst;\\server2\share2\path2\transform2.mst;\\server3\share3\path3\transform3.mst
From Msi.chm:
to apply three transforms to a package, set TRANSFORMS to a list of file names or to a list of full paths.
TRANSFORMS=transform1.mst;transform2.mst;transform3.mst
TRANSFORMS=\\server\share\path\transform1.mst;\\server2\share2\path2\transform2.mst;\\server3\share3\path3\transform3.mst
Posted by:
fosteky
18 years ago
Posted by:
faithkim
15 years ago
Posted by:
PackageExpert
15 years ago
Posted by:
captain_planet
15 years ago
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.