İçeriğe geç
Rhino Türkiye

Wiki

Detection Method: MSI Product Code Kullan

SCCM detection method - MSI Product Code ile kurulum tespiti.

Detection method, SCCM'in bir uygulamanın kurulu olup olmadığını nasıl tespit edeceğini belirler. MSI Product Code en güvenilir yöntemdir.

MSI Product Code

  • Her MSI'nin unique Product Code'u var
  • GUID formatında: {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
  • SCCM otomatik algılar (MSI import ederken)
  • Registry'de: HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\{ProductCode}

Detection Çalışması

  • SCCM client Product Code'u registry'de arar
  • Varsa: Uygulama kurulu
  • Yoksa: Kurulum gerekli
  • Version kontrolü: Upgrade senaryoları

Alternatif Yöntemler

  • File detection: Rhino.exe varlığı
  • Registry key: Specific registry value
  • Script: PowerShell/VBScript ile custom detection
  • MSI Product Code en güvenilir