Hello Everyone!!! Today we will see Apple iTunes Deployment Using SCCM. Here we will make use of the MSI Application model for the deployment of iTunes. Like always, this will be the complete step-by-step guide for you for the deployment of Apple iTunes.
The iTunes Store application is a software program that acts as a media player, media library, and mobile device management utility. Apple develops iTunes, Audio and video files can be downloaded, played, and managed through Apple iTunes software.Â
Apart from iOS, Apple iTunes can support Windows Operating System. With iTunes for Windows, you can manage your entire media collection in one place. Subscribe to Apple Music to access millions of songs. Apple integrated iTunes with its iCloud service, which syncs media, apps, and other data across devices like contacts.
Here in this step-by-step guide, we will use MSI Application Model for the deployment of iTunes. The MSI model is the best practice for deploying applications on Windows 10/11 devices.
- Update Balloon Tips Duration using SCCM Configuration Item CI CB
- SCCM CI to find Windows 11 Device is Blocked from an Upgrade
What is an MSI file?
Windows packages that contain installation information, including files to be installed and installation locations, are called MSI files. The EXE and MSI files both install and launch Windows programs. The EXE file may not always contain an installer and may launch its program when double-clicked. An MSI file, however, always includes an installer.
iTunes Deployment using SCCM
Now we will begin the Deployment of Apple iTunes using SCCM. As told earlier, we are using the MSI file for Apple iTunes Deployment. You will see why the availability of MSI files for any application is always a joy for SCCM Admin.
We don’t need to work on prerequisites as we used to tell you in the previous posts where we are using EXE files for the deployment.
- We have to download the MSI installer and the logo of the Apple iTunes, as we know it is available for download, and our half job is done.
One can easily download the 64-bit application directly from Apple iTunes. There are different setups for different environments. One can easily differentiate and choose the right setup for the Windows 64-bit architecture.
After downloading the setup, you need to extract the files from the setup iTunes64Setup.exe. After that, remember we will use the file iTunes64 as shown below in the image.
The following table gives you all the details required for the Apple iTunes Deployment tool using SCCM. This includes the command line for Apple iTunes silent install, uninstall, Product Code, etc.
Name | Install Command Line | Uninstall Command Line | Detection Method |
---|---|---|---|
Apple iTunes Deployment Tool – Windows Installer (*.msi file) | Install -> msiexec /i “iTunes64.msi” /q | Uninstall -> msiexec /x {E6FF3475-A35E-481F-8A8E-3D73CF3A30A1} /q | Windows Installer – {E6FF3475-A35E-481F-8A8E-3D73CF3A30A1} |
Create iTunes Application Using SCCM Console
This MSI application deployment guide will use the SCCM admin console to create an application. To start with the Application creation part, copy the downloaded setup to the package source location of the SCCM Server.
- Navigate to SCCM Console \Software Library\Overview\Application Management\Applications.
- Right-click on Applications and select Create Application.
For all MSI application deployments, always Select the Automatically detect Information about the application from installation files and choose Windows Installer (.msi files) in the Type category. Also, enter the UNC Path for the application in Location and click Next.
Now, something magical happens here, the thing for which MSI files are so famous. As soon you click on Next, you will see that all the information has been imported from the MSI file, like install commands and detection logic as shown below, and click Next.
Also, in the General Information Tab shown below, you will see it imports the install behavior/command (msiexec /i “iTunes64.msi” /q) from the installer itself.
- Silent Install Command Line for Apple iTunes =msiexec /i “iTunes64.msi” /q
- Uninstall Command Line – msiexec /x {E6FF3475-A35E-481F-8A8E-3D73CF3A30A1} /q
After this, click Next on the Summary Tab and end this Create Application Wizard by clicking on Close in Completion Tab.
After the creation of the Application, it will appear in the Application Node. Now to Add an Icon to Apple iTunes, right-click on Apple iTunes and click on Properties.
After this, choose Software Center Tab as shown below. And click on Browse in Icon, select the icon, and click on Apply and OK, as shown in the image below.
Distribute the Apple iTunes Application to the DP
After the creation of the Application, it will appear in the SCCM Application Node. To begin with, the distribution right-clicks on the Apple iTunes Application and clicks on Distribute Content, as shown in the picture below.
Now the Distribute Content Wizard will open, and click Next in the General Tab.
Then select the Application Name in the Content Tab and Click on Next, as shown in the image below.
In the Content Distribution tab, click on ADD button as shown in the image below.
Then Add Distribution Point page will pop up, choose the Distribution Point on which you want to distribute the Application and click on OK, and then on Next.
After this, Click Next on Summary Tab and complete this Distribution process by clicking Close on Completion Tab.
Deploy Apple iTunes using SCCM
So as of now, we have accomplished two tasks, i.e., Application Creation and Application Distribution to the DP. Now all left is the Deployment of the Apple iTunes on the All Windows 10 Device Collection.
- As you can see, your Application is displaying in Application Node, Right-click on Apple iTunes and select Deploy.
After this, Deploy Software Wizard opens, and in the General Tab, you will see the name of the application in the Name box and click on Browse to select the Collection.
Now the Select Collection page will pop up; choose Device Collection from the drop-down menu, and then
- Select your targeted Device Collection and click on OK, and then Next.
- Here I choose All Windows 10 Devices or Windows 11 Devices
Now in the Deployment Settings Tab, select:
- Install in the Action box
- And choose Available in the Purpose category.
In the Scheduling Tab, enter the time details if you want it to be available at a specific time; otherwise, leave it as it is and click Next. After this, in the User Experience Tab,
- Select Display in Software Center and shows all notification options in the User notifications, and click on Next as shown below.
In the Alerts and Summary Tab, click on Next and to end the process, click on Close in the Completion Tab.
Login to Windows 10 Client Machine
In this section, we will check the end-user experience for Apple iTunes Application Deployment and Installation. The Apple iTunes Application is Created, Distributed, and Deployed.
Now, if you check the Software Center of Win 10 device from the Windows 10 Device (or All Windows 11 Device) Collection, you will see the Application in Available Mode, and the user can install it as per the requirement.
As you can see in the below screenshot, the Apple iTunes Application is installed successfully on Windows 10/11 devices. This proves the above MSI installer works fine for Apple iTunes Application Installation using SCCM.
So in the above picture, you can see that we have finally created, Distributed, Deployed, and Installed the Apple iTunes Application, as shown in the Software Center in the above image.
Author
Abhinav Rana is working as an SCCM Admin. He loves to help the community by sharing his knowledge. He is a BTech graduate in Information Technology.