Using Package Transformations (MST)

老子叫甜甜 提交于 2019-12-23 21:07:32

问题


What is the difference between using an MST combined with an MSI, and running the MSI and passing the modified properties through the command line (MSIEXEC)


回答1:


An MST can contain all kinds of changes to the MSI--including new or different files, Registry entries, custom actions... and modified properties, as you mention.

On the MSI command line, the only thing you can do differently is change properties...




回答2:


When deploying a package via Active Directory, you can't specify command line properties... so you'll need to use an MST.

Additionally if you want to add/change new files (either uncompressed, or in a CAB) then you'll also need an MST.



来源:https://stackoverflow.com/questions/1613471/using-package-transformations-mst

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!