Forum Discussion
Vijay0896
Feb 26, 2024Copper Contributor
iTunes version 12.13.1 packaging on Intune
Hi All, I am trying to package the iTunes version 12.13.1 via Intune and push it on company portal. Has anyone done this before? If so can you please share your experience ? Registry Key: ...
- Mar 07, 2024You could use the steps from this website https://silentinstallhq.com/apple-itunes-silent-install-how-to-guide/?expand_article=1 , check the "iTunes Silent Install (EXE) on 64-bit System (Version 12.10.9.3 and Newer)" chapter. Install and uninstall scripts plus detection script there. Use the Apple iTunes NonInteractive Install (PowerShell) and Apple iTunes Silent Uninstall (PowerShell) from the links there.
Mar 01, 2024
If that's the version number that you see in the properties of the executable (right click, properties...), then you can use that in the file detection part as a version string check with that number and an equal operator
Vijay0896
Mar 07, 2024Copper Contributor
I tried that using both registry and files as the detection key, doesn't seem to be working for some reason. Any advice would be greatly appreciated.
- Mar 11, 2024
Vijay0896 I try to use the script option as much as possible because PowerShell is more flexible. But whatever works for you and your colleagues, of course 😉
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If one of the posts was helpful in other ways, please consider giving it a Like. - Vijay0896Mar 11, 2024Copper Contributor
Harm_Veenstra
That has worked mate, thanks for your suggestion.
I have a question in choosing the right detection key, how would you choose between registry key, file and script? - Mar 07, 2024You could use the steps from this website https://silentinstallhq.com/apple-itunes-silent-install-how-to-guide/?expand_article=1 , check the "iTunes Silent Install (EXE) on 64-bit System (Version 12.10.9.3 and Newer)" chapter. Install and uninstall scripts plus detection script there. Use the Apple iTunes NonInteractive Install (PowerShell) and Apple iTunes Silent Uninstall (PowerShell) from the links there.
- Vijay0896Mar 07, 2024Copper Contributor
Yeah, not installed, unfortunately.
- Mar 07, 2024It seems ok, but is the application installed on that system?
- Vijay0896Mar 07, 2024Copper Contributor
Harm_Veenstra Thanks for the feedback.
This is the error I am getting when I changed the detection rule and tried to install the package.
Are you happy with my install command ? - Mar 07, 2024
- Vijay0896Mar 07, 2024Copper Contributor
- Mar 07, 2024The Details tab of the properties of the iTunes.exe 🙂 (To see the version)
- Vijay0896Mar 07, 2024Copper Contributor
- Mar 07, 2024And the details tab too please
- Vijay0896Mar 07, 2024Copper Contributor
Harm_Veenstra
Here is the screenshot from the properties of the executable with the properties tab, did you also want the screenshot from the Intune settings which I used ? - Mar 07, 2024Could you show us your file detection settings screenshots and the properties of the executable with the properties tab with the version visible?