Unnaturally Awesome
Dec 1 2007, 03:24 PM
ah!

major thanks are in order, i do believe.
not only can i now listen to my music, but i also downloaded the adobe flash and my computer FINALLY took it.
you're awesome, shark.
Shark007
Dec 1 2007, 05:34 PM

just giving it back to MSFN (and its users).
When i 1st stumbled onto this site I didn't know an exe from a zip file.
MSFN rules! (Where People Go To Know).

(and maintains my interest daily)
shark
djtoodles
Dec 23 2007, 01:28 AM
so i cant just install this without any quicktime at all? i have to install some sort of QT lite or alternative?
bucketbuster
Dec 23 2007, 06:10 AM
I think when running iTunes without Quicktime installed, you will get a message that you have to install quicktime.
So yes; you need to install quicktime first.
Weed
Dec 24 2007, 02:25 PM
u can use my addon from nliteos.com if u dont want to install QT
i have added all necessary QT files in this installer
but i cant guaranty that everything will work
for my needs i dont have a problem
maybe updatin to a new version wont work
rivak
Jan 15 2008, 04:01 PM
iTunes 7.6 out today
Shark007
Jan 16 2008, 11:14 AM
QUOTE (rivak @ Jan 15 2008, 05:01 PM)

iTunes 7.6 out today

updated fies are available on both repositories.
shark
anonymous_user
Jan 16 2008, 01:22 PM
Thanks yet again for the new iTunes
elajua
Jan 17 2008, 05:58 PM
one question shark. The previous version you released (7.5) according to you had disabled the ituneshelper.exe process. I tried last week the multilanguage release and to my surprise the process was there along with th ipod service? maybe it is only the multilanguage of 7.5.
nevertheless, i just got the new versions and will try them later this weekend. thanks.
elajua
Jan 18 2008, 05:22 PM
i tried you new version 7.6 (english setup) and it launches iTunesHelper.exe and iPodService.exe (maybe the helper does this).
If i disable those for startup, will any of my clients have problems using itunes and their devices?
thanks.
noegak1
Jan 26 2008, 08:51 PM
Hey Shark007, I was wondering if you have saved iTunes 7.4 Multi Language without Quicktime. I need 7.4 instead because it has a ringtone workaround for the iPhone, thanks.
Shark007
Jan 28 2008, 07:42 AM
QUOTE (noegak1 @ Jan 26 2008, 09:51 PM)

Hey Shark007, I was wondering if you have saved iTunes 7.4 Multi Language without Quicktime. I need 7.4 instead because it has a ringtone workaround for the iPhone, thanks.
I will send you a download URL via private messaging ... soon.
shark
bigfatroundguy
Jan 29 2008, 07:01 AM
Shark007, I have just tried to do a silent install of your QT Lite for VCP 1.09 and am having trouble figuring out the exact key sequence for an unattended install. I have tried /s /v"/qn" and all manner of combinations without success (I continue to come to a halt at the Windows Installer window - ironically, the one with the legend explaining all the msi key options). I have no trouble unpacking the executable that you have prepared and executing the msi like every other msi but that's not a clean solution. Have you any suggestions? Thx
Shark007
Jan 29 2008, 09:55 AM
QUOTE (bigfatroundguy @ Jan 29 2008, 09:01 AM)

Shark007, I have just tried to do a silent install of your QT Lite for VCP 1.09 and am having trouble figuring out the exact key sequence for an unattended install. I have tried /s /v"/qn" and all manner of combinations without success (I continue to come to a halt at the Windows Installer window - ironically, the one with the legend explaining all the msi key options). I have no trouble unpacking the executable that you have prepared and executing the msi like every other msi but that's not a clean solution. Have you any suggestions? Thx
use the following switch...
qt4vcp74_109.exe -ai
QuickTime Lite for VCP is not compatible with iTunes.
elajua
Jan 29 2008, 02:03 PM
i want to disable iTunesHelper.exe to prevent its startup but i don't know if this will interfere with the normal operation of iPod's/iPhones...
it is safe to disable it?
i don't use iTunes so i can't test it right now to see if there is a problem if a disable it.
any feedback? thanks.
noegak1
Jan 29 2008, 05:42 PM
QUOTE (Shark007 @ Jan 28 2008, 08:42 AM)

QUOTE (noegak1 @ Jan 26 2008, 09:51 PM)

