İçeriğe geç
Rhino Türkiye

Wiki

Uninstall Program: msiexec /x {ProductCode} /quiet

SCCM uninstall program komutu - MSI kaldırma command line.

Uninstall program, SCCM'in uygulamayı kaldırmak için kullanacağı komuttur. MSI Product Code ile uninstall edilir.

Uninstall Komutu

  • msiexec /x {ProductCode} /quiet
  • /x: Uninstall mode
  • {ProductCode}: MSI GUID'i
  • Örnek: msiexec /x {12345678-1234-1234-1234-123456789ABC} /quiet

Product Code Bulma

  • SCCM otomatik belirler (MSI import'tan)
  • Manuel: Orca ile MSI aç > Property table > ProductCode
  • Registry: HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\
  • PowerShell: Get-WmiObject Win32_Product

Uninstall Options

  • /quiet: Sessiz kaldırma
  • /norestart: Restart engelle
  • /log: Log dosyası
  • User data: Varsayılan korunur (registry, AppData)