/build/static/layout/Breadcrumb_cap_w.png

I need to apply a transform file when deploying an applicaiton from SCCM 2012

The following is a sample of the command line but the transform file is not being applied.

msiexec /i "myapp.msi" /q TRANSFORM="myapp.mst"

I have specified the source file location

Any suggestions would be greatly appreciated!

 


0 Comments   [ + ] Show comments

Answers (2)

Posted by: anshul 11 years ago
Orange Belt
1

Command line is wrong

Correct is :-

msiexec /i packageTRANSFORMS=transform

Posted by: phanigudivada 11 years ago
Purple Belt
0

msiexec /i file.msi TRANSFORMS=file.mst /qn

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