- 打印
- 黑暗光
文章摘要
您觉得此摘要对您有帮助吗?
感谢您的反馈
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:
- Click Create and deploy an application - Configuration Manager and follow the steps.
- If required, execute the silent install command TactAppSetup.exe /s.
- If required, execute the silent uninstall command:
- cd %LocalAppData%\TactApp
- Update.exe --uninstall /s
Convert TactOutlookAddInSetup.msi to SCCM package
To convert TactOutlookAddInSetup.msi to the SCCM package, follow the below steps:
- Click Create and deploy an application - Configuration Manager and follow the steps.
- If required, execute the silent install command msiexec /package TactOutlookAddInsSetup.msi /quiet.
- 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. - 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.
本文对您有帮助吗?