MST Kullanımı: msiexec /i setup.msi TRANSFORMS=custom.mst
MSI Transform dosyası kullanma komutları - Command line ve GPO.
Transform dosyalarını MSI kurulumunda kullanmak için TRANSFORMS parametresi kullanılır. Komut satırı, GPO veya SCCM ile kullanılabilir.
Komut Satırı
- msiexec /i rhino.msi TRANSFORMS=custom.mst
- UNC path: TRANSFORMS=\\server\share\custom.mst
- Birden fazla: TRANSFORMS=a.mst;b.mst
- Sessiz: /quiet /norestart ekle
GPO ile Kullanım
- GPO > Software Installation > Package seç
- Modifications tab > Add
- MST dosyasını seç (UNC path)
- Apply > OK
- GPO deploy edildiğinde MST otomatik uygulanır
Sorun Giderme
- MST dosyası bulunamadı: Path kontrolü
- MST validation error: Orca ile MST'yi kontrol et
- Multiple MST conflict: Sıralama önemli (ilk MST öncelikli)