Hey Shark007, I was wondering if you have saved iTunes 7.4 Multi Language without Quicktime. I need 7.4 instead because it has a ringtone workaround for the iPhone, thanks.
I will send you a download URL via private messaging ... soon.
shark
Thanks a lot!
bigfatroundguy
Feb 2 2008, 09:37 AM
Shark007, sorry to be pain but I have the same question for VCPv457. I tried "-ai", didn't work. Whatever switch I try brings up an InstallShield command line parameters window with reasonable suggestions - none work. Any additional thoughts / suggestions? thx,
Shark007
Feb 2 2008, 12:39 PM
QUOTE (bigfatroundguy @ Feb 2 2008, 11:37 AM)

Shark007, sorry to be pain but I have the same question for VCPv457. I tried "-ai", didn't work. Whatever switch I try brings up an InstallShield command line parameters window with reasonable suggestions - none work. Any additional thoughts / suggestions? thx,
At this
Site I maintain a switchless install addon of the codec pack.
No switches are required on this distributed EXE unless you are installing on a PC that has a language other than English as default.
For other than English unattended installations, read the INI file in the distributed archive.
shark
Shark007
Feb 10 2008, 10:35 AM
iTunes (without quicktime) x64 Editions are also available on the repositories.
shark
ckislam
Feb 13 2008, 02:34 AM
Do It yourself: iTunes without QuicktimeHere is the way I used to Create a Silent Installation Executable for iTunes (almost every Version) without Quicktime [Stand Alone Installer]
1. Download iTunes as usual from
http://www.apple.com/itunes/download/2. Extract
iTunesSetup.exe By WinRAR or 7-Zip
3. You need only
iTunes.msi from the extracted Files, all others can be deleted.
4a. To Install directly Run
CODE
iTunes.msi /qb /norestart
4b. If you want to create a switchless executable installer (compatible with XP and VISTA) do the following:
- Create a batch File (using Notepad) named
setup.cmd with the following content:
CODE
@echo off
color 3F
title TGUP - iTunes Unattended Installer by Islam Adel
echo.
echo Installing iTunes ..
echo.
start /wait "iTunes SETUP" "iTunes.msi" /qb /norestart
ping.exe 127.0.0.1 -n 4 >NUL
cd /d "%allusersprofile%\Startmen*\Program*"
if not exist "Multimedia" md "Multimedia"
if exist "iTunes\iTunes.lnk" Move /y "iTunes\iTunes.lnk" "Multimedia" >NUL
if exist "%allusersprofile%\Desktop\iTunes.lnk" Move /y "%allusersprofile%\Desktop\iTunes.lnk" "Multimedia" >NUL
if exist "%public%\Desktop\iTunes.lnk" Move /y "%public%\Desktop\iTunes.lnk" "Multimedia" >NUL
if exist "iTunes" rd /s /q "iTunes" >NUL
if exist "iTunes.lnk" del /q /f "iTunes.lnk" >NUL
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "iTunesHelper" /f 2>NUL >NUL
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "QuickTime Task" /f 2>NUL >NUL
reg add "HKLM\SOFTWARE\Apple Computer, Inc.\QuickTime\ActiveX" /v "QTTaskRunFlags" /t REG_DWORD /d "0x2" /f
echo.
echo.
echo .....Done!
ping.exe 127.0.0.1 -n 5 >NUL
EXIT
5. Place the
setup.cmd File in the same Folder of
iTunes.msi6. Run the
iexpress command. Click on
Start then Choose
RUN, type
iexpress and hit
OK7. Do as explained in the Screen shots:
Weiter = Next
1.

2.

3.

4.

5.

6. Click On
Add and Add
setup.cmd and
iTunes.msi
7. As Install Program Type
setup.cmd
8.

9.

10. Choose the Path and File name where you want to save your Final Silent Installer.

11.

12.

13.

14. Wait till the Compression Process is done..

15.

Now you are done. Have Fun
Reference
Shark007
Feb 13 2008, 03:51 AM
QUOTE (ckislam @ Feb 13 2008, 04:34 AM)

