Convert Installer to SCCM Package
  • 05 Apr 2024
  • 1 דקה לקריאה
  • תורמים
  • אפל
    אוֹר

Convert Installer to SCCM Package

  • אפל
    אוֹר

תקציר המאמר

Installer conversion to SCCM package involves:

  • Convert TactAppSetup.exe to the SCCM package
  • Convert TactOutlookAddInSetup.msi to the SCCM package

Convert TactAppSetup.exe to SCCM package

To convert TactAppSetup.exe to the SCCM package, follow the below steps:

  1. Click Create and deploy an application - Configuration Manager and follow the steps.
  2. If required, execute the silent install command TactAppSetup.exe /s.
  3. If required, execute the silent uninstall command:
    1. cd %LocalAppData%\TactApp
    2. Update.exe --uninstall /s

Convert TactOutlookAddInSetup.msi to SCCM package

To convert TactOutlookAddInSetup.msi to the SCCM package, follow the below steps:

  1. Click Create and deploy an application - Configuration Manager and follow the steps.
  2. If required, execute the silent install command msiexec /package TactOutlookAddInsSetup.msi /quiet.
  3. If required, execute the silent uninstall command msiexec /x TactOutlookAddInsSetup.msi /quiet
    Note: Uninstallation fails silently if Outlook is running while uninstalling AddIn using this command. Execute the below command (point 4) to uninstall forcefully.
  4. Execute this command to uninstall forcefully and silently msiexec /x TactOutlookAddInsSetup.msi /quiet FORCE=1.
    Note: This command forcefully closes Outlook before uninstalling the TactOutlookAddIn.

האם מאמר זה היה מועיל?

ESC

Eddy AI dev, בינה מלאכותית גנרטיבית, המאפשרת גילוי ידע באמצעות בינה שיחתית