spoirier Posted October 29, 2007 Posted October 29, 2007 What switches do I need to use to do a silent uninstall? I tried the following command but it prompted me for remove or repair:MsiExec.exe /I{B045B608-4A47-4C77-9EAD-06C394503306} /qb-
Shark007 Posted October 29, 2007 Author Posted October 29, 2007 What switches do I need to use to do a silent uninstall? I tried the following command but it prompted me for remove or repair:MsiExec.exe /I{B045B608-4A47-4C77-9EAD-06C394503306} /qb-The distributed EXE accepts MSI switches. (most of my exe's accept MSI switches)example:iTunesEN7431.exe /qnooppss, just re-read your request, silent uninstall... ummmm, I dunno at the moment.I'm usually trying to figure out how to get things installed... silent uninstall isnt a much used feature.shark
spoirier Posted October 30, 2007 Posted October 30, 2007 I found this vb script that will silently remove iTunes and I expanded it to remove all of the other things installed by standard Apple installer. Just the first For/Next loop is need to remove your version.On Error Resume NextConst HKEY_LOCAL_MACHINE = &H80000002strComputer = "."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, arrSubKeysFor Each subkey In arrSubKeys strDisplayName = WshShell.RegRead ("HKLM\" & strKeyPath & "\" & subkey & "\DisplayName") If strDisplayName = "iTunes" Then WshShell.Run "msiexec.exe /norestart /x " & SubKey & " /qn", 7, True End IfNextFor Each subkey In arrSubKeys strDisplayName = WshShell.RegRead ("HKLM\" & strKeyPath & "\" & subkey & "\DisplayName") If strDisplayName = "QuickTime" Then WshShell.Run "msiexec.exe /norestart /x " & SubKey & " /qn", 7, True End IfNextFor 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 & " /qn", 7, True End IfNextFor Each subkey In arrSubKeys strDisplayName = WshShell.RegRead ("HKLM\" & strKeyPath & "\" & subkey & "\DisplayName") If strDisplayName = "Apple Software Update" Then WshShell.Run "msiexec.exe /norestart /x " & SubKey & " /qn", 7, True End IfNext
Jondar Posted November 15, 2007 Posted November 15, 2007 @Shark007First of all: thanks for your iTunes "lite" installer. I've been using it without problem for quite a while now.I'm currently using your Vista Codec Package 4.5.1 with your last iTunes 7.4 installer, and things are OK. I've noticed that both the iTunes and VCP have new versions out, and I'm downloading them now. I've also noticed that you're removing the Quicktime components from VCP from 4.5.3...My question is: Am I going to have to install your new QuickTime Lite for VCP in order to get your iTunes without Quicktime to work? i.e. VCP 4.5.3 + QTLite for VCP + iTunes 7.5 = everything working OK for XP?Thanks in advance,-- Jondar
Shark007 Posted November 15, 2007 Author Posted November 15, 2007 (edited) Am I going to have to install your new QuickTime Lite for VCP in order to get your iTunes without Quicktime to work? i.e. VCP 4.5.3 + QTLite for VCP + iTunes 7.5 = everything working OK for XP?QuickTime Lite for VCP is not compatible with iTunes.shark Edited May 25, 2008 by Shark007
-Sy- Posted November 26, 2007 Posted November 26, 2007 Just wanted to say a big thank you for all the work you have done.THANKS SHARK
Unnaturally Awesome Posted December 1, 2007 Posted December 1, 2007 ah! major thanks are in order, i do believe. not only can i now listen to my music, but i also downloaded the adobe flash and my computer FINALLY took it. you're awesome, shark.
Shark007 Posted December 1, 2007 Author Posted December 1, 2007 just giving it back to MSFN (and its users).When i 1st stumbled onto this site I didn't know an exe from a zip file.MSFN rules! (Where People Go To Know). (and maintains my interest daily)shark
djtoodles Posted December 23, 2007 Posted December 23, 2007 so i cant just install this without any quicktime at all? i have to install some sort of QT lite or alternative?
bucketbuster Posted December 23, 2007 Posted December 23, 2007 I think when running iTunes without Quicktime installed, you will get a message that you have to install quicktime.So yes; you need to install quicktime first.
Weed Posted December 24, 2007 Posted December 24, 2007 u can use my addon from nliteos.com if u dont want to install QTi have added all necessary QT files in this installerbut i cant guaranty that everything will workfor my needs i dont have a problemmaybe updatin to a new version wont work
Recommended Posts