MyStur Posted October 5, 2008 Posted October 5, 2008 Did anyone know how to silent install itunes 8.0.1tnx
snowtox Posted October 7, 2008 Posted October 7, 2008 First extract itunessetup.exe,then make sure that you have the newest version of windows installer installed on your systemand finally install it with the /qn switch...works fine for me
Waleed Posted October 9, 2008 Posted October 9, 2008 first you have to extract the msi, then use this codeECHO. ECHO Installing iTunes 8.0ECHO Please wait... start /wait %cdrom%iTunes.msi /qb /norestart
Raoul90 Posted October 10, 2008 Posted October 10, 2008 Shouldnt you use the other files of the package too?I use an autoit script myself.
x-Shadow-x Posted October 10, 2008 Posted October 10, 2008 Thats why I said to use the /quiet, you will see the extracting box, but no install box.
benjamminzIS Posted November 13, 2008 Posted November 13, 2008 does anyone know the switch for installing via the .msi to keep it from setting as default player for formats???I am making 7z silent installer packageand this is my config txt;!@Install@!UTF-8!GUIMode="2"RunProgram="msiexec /i "itunes.msi" /qb INSTALLDIR=%programfiles%\iTunez REBOOT=ReallySuppress /leiurcp %systemdrive%\xpTEMP\itunez_install.log";!@InstallEnd@!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now