MSI + Transform
Hi,
I have vendor MSI that I dont want to repackage I just want to apply TRANSFORM to it. The problem is that I cannot deploy my package thru SMS.
I have both app.msi and transform.mst placed in D:\Packages\Appname of my SMS server. When I create the install program for my package I put "msi exec/i app.msi TRANSFORMS=transform.mst /qb".
I always get an error after the advertisment run and package isnt installing.
Pls help.
I have vendor MSI that I dont want to repackage I just want to apply TRANSFORM to it. The problem is that I cannot deploy my package thru SMS.
I have both app.msi and transform.mst placed in D:\Packages\Appname of my SMS server. When I create the install program for my package I put "msi exec/i app.msi TRANSFORMS=transform.mst /qb".
I always get an error after the advertisment run and package isnt installing.
Pls help.
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
Shouldn't it be
[[ msiexec.exe /i "app.msi" TRANSFORMS="transform.mst" /qb ]]
Simon,
[[ msiexec.exe /i "app.msi" TRANSFORMS="transform.mst" /qb ]]
Simon,
Please log in to comment
Shouldn't it beQuotes are required if there are spaces in the path or file name.
msiexec.exe /i "app.msi" TRANSFORMS="transform.mst" /qb
@OP, as Kim requested, what error are you getting when the package gets executed. Additionally, does the command line install OK outside of SCCM?
Please log in to comment
Comments