Help - Search - Members - Calendar
Full Version: iTunes unattend switch/procedure
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
aresgodofwar
iTunes installs through Installshield. so i ran the install with the -R switch.
i copied the setup.iss file into the same directory as the setup file for my unattend cd.
here is the snippet from my start.cmd file:
CODE
ECHO.
ECHO Installing iTunes 4.2
ECHO Please wait...
start /wait %systemdrive%\install\applications\iTunes\iTunessetup.exe -s -f1"%systemdrive%\install\Applications\iTunes\setup.iss"


and here is what the setup.iss file looks like:
CODE
[{3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-DlgOrder]
Dlg0={3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-SdWelcome-0
Count=7
Dlg1={3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-SdLicense-0
Dlg2={3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-SdShowInfoList-0
Dlg3={3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-AskOptions-0
Dlg4={3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-SdAskDestPath-0
Dlg5={3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-SdBitmap-0
Dlg6={3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-SdFinishReboot-0
[{3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-SdWelcome-0]
Result=1
[{3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-SdLicense-0]
Result=1
[{3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-SdShowInfoList-0]
Result=1
[{3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-AskOptions-0]
Result=1
Sel-0=1
Sel-1=0
Sel-2=0
[{3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-SdAskDestPath-0]
szDir=C:\Programs\iTunes\
Result=1
[{3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-SdBitmap-0]
Result=1
[{3FB8348A-CAF2-4B8D-B663-A0D76B26B611}-SdFinishReboot-0]
Result=1
BootOption=0


iTunes did not install during the unattend setup. i checked setuperr.log for an indication of why, but no explanation. all that was there was an error about uxtheme.dll-which doesn't apply to this problem.

has anyone gotten this to work? if so, how? and what am i doing wrong?

thanks
Banjer
I use iTunesSetup /S/v/qn
aresgodofwar
hey, that actually worked!! thanks a bunch!!
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.