October 7, 200817 yr 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
October 9, 200817 yr 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
October 10, 200817 yr Shouldnt you use the other files of the package too?I use an autoit script myself.
October 10, 200817 yr Thats why I said to use the /quiet, you will see the extracting box, but no install box.
November 13, 200817 yr 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@!
Create an account or sign in to comment