SCCM Application Package Oluşturma
SCCM için Rhino application package hazırlama - Detection method, install/uninstall komutları.
SCCM application package, Rhino MSI dosyasını SCCM ortamında dağıtılabilir bir uygulama paketine dönüştürür. Detection method, install/uninstall komutları ve requirements tanımlanır.
Package Oluşturma Adımları
- SCCM Console > Software Library > Application Management
- Create Application wizard başlat
- MSI dosyasını seç - Otomatik bilgi alır
- Detection method: MSI Product Code (otomatik)
- Deployment type ayarları
Install/Uninstall Komutları
- Installation: msiexec /i rhino.msi /quiet /norestart
- Uninstall: msiexec /x {ProductCode} /quiet
- Return codes: 0, 3010 = başarılı
- Timeout: 60-120 dakika önerilir
Requirements
- OS: Windows 10/11
- RAM: Minimum 4 GB
- Disk space: 2 GB
- Prerequisites: .NET Framework
- Detection: Rhino.exe varlık kontrolü