MSFN Forum: iTunes 4.9 Silent. - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

iTunes 4.9 Silent. Build your own, or use posted. Rate Topic: -----

#1 User is offline   narrative 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 28-February 05

Posted 04 September 2005 - 02:02 AM

EDIT: IT NOW WORKS! FOR ITUNES 5. WITH SCREENSHOTS.

I take no credit for anything, just an expansion of rikgale's guide.

Putting everything in a central area, easy to refer to.

This guide will make a 7-zip switchless itunes 5 installer.

Visual
Posted Image

Preparation
get the following:
- itunes installer from apple [http://www.apple.com/itunes/download/]
- 7-zip [http://www.7-zip.org/]

these are available in an archive in the post below
-7zS.sfx
-config.txt
-its.cmd
-makeinstall.cmd

Steps

1. Install a clean install of itunes using the apple installer. Install 7-zip.
2. Configure your itunes and quicktime settings as desired.

OPTIONAL STEP FOR PREFERENECES
You need to get 3 files for your preferences. Get the files:
Documents and Settings\[I]YOUR USERNAME[/I]\Application Data\Apple Computer\iTunes\iTunes.pref"

Documents and Settings\[I]YOUR USERNAME[/I]\Local Settings\Application Data\Apple Computer\iTunes\iTunes.pref"

Documents and Settings\All Users\Application Data\Quicktime\QuickTime.qtp


The first two files have the same name, so we rename them to APiTunes.pref and LOiTunes.pref respectively.

3. Rename the setup you downloaded from Apple, to its.exe. We do this to ensure the filename is less than 8 characters.

4. Place all this in an empty directory.
its.7z
its.cmd
config.txt
makeinstall.cmd
7zS.sfx
--These files are for preferences--
APiTunes.pref
LOiTunes.pref
QuickTime.qtp


5. Select all the files except config.txt and makeinstall.cmd. Right click on any file, and select "add to archive...". Change the compression setting to Ultra, and the file name should be its.7z.

6. You can now delete the still selected files, leaving makeinstall.cmd, config.txt, 7zS.sfx and its.7z in the directory.

7. Now run makeinstall.cmd.

8. You now have a file named iTunes.exe that is a silent installer of itunes 5.

Credits
-rikgale
http://www.msfn.org/...showtopic=51457
I basically just summerized and compiled from his guide.
-pryguy
http://www.msfn.org/...showtopic=42348
-keytotime
http://www.msfn.org/...showtopic=39048
-ryanvm
I basically changed the icons from his 7zS file only.
-evilvoice and seapagan

This post has been edited by narrative: 09 September 2005 - 07:57 AM



#2 User is offline   narrative 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 28-February 05

Posted 04 September 2005 - 02:05 AM

zipped archive containing 7zS.sfx, config.txt, makeinstall.cmd and its.cmd.

Attached File(s)


This post has been edited by narrative: 09 September 2005 - 06:53 AM


#3 User is offline   narrative 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 28-February 05

Posted 04 September 2005 - 02:06 AM

working version uploaded to rapidshare:

http://rapidshare.de...iTunes.exe.html

mirrors welcome.

edit: updated for iTunes 5.0

This post has been edited by narrative: 09 September 2005 - 08:00 AM


#4 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 04 September 2005 - 07:42 AM

k, well first off the itunes.pref should technically be the same, so maybe copying itunes.pref to both locs would be something to add to its.cmd...also, you cannot 7z all the files you listed because you have an archive in an archive...what you need to do is extract its.7z and then select all the files and 7zip that up. so the final its.7z should have quiktime.qtp, itunes.pref, its.cmd, and all the files that are in its.7z. then it might work...if not then it could be something in the 7z file...also, post your cmd file.

#5 User is offline   narrative 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 28-February 05

Posted 04 September 2005 - 10:00 AM

it's in post no.2.

will try building it again.

#6 User is offline   hvtopiwala 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 20-July 05

Posted 05 September 2005 - 09:14 AM

so i dont have to put anything in my RunOnceCmd.bat or whatevers it called? how is this executed?

#7 User is offline   seapagan 

  • Member
  • PipPip
  • Group: Members
  • Posts: 229
  • Joined: 09-March 04

Posted 05 September 2005 - 10:28 AM

narrative, on Sep 4 2005, 09:06 AM, said:

now i need to mention, the first post, everything seems therotically correct. but it doesn't work.

If somebody would troubleshoot for me what the problem is i would be glad to update the guide.

Thanks in advance.
<{POST_SNAPBACK}>
Like Evilvoice said - if you 7zip the its.exe, it will not work.
From your its.cmd:
start /wait its.exe /S /V"ISSETUPDRIVEN=0 ASSUME_MEDIA_DEFAULTS=1 ASSUME_QT_DEFAULTS=0 ALLUSERS=1 SILENT_INSTALL=1 /QN"

This is looking for 'its.exe', not 'its.7z'. Basically, dont 7z up the 'its.exe' - put the original exe file into the archive with all the others files, archive the whole lot as 'its.7z', then run your makeinstall.cmd. (ie ignore steps 5 & 6)

SP

#8 User is offline   narrative 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 28-February 05

Posted 06 September 2005 - 07:28 AM

hvtopiwala, on Sep 5 2005, 11:14 PM, said:

so i dont have to put anything in my RunOnceCmd.bat or whatevers it called? how is this executed?
<{POST_SNAPBACK}>


u still need to add one line. just call the exe. i don't use RunOnceCmd, but i think it is:

REG ADD %KEY%\005 /VE /D "iTunes 4.9" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\iTunes.exe" /f


substitute your own path to the file.

#9 User is offline   narrative 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 28-February 05

Posted 09 September 2005 - 07:09 AM

updated for itunes5.

screenshots coming very soon.

i hope a mod can edit the thread title.

edit: screenshot up.

This post has been edited by narrative: 09 September 2005 - 07:58 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy