/build/static/layout/Breadcrumb_cap_w.png

Apple Inc. iTunes

Version: 11

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 5.7k  |  Created: 05/03/2013 by: Timi

Average Rating: 0
iTunes has 1 inventory records, 7 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 1 / 5 (Very Easy) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
2
Note

I compiled a small script that works very well no matter the version:

 

On Error Resume Next
Const HKEY_LOCAL_MACHINE = &H80000002
strComputer = "."
Set WshShell = CreateObject("wscript.Shell")
Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_
strComputer & "\root\default:StdRegProv")
strKeyPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
oReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
For Each subkey In arrSubKeys
   strDisplayName = WshShell.RegRead ("HKLM\" & strKeyPath & "\" & subkey & "\DisplayName")
   If  strDisplayName = "Apple Mobile Device Support" Then
    WshShell.Run "msiexec.exe /norestart /X " & SubKey & " /qb", 7, True
   ElseIf  strDisplayName = "Bonjour" Then
    WshShell.Run "msiexec.exe /norestart /X " & SubKey & " /qb", 7, True
   ElseIf  strDisplayName = "iTunes" Then
    WshShell.Run "msiexec.exe /norestart /X " & SubKey & " /qb", 7, True
   ElseIf  strDisplayName = "Apple Application Support" Then
    WshShell.Run "msiexec.exe /norestart /X " & SubKey & " /qb", 7, True
   End If
Next
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
  • Worked for me too - tecrumors 10 years ago
  • so how to use that? please help me. - merter32 8 years ago
0
Command Line

Silent Un-install

MsiExec.exe /qn /X{0225AD21-F3E2-4916-BFF3-65D3F9052582}

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

iTunes

Version

0.2.26

Questions & Answers (7)

Questions & Answers related to Apple Inc. iTunes

1
ANSWERS
2
ANSWERS
1
ANSWERS
6
ANSWERS
2
ANSWERS

Blogs (0)

Blog posts related to Apple Inc. iTunes

Reviews (0)

Reviews related to Apple Inc. iTunes

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