1. Support
  2. Getting started

Deploying the Myota Client (SCCM)

You can deploy MSI installers using Microsoft's System Center Configuration Manager (SCCM) Software Center or Jamf.

You can deploy MSI installers using Microsoft's System Center Configuration Manager (SCCM) Software Center. In this article we will focus on the Microsoft SCCM which provides a centralized management solution for deploying software, including MSI packages, to client computers in your network. Follow these steps to deploy MSI installers using Microsoft's System Center Configuration Manager (SCCM) Software Center.

By utilizing SCCM Software Center, you have the capability to efficiently deploy MSI installers to client computers within your network while maintaining a managed and controlled approach. This centralized management solution simplifies software deployment throughout your organization, ensuring ease of use and consistency.

  1. Download the MSI and import into SCCM - https://kb.myota.io/myota-downloads
  2. Open the SCCM console.
    1. Navigate to the "Software Library" workspace.
    2. Under "Application Management," select "Applications."
    3. Right-click on "Applications" and choose "Create Application."
      1. Select Manually specify the application information and click Next.
        1. Enter the required details for the application, including name, publisher, version, and installation program (use msiexec /i bucketZeroClient-202304.msi /qn REBOOT=ReallySuppress).  Note* Make certain the name of the installer matches parameter passed by msiexec.
          1. Specify the location of the MSI installer on the network.
          2. Complete the wizard to import the MSI package into SCCM.
  3. Once the application is imported, right-click on it and choose "Deploy."
    1. Select the target collection of devices to deploy the application to.
      1. Configure deployment settings such as installation deadline, deployment schedule, and user notifications.
      2. Complete the wizard to deploy the application.
  4.  On client computers, users can open the Software Center application.
    1. They will see the deployed application listed there.
    2. Users can initiate the installation by selecting the application and clicking "Install."

Resources

https://learn.microsoft.com/en-us/mem/configmgr/apps/deploy-use/deploy-applications