Help - Search - Members - Calendar
Full Version: [Discontinued] iTunes without QuickTime
MSFN Forums > Unattended Windows Discussion & Support > Application Installs
Pages: 1, 2, 3, 4

   
Google Internet Forums Unattended CD/DVD Guide
Unnaturally Awesome
ah! woot.gif
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
blushing.gif 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). thumbup.gif (and maintains my interest daily)


shark
djtoodles
so i cant just install this without any quicktime at all? i have to install some sort of QT lite or alternative?
bucketbuster
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
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
iTunes 7.6 out today smile.gif
Shark007
QUOTE (rivak @ Jan 15 2008, 05:01 PM) *
iTunes 7.6 out today smile.gif

updated fies are available on both repositories.


shark
anonymous_user
Thanks yet again for the new iTunes thumbup.gif
elajua
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
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
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
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
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
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
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
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
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
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
iTunes (without quicktime) x64 Editions are also available on the repositories.


shark
ckislam
Do It yourself: iTunes without Quicktime

Here 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.msi
6. Run the iexpress command. Click on Start then Choose RUN, type iexpress and hit OK
7. 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 thumbup.gif
Shark007
QUOTE (ckislam @ Feb 13 2008, 04:34 AM) *
thumbup.gif

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
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
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
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
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
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
iTunes 7.6.1 has been released.

Not sure what the fixes are though.
Shark007
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
QUOTE (Shark007 @ Feb 23 2008, 11:41 AM) *
The files on the repository have been updated.
thanks.
Annita
Thnx for the update Shark!
Shark007
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. thumbup.gif


shark
elajua
i agree, sometimes when someone thanks you for something, it feels great biggrin.gif
Arie
... and to make your smile even bigger Shark007, thank you for this silent installer! thumbup.gif
I try to make all my own installation packages, but iTunes is an exception, as I always use your package.
Nadeem97
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
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
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
There is an error when install the x64 version



Cant register ItunesMiniPlayer.dll
Shark007
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
thanks shark,

was scared when i couldn't access your old rep, glad you got another. smile.gif
sp00f
QUOTE
Did you try this on a 64bit Vista installation?

Yes, screenshot is vistax64
Shark007
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
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 unsure.gif
Shark007
QUOTE (sp00f @ Mar 5 2008, 10:14 PM) *
UAC is removed in my Vista
So thats not it shark unsure.gif

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
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 unsure.gif

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
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
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
iTunes 7.6.2 has been released.

Not sure what the fixes are though. Does Apple post a changelog any where?
elajua
i don't know about a changelog yet.
tonysky
itunes 7.62 has been released, pls. update.
Shark007
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
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.