Where is the 64bit installer?

Please can someone point me in the direction of the Windows x64 installer for itunes 8?
I have looked throughout the site and its driving me nuts!!

Your answer is correct but, somtimes people want the actual download url!
Here is the URL for the 8.0 64bit install. Once you have it you need to do a bunch of steps as posted in one of the URL's above.
http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iTunes8/061-5526. 20080911.gtre4/iTunes864Setup.exe
With that said, now I need to get a URL for the 8.0.1 version that was just released. Anyone have it yet?
I hate the fact that Apple has the download process so tight. Why not still allow those of us who like to just go pick our download do that!

Similar Messages

  • Where is the Workflow Installation for 10g Database ?

    Hi ,
    Where is the Workflow Installation for 10g Database?
    Thanks!

    http://otn.oracle.com/software/products/workflow/index.html
    Pick your platform.

  • Acrobat Pro installed on a Windows 2003 32bit server - where's the 64bit driver?

    Hello.
    I'm still newbie with Acrobat Pro so please bear with me if this is a silly question.
    A prospect of ours installed the TRIAL version of Acrobat Pro Extended on a 32bit Windows 2003 server and everything went fine; this server "serves" a number of Windows 7 64bit boxes which are supposed to share the PDF Printer created on the Win2003 server during the installation.
    Problem is that when the printer gets shared and clients try to install it, the 64bit driver could not be found.
    The customer tried to install the 64bit driver on the Win2003 box but he does not know where to find the correct .INF file for 64bit windows client.
    Thanks,
    Rob

    Two facts for consideration. As I understand it the trail only comes in 64-bit. Don't know for sure since I have never downloaded it, but that is a faint memory.
    More importantly, read the EULA carefully before you purchase for the type of application you listed. The general EULA does not allow the use of Acrobat on a server in the manner you have indicated. You have to purchase Acrobat for each machine, not a  server. You may have enough that need to use the product that a volume license is in order -- contact Adobe for that. In the meantime, use the Acrobat Trail to test the features and such to be sure it meets your needs (other than the server use).

  • Unable to download iTunes to my Windows8 PC even after installing the 64Bit installer...help

    I have installed the 64bit intaller, still unable to download and install iTunes on Windows8 PC. Message says "iTunes downloaded" but it isn't..nothing works. Has anyone found an answer to this?

    See the further information area of Troubleshooting issues with iTunes for Windows updates for download advice and direct links.
    tt2

  • Where's the real installation guide?

    After nearly reaching the limit of my patience with Oracle's documentation and the UCM setup process, I'm putting the call out to anyone who's gone through the installation pain already to throw up a step-by-step installation process that works. So far, documenation that I've found on the Oracle site and various things floating around in the land of Google make small pieces of the whole pie work, but never the whole pie start-to-finish. I and one of my coworkers are very much feeling like anything we get up and running was hacked together just to gain basic functionality.
    In terms of basic functionality and architecture, our goals are the following (and I'd love to know if one of these pieces is specifically known to NOT work):
    Server 1:
    Oracle DB 11g
    Server 2:
    JRun4 (in lieu of Tomcat)
    Apache 2.2.9
    Content Server
    Content Integration Suite (haven't even gotten to Portlet suites yet - just trying to establish base functionality)
    Site Studio
    Full-text search
    JSP Enabled
    For the time being, we've been attempting the setup using Win XP Pro on both boxes.
    I'm hoping I'm just missing a setting or referencing a name incorrectly in my configuration, but I've run into nonstop roadblocks, java and SQL errors and all-around pain and misery. Anybody up for a complete step-by-step that I KNOW a lot of frustrated users are dying to see?
    Thanks!

    Installation of the Database:
    Install OracleXE
    After installing the software, taking all the defaults, follow these steps to create the schema
    Open the SQL Command window:
    On Windows, from the Start menu, select Programs (or All Programs), then Oracle Database 10g Express Edition, and then Run SQL Command Line.
    Connect system/welcome1@XE
    @ <location of installables dir>/Createuser.sql
    @ <location of installables dir>/UCMRole.sql
    The result of this action is a user id (db_admin) with the password of db_admin
    Exit the sql command line
    Installation of content server:
    Navigate to [Install_Dir]\UCM\ContentServer\win32 directory of the extracted zip location. Run Installer.exe
    Use the following options
    Your Locale = English-US
    Installation Type = Install new server
    Installation Directory = c:/oracle/ucm/idc
    Create Directory = Yes
    Java Virtual Machine = Sun Java 1.5.0_11 JDK
    Native File Repository = c:/oracle/ucm/idc/vault/
    Create Directory = Yes
    Web viewable File Repository = c:/oracle/ucm/idc/weblayout/
    Create Directory = Yes
    Master or proxy server = Configure as a Master server
    Admin Server Config = Install an admin server to manage this server
    Note: For subsequent installations you can select to configure an existing admin server and save disk space
    Location of web browser executable path = usually the default
    Content Server Locale = English-US
    Timezone = Use timezone of operating system
    Content Server Port Number = 4444
    Note: Subsequent installation will increment this number. There is no magic to the number other than it is a unique port number on the server
    Admin Server Port Number = 4440
    Incoming connection address filter: 127.0.0.1
    Web Server relative root = /idc/
    Note: Similar to the installation directory above, it helps to name the relative root as to what you are using it for so that you can easily confirm the instance you are working with from the URL in the browser
    Company Mail Server = localhost
    Administrator E-Mail Address = sysadmin@localhost
    Web Server HTTP Address = let it default to your host name. If your web server is on a port other than 80 then enter hostname:port
    Server Instance Name = idc
    Content Server Instance Label = Content Server Master 1
    Content Server Description = Content Server Master 1 for UCM Product Training
    Web Server = Apache
    Database = Oracle
    Manually configure JDBC = No
    Oracle Server Hostname = localhost
    Oracle Listener Port = 1521
    Oracle User = db_admin
    Oracle password = db_admin
    Oracle instance name = XE
    Find the JDBC driver in a specific jar file = no
    Create database tables = no (since we have created them earlier, otherwise) yes
    Components to install =F
    Configure Administrative Server service = Install service and start automatically
    Configure the admin service to run as a specific user = no
    Configure admin service to be dependent on another service = no
    Configure Content Server service = Install service and start automatically
    Configure the service to run as a specific user = no
    Configure service to be dependent on another service = no
    Proceed with install = Proceed
    Disable 8.3 Filename creation=true
    Proceed with intsall : 1
    Verify the installation
    Open Windows Explorer
    Navigate to “c:\oracle\ucm\idc\install”
    Open the “log.txt” file in a text editor
    NOTE: Content Server writes files in UNIX style, using only a line feed and not the carriage return/line feed combination that Microsoft uses. So using Notepad as your text editor will give you huge run-on sentences. Use WordPad or TextPad or some other “real” text editor
    Review the log for errors.
    NOTE: The default English-US locale uses two digits to represent the year (‘yy’), where the year is interpreted to be between 1969 and 2068. In other words, 65 is considered to be 2065, not 1965. If you want years prior to 1969 to be interpreted correctly in the English-US locale, you need to change the default date format for that locale to use four digits to represent years (‘yyyy’).
    modify the default English-US date format
    From the Windows Start menu, select Programs—Oracle Content Server—[Instance Name]—Utilities—System Properties.
    The System Properties applet is started.
    Open the Localization tab.
    Select the English-US entry in the list of locales, and click Edit.
    The Configure Locale dialog is displayed.
    Modify the date format to use four digits for the year (‘yyyy’) rather than two (‘yy’). This is done by changing the Date/Time Format from “M/d/yy {h:mm[:ss] {aa}[zzz]}!mAM,PM” to “M/d/yyyy {h:mm[:ss] {aa}[zzz]}!mAM,PM”
    After you are done editing, click OK to close the Configure Locale dialog.
    Click OK to apply the change and exit System Properties.
    Stop and restart the Content Server (otherwise the change will not take effect).
    Note: Open the services applet from the control panel. Locate the “IDC Content Admin Service idc_admin” service and restart it.
    Install Web Server
    Run <InstallablesDir>/*Apache* with defaults
    Open httpd.conf file (From the Windows Start menu, select Programs—Apache HTTP Server-Configure Apache Server – Edit the httpd.conf file
    Add the following entry at the end of the file and restart the http server :
    LoadModule IdcApacheAuth C:/oracle/ucm/idc/shared/os/win32/lib/IdcApache22Auth.dll
    IdcUserDB idc "C:/oracle/ucm/idc/data/users/userdb.txt"
    Alias /idc C:\oracle\ucm\idc\weblayout
    <Location /idc>
    Allow from all
    DirectoryIndex portal.htm
    IdcSecurity idc
    </Location>
    Note : The above entry is located in the Apache.txt file in the installables dir
    Results of a Content Server Installation
    Verify the browser interface by opening your web browser to http://localhost/idc
    The system administrator user id is sysadmin with a default password of idc. These are case sensitive. Select the Login link and log in as sysadmin.
    Try this for content server installation let me know if you face any issues....
    Regards
    Rakesh

  • WLS_1032 install on linux64-bit. Where is the .jar installation software

    In the wls install document they reference using a .jar file to use when installing wls_1032 on a linux (RH5) 64-bit machine. In the WLS download area I only find wls1032_linux32.bin.
    Any help as to where I can find the right .jar file to download would be very helpful. Or I'll have to go ahead and install the 32-bit softweare, which seems kinda' silly in this day and age.

    Hi,
    You can download the generic.jar from this site and there is a explanation like below.
    "This table includes links to WebLogic Server installers that include 32-bit JVMs for the platform in question, and links to WebLogic Server generic installers that can be used on any supported platform. To use WebLogic Server with 64-bit JVM's on Linux and Solaris or to use WLS on other supported platforms, use the WebLogic Server generic installer listed under "Additional Platforms". The generic installers do not include a JVM/JDK. For instructions on using the generic installers, see this document."
    http://www.oracle.com/technology/software/products/ias/bea_main.html
    Regards,
    Kadir

  • Where is the UCM Installer Directory

    I am installing webcenter suite 11g.
    It needs to key in the UMC directory. But I do not know where it is.

    I deinstall UCM.
    Then, I unzip ucm file and key in the install file path when installing webcenter.
    After the webcenter is installed (content manager server in the start manual), I configure it (create a weblogic domain) according to the final step of installation guide.
    Must I install web tier utilities including
    Process manager
    HTTP Server
    Web Cache
    Proxy Plug-In
    OSSO Plug-In
    Fusion Middleware Upgrade Assistant
    Remote Diagnostic Agent
    Configuration Manager
    ?

  • Where is the Maverick installer on my Mac?

    I am trying to create an emergency boot drive on an USB stick that will allow me to start up my Mac and do simple things like run disk utility if for some reason the "hard disk" gets corrupted. I did this successfully with my previous Mac (OS 10.7) and I have the instructions from Macworld, but I'm already stumped at the first step:
    Look through your list of applications and locate the one named Install OS X Mavericks.
    There is no such thing in my Apps folder, since I bought the Mac new with Mavericks already installed. I also don't seem to be able to get it from the App Store (at least not with any of the tricks I could find. Any suggestions?

    Step One is to make a copy of the installer because after it finishes it erases itself. That's why you can't find it. Now that you have Mavericks installed you cannot re-download the installer.
    Make Your Own Mavericks, Mountain/Lion Installer
    After downloading the installer you must first save the Install Mac OS X application. After the installer downloads DO NOT click on the Install button. Go to your Applications folder and make a copy of the installer. Move the copy into your Downloads folder. Now you can click on the Install button. You must do this because the installer deletes itself automatically when it finishes installing.
       2. Get a USB flash drive that is at least 8 GBs. Prep this flash drive as follows:
    Open Disk Utility in your Utilities folder.
    After DU loads select your flash drive (this is the entry with the mfgr.'s ID and size) from the leftside list. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID then click on the OK button. Click on the Partition button and wait until the process has completed.
    Select the volume you just created (this is the sub-entry under the drive entry) from the left side list.
    Click on the Erase tab in the DU main window.
    Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    Click on the Erase button. The format process can take up to an hour depending upon the flash drive size.
    Use DiskMaker X to put your installer clone onto the USB flash drive.
    Make your own Mavericks flash drive installer using the Mavericks tool:
    You can also create a Mavericks flash drive installer via the Terminal. Mavericks has its own built-in installer maker you use via the Terminal:
    You will need a freshly partitioned and formatted USB flash drive with at least 8GBs. Leave the name of the flash drive at the system default, "Untitled." Do not change this name. Open the Terminal in the Utilities folder. Copy this entire command line after the prompt in the Terminal's window:
         sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume
         /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction
    Press RETURN. Enter your admin password when prompted. It will not be echoed to the screen so be careful to enter it correctly. Press RETURN, again.
    Wait for the process to complete which will take quite some time.

  • Where does the application installer store data?

    Recently I tried to install the sims 3 from the disk, but the disk was scratched and I had to force quit the installer whilst instlling. After attempting to fix the scratches I realised that as I did multiple installs and force quitting, it has taken up hard drive space that I can't seem to find, and now I don't have enough space to install. Is there a temporary location they are moved to? Or is it a hidden file? Thanks, I appreciate help

    Yup they were in the installation location but just hidden files. Fixed the problem.

  • Where is the standalone installer in the support web site?

    I get "This disk cannot be used to start up your computer" when I use installer downloaded from the App store. This is on the volume I have started 10.6.8 (Snow Leopard) from. May work better from USB or CD/DVD.

    There isn’t a “standalone” installer. The App Store one is the only one.
    Open Disk Utility, select your Hard drive device (not the Macintosh HD Volume on the device).
    At the Bottom of the window look for Partition Map Scheme:
    If it says APM or Apple Partition Map, you need to re-partition your drive using GUID Partition Map (GPT). Yes, that will erase the drive.
    If that is the case, we can walk you through the settings to alter the partition map.

  • Brand new MacBook Pro 13.3 - Where's the OS installation Media?

    I just bought a 13.3" MacBook Pro for my wife for Xmas.  As I went through the package, I noticed there's no installation CD/DVD.
    This is the latest version of Lion.  I know nothing about Macs. (so far I hate it, but my wife is so bad with computers, I was hoping that getting her a Mac would make her life easier with pics and media- so far I've been disappointed). I have managed to update iTunes and the OS, including the firmware update.
    If I wanted to upgrade/replace the hard disk, how would I recover the operating system?  I've been a Windows/IT guy for 16 years....this is all foreign to me.  At this point, I'm strongly considering returning the MacBook, saving $500, and getting a PC that I can support.
    Thanks

    Apple_Is_Evil wrote:
    At this point, I'm strongly considering returning the MacBook, saving $500, and getting a PC that I can support.
    Yes, a Windows PC will certainly need support (...and I think that PC's are also moving away from including "Install Media")
    You should consided getting AppleCare.  You don't have to get it right away, you can purchase it within a year or the MBP's purchase.  I got mone at LA Computer
    "The only problem with Microsoft is they just have no taste. They have absolutely no taste. And I don't mean that in a small way, I mean that in a big way, in the sense that they don't think of original ideas, and they don't bring much culture into their products." -- S.Jobs

  • Where has the ******* updater gone?

    where has the ******* update installer application gone? it is 800mb,i have to use 2 hours to down it. when it finish,no install popup,any button can be use.
    is so Difficult to update ios from 4 to 5.1.1

    iTunes is the "updater application."  <Alt>-click Update, then select location of update file you downloaded.

  • 32bit rpms for 64bit installation - 11.2.0.3

    Hi All
    I am trying to install Oracle 11.2.0.3 (64bit) on Redhat linux 6(x86-64) . From the MYOS notes I see the following
    Oracle Linux 6 and Red Hat Linux 6 notes from "Certification Information for Oracle Database on Linux x86-64 [ID 1304727.1]"
    *+<Moderator edit - deleted MOS Doc content - pl do not post contents of MOS Docs>+*
    Why is the 64bit installation still needs 32bit rpms? I could not find any articles related to this on myos.
    thanks for your assistance.

    From this install document :
    IMPORTANT:
    Starting with Oracle Database 11g Release 2 (11.2.0.2), all 32-bit packages, except for gcc-32bit-4.3, listed in this section are no longer required for installing a database on Linux x86-64. Only the 64-bit packages are required. However, for any Oracle Database 11g release before 11.2.0.2, both the 32-bit and 64-bit packages listed in this section are required.
    However, when you install the 32-bit client binaries on 64-bit ports, the installer checks for the existence of 32-bit packages.

  • Data Quality Services Installer script - Where is the 64 bit version

    Hi.
    I have Microsoft SQL Server 2012 - 11.0.2218.0 Enterprise Edition on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (WOW64) installed on my laptop. The Data Quality Services feature has been installed. When I try and run the DQS client it says I
    must run the DQS installer script. I therefore run the Data Quality Server Installer, which is the other option in the DQS menu, and it errors saying 'You are running 32-bit version of DQS installer on 64-bit OS'. I've looked for the 64-bit version but I can't
    find it. Any ideas where I can get it from?
    Thanks in advance for any help.

    iTunes 64bit version for Windows is somewhere in the future. Nice to see Apple is obviously doing something to remedy the issue.

  • Where can I download the Lion installer?

    Hi,
    I purchased Lion when it was released and installed on one machine. I now have a new machine that I want to update to Lion but when I go to the App Store it just tells me that Lion is no longer available in the UK store.
    Where and how can I find the Lion installer download?  I can't put Mountain Lion on becuase the machine is not 64bit.
    Cheers
    James

    QuickTimeKirk wrote:
    The installer is found in the Applications folder once the download is complete. It's gone after its first running.
    Those are facts.
    Right but he can still download it from the Mac App Store.
    Which is what he asked.
    QUOTE:
    Where and how can I find the Lion installer download?
    END QUOTE:
    Not where is it on my computer.
    Your post leads him to believe it is No Longer available to him in any way. Which is completely WRONG.
    So as I stated before do some research before posting Misinformation.
    Thanks.
    PS
    Or don't reply to questions you don't know the answer to.
    Thanks again.

Maybe you are looking for

  • Time machine external hard drive stalls start up

    I am relatively new to Apple hardware and this is my first post. I have been using a 1TB Iomega Select external hard drive which I use with Time Machine. All has been well for the first few weeks. However recently I have noticed when I switch on my i

  • Horizontal line flicker

    hello. while this doesn't seem like a major issue, it might be cause for concern if aggravated: it looks as if there's a horizontal thick line that appears and disappears in a fraction of a second somewhere in the middle of the screen at random inter

  • Xi-- delphi integration

    Hi all,       Can somebody tell me which adapter to use , for integrating XI with Delphi. Thanks in advance, gopi.

  • Yosemite upgrade hassles

    MacBook Pro 15-retina...computer crashes all the time, and suddenly now my magic mouse doesn't want to work either after upgrade to Yosemite

  • Why does Mail not update timely with Mavericks?  Why does the download to fix this issue (?) won't install?

    I installed Mavericks on my MacBook Pro when it first came out.  Since then, my Mail program doesn't go out and get my new mail from gmail every minute like it's set to do. Sometimes new mail shows up on my smart phone as long as 10 minutes before it