Jump to content

Recommended Posts


Posted

First extract itunessetup.exe,

then make sure that you have the newest version of windows installer installed on your system

and finally install it with the /qn switch...

works fine for me

Posted

first you have to extract the msi, then use this code

ECHO. 
ECHO Installing iTunes 8.0
ECHO Please wait...
start /wait %cdrom%iTunes.msi /qb /norestart

:thumbup

  • 1 month later...
Posted

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 package

and 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...