Why do you
litter my thread(s) with your project(s)?
TGUP has its own thread, please use it. I'm sorry if your project isnt attracting the thousands of users you dreamed of but advertising in my threads, as you have done in the past, will not bring your project any new fans.
Also, your version (or process to get iTunes installed) will require Quicktime to have been installed
PRIOR to installing iTunes unless you modify the MSI removing the Quicktime check.
My version of iTunes can be installed anytime (with no quicktime whatsoever previously installed) and allows alternate versions of Quicktime to be used instead. (Some form of quicktime is required for iTunes to function)
My version
DOES NOT steal file associations in Apple's attempt to make iTunes the default player for all your media files. This aspect of any installer just makes me cringe!
My version has a 'normal' shortcut created on the start menu instead of an 'advertised' one which has no 'filepath' to follow.
My versions is compact, less than half the size of the distributed msi. I offer an English only version which further greatly reduces the distributed filesize.
Installing an MSI is no great task. Anyone can type
iTunes.msi /qb and have it installed which is essentially all you have done here.
shark
ckislam
Feb 13 2008, 05:43 AM
Sorry, delete my previous reply please.
I respect your switchless installer. But It would be better to describe how you created it rather than just offering the final package.
thanks
Shark007
Feb 13 2008, 06:13 AM
QUOTE (ckislam @ Feb 13 2008, 06:43 AM)

Sorry, delete my previous reply please.
I am not capable of deleting your post. You can use the EDIT button.
If I felt I could teach the average user to modify this MSI I would release a tutorial explaing how to do it like I have for Live Messenger.
For iTunes, the editting is more complicated, and outside the realm of Orca.
shark
elajua
Feb 16 2008, 02:15 AM
can anyone enlighten me here?
i asked before if someone can get into trouble if i disable iTunesHelper.exe and iPodService.exe to prevent them from starting up with windows.
thanks.
ckislam
Feb 17 2008, 04:20 PM
ipodservice.exe is a process belonging to Apple's iTunes mp3 media suite and is a core process. This is a non-essential process. Disabling or enabling it is down to user preference.
ituneshelper.exe is a process belonging to Itunes MP3 streaming tool by Apple, which allows you to play MP3's. This process speeds up iTunes when it starts, and the program also monitors for connected iPod devices. This is a non-essential process. Disabling or enabling it is down to user preference.
elajua
Feb 17 2008, 08:09 PM
QUOTE (ckislam @ Feb 17 2008, 04:20 PM)

ipodservice.exe is a process belonging to Apple's iTunes mp3 media suite and is a core process. This is a non-essential process. Disabling or enabling it is down to user preference.
ituneshelper.exe is a process belonging to Itunes MP3 streaming tool by Apple, which allows you to play MP3's. This process speeds up iTunes when it starts, and the program also monitors for connected iPod devices. This is a non-essential process. Disabling or enabling it is down to user preference.
i will disable them then. thanks for replying.
about all those "helpers" i don't really see any improvements when using programs that load this helpers like Adobe Reader and other...
defier
Feb 22 2008, 08:44 PM
iTunes 7.6.1 has been released.
Not sure what the fixes are though.
Shark007
Feb 23 2008, 11:41 AM
QUOTE (defier @ Feb 22 2008, 09:44 PM)

iTunes 7.6.1 has been released.
The files on the repository have been updated.
shark
elajua
Feb 23 2008, 09:33 PM
QUOTE (Shark007 @ Feb 23 2008, 11:41 AM)

The files on the repository have been updated.
thanks.
Annita
Feb 26 2008, 05:06 PM
Thnx for the update Shark!
Shark007
Feb 26 2008, 05:41 PM
QUOTE (elajua @ Feb 23 2008, 10:33 PM)

thanks.
QUOTE (Annita @ Feb 26 2008, 06:06 PM)

Thnx for the update Shark!
Many things we do in life go without thanks ever being expressed.
I want you guys to know, this smile you left me with, is appreciated.
shark
elajua
Feb 26 2008, 07:08 PM
i agree, sometimes when someone thanks you for something, it feels great
Arie
Feb 27 2008, 02:37 AM
... and to make your smile even bigger Shark007, thank you for this silent installer!
I try to make all my own installation packages, but iTunes is an exception, as I always use your package.
Nadeem97
Mar 3 2008, 11:40 AM
Execuse me but , i cant seem to access this site which is claimed to be your repository on which i can find your installers . www.sharksfiles.com
spoirier
Mar 3 2008, 11:52 AM
http://shark.msfn.org/QUOTE (Nadeem97 @ Mar 3 2008, 12:40 PM)

Execuse me but , i cant seem to access this site which is claimed to be your repository on which i can find your installers . www.sharksfiles.com
Nadeem97
Mar 3 2008, 01:15 PM
QUOTE (spoirier @ Mar 3 2008, 11:52 AM)

http://shark.msfn.org/QUOTE (Nadeem97 @ Mar 3 2008, 12:40 PM)

Execuse me but , i cant seem to access this site which is claimed to be your repository on which i can find your installers . www.sharksfiles.com
thanks !
sp00f
Mar 4 2008, 06:30 PM
There is an error when install the x64 version

Cant register ItunesMiniPlayer.dll
Shark007
Mar 4 2008, 09:18 PM
QUOTE (sp00f @ Mar 4 2008, 08:30 PM)

There is an error when install the x64 version

Cant register ItunesMiniPlayer.dll
Did you try this on a
64bit Vista installation?
spider2005
Mar 5 2008, 02:44 AM
thanks shark,
was scared when i couldn't access your old rep, glad you got another.
sp00f
Mar 5 2008, 03:45 AM
QUOTE
Did you try this on a 64bit Vista installation?
Yes, screenshot is vistax64
Shark007
Mar 5 2008, 09:26 AM
QUOTE (sp00f @ Mar 5 2008, 04:45 AM)

QUOTE
Did you try this on a 64bit Vista installation?
Yes, screenshot is vistax64
The error is caused by UAC.
I have no idea how to turn it off without user interaction.
shark
sp00f
Mar 5 2008, 09:14 PM
QUOTE (Shark007 @ Mar 5 2008, 04:26 PM)

QUOTE (sp00f @ Mar 5 2008, 04:45 AM)

QUOTE
Did you try this on a 64bit Vista installation?
Yes, screenshot is vistax64
The error is caused by UAC.
I have no idea how to turn it off without user interaction.
shark
UAC is removed in my Vista
So thats not it shark
Shark007
Mar 6 2008, 04:44 AM
QUOTE (sp00f @ Mar 5 2008, 10:14 PM)

UAC is removed in my Vista
So thats not it shark

With your source modified it cold be just about anything.I have tested the installer on several CLEAN x64 Vista installations,
also CLEAN SP1 installs and the only possible issue I can reproduce is UAC asking for permission to allow the installation to continue.
IMO, the issue is yours to solve.
shark
sp00f
Mar 6 2008, 10:01 AM
QUOTE (Shark007 @ Mar 6 2008, 11:44 AM)

QUOTE (sp00f @ Mar 5 2008, 10:14 PM)

UAC is removed in my Vista
So thats not it shark

With your source modified it cold be just about anything.I have tested the installer on several CLEAN x64 Vista installations,
also CLEAN SP1 installs and the only possible issue I can reproduce is UAC asking for permission to allow the installation to continue.
IMO, the issue is yours to solve.
shark
Its a clean version of Vista x64 Ultimate SP1.
I will try the 32bit version,maybe that will work.
posix
Mar 23 2008, 09:10 AM
hey guys,
i've used shark's itunes many times before and it worked well. now i formatted my pc with nuhi's nlite and wanted to install iTunes761EN.exe from shark's depository. everything works well except for when i try to launch itunes. the mouse cursor will get a sandbox next to it for a few seconds only to disappear again. no itunes showing up.
what do i do?
thanks in advance.
Shark007
Mar 23 2008, 01:18 PM
QUOTE (posix @ Mar 23 2008, 11:10 AM)

i've used shark's itunes many times before and it worked well. now i formatted my pc with nuhi's nlite and wanted to install iTunes761EN.exe from shark's depository. everything works well except for when i try to launch itunes. the mouse cursor will get a sandbox next to it for a few seconds only to disappear again. no itunes showing up.... what do i do?
the answer lies within your own query... and I quote you,
QUOTE (posix @ Mar 23 2008, 11:10 AM)

i formatted my pc with nuhi's nlite
The only modification made to Apple's iTune's installer is that I removed the Quicktime check.
For the English only version, I also removed language specific files.
I have done nothing else and doubt my installer is the cause your issue.
You can remove my installation and try the official one but I am willing to bet it still won't work.
The resolve lies within your own nlite'ing proccess.
shark
defier
Apr 4 2008, 06:06 AM
iTunes 7.6.2 has been released.
Not sure what the fixes are though. Does Apple post a changelog any where?
elajua
Apr 4 2008, 01:30 PM
i don't know about a changelog yet.
tonysky
Apr 7 2008, 01:18 AM
itunes 7.62 has been released, pls. update.
Shark007
Apr 7 2008, 07:48 AM
Updating has begun.
So far I have only uploaded the x86 English only release.
Other releases are prepared but will take some time to make available (dialup), please be patient.
shark
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.