Quick question to do with install cd.

Hi, I was just wondering what exactly the install cd does. See, my pc wouldn't recognize my mini, so I put in the install cd (second time using it, my mini was working fine before this day) that came with the mini and followed the steps. Now it works like it did before. Im just trying to educate myself woth this stuff, so I was wondering what the cd actually did.
Thanks

The installation cd contains a version of the iPod software, and a version of iTunes. It also contains a user guide.
Whilst it's preferable to use the latest software versions from Apple's download site (the cd often contains outdated versions), the cd is useful for those who want to install the iPod and iTunes software on their computers, but don't have access to the internet.

Similar Messages

  • Quick question - X-Fi with both IO Console & Dr

    Is it possible (on the X-Fis equipped with both the AD_EXT and AD_LINK connectors) to connect both the IO Console and the IO Dri've?
    Thanks

    Bump.
    Any help will be appreciated. I'm stuck without midi...

  • Quick question on whenchanged with powershell

    Is it possible using powershell to get a list of users who’s description field (for instance) have changed in the last 24 hours? It seems when I use the “whenchanged”, anything could trigger it like a change in there address etc…. I am looking for when a
    single attribute change and not anything.
    Thoughts and thanks in advance.

    Hi Vipergts,
    Yes, I also recommend you can export the users and this attribute to csv file, then export the same information to another csv file after hours, and you can use the cmdlet Compare-Object to filter the changed users based on the attribute.
    This example script in Gallery is for your reference:
    Track Changes to Active Directory Users Attributes
    If there is anything else regarding this issue, please feel free to post back.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Re: Quick Question,  Need help with If else returns please!

    if(calculateYearsJoined () >=10)w(<-- Honda, Harley, BMW, Triumph, Ducati racer)

    now doesn't this look better?
    i changed one of your methods
    public class Member {
        private String firstName;
        private String lastName;
        private double heightInches;
        private double weightPounds;
        private int yearOfBirth;
        private int yearOfJoiningClub = 1990;
        private String membershipNumber;
        private int currentYear;
         * Constructor for objects of class Member
        public Member(String first,String last,double height,double weight,int birth,int join,String memberNumber,int curYear ){
            firstName = first;
            lastName = last;
            heightInches = height;
            weightPounds = weight;
            yearOfBirth = birth;
            yearOfJoiningClub = join;
            membershipNumber = memberNumber;
            currentYear = curYear;
        //Behaviors
        public String getFullName() {
            String full;
            full = firstName + " " + lastName;
            return full;
        public int calculateYearsJoined() {
            int yearsJoined;
            yearsJoined = currentYear - yearOfJoiningClub;
            return yearsJoined;
        public int calculateAge() {
            int ageOfMember;
            ageOfMember = currentYear - yearOfBirth;
            return ageOfMember;
        public int calculateAgeOfAtJoining() {
            int ageOfJoining;
            ageOfJoining = yearOfJoiningClub - yearOfBirth;
            return ageOfJoining;
        public boolean getsDiscount(){
            if(calculateAge() < 12) {
                return true;
            if(calculateAge() >= 65) {
                return true;
            if(calculateYearsJoined () >=10)
                return true;
            return false;
    }

  • Installing OBIEE on Windows 7, quick questions

    Dear Experts,
    Last year, I struggled installing OBIEE on Linux 5.5.
    Now I want to install it on Windows 7 Ultimate.
    It will be stand alone, for my own use only.
    Both a client, and a server.
    Some quick questions:
    1)
    Does the Windows server need to have a Domain (as Linux did)?
    (I'm having some trouble with the same dummy domain that worked fine
    in Linux, since it doesn't exist on the web.)
    2)
    Does the Windows server/client require a loopback adapter?
    If so, does it require a static IP?
    3)
    Does the windows server/client require a static IP address?
    4)
    If static IP addresses are required for both 2 and 3,
    is the static IP address supposed to match, or be different?
    I hope these questions aren't too dumb. But I haven't found
    anything online addressing them for windows yet.
    Thanks a lot!

    Hi,
    1)
    Does the Windows server need to have a Domain (as Linux did)?
    (I'm having some trouble with the same dummy domain that worked fine
    in Linux, since it doesn't exist on the web.)
    A. Not required.
    2)
    Does the Windows server/client require a loopback adapter?
    If so, does it require a static IP?
    A. Yes it is require for Loopback adapter and static ip for installation -- Client installation is not required -- You can go for Simple installation in your laptop.
    3)
    Does the windows server/client require a static IP address?
    A. Yes
    4)
    If static IP addresses are required for both 2 and 3,
    is the static IP address supposed to match, or be different?
    A.
    Please refer my blog.
    http://satyaobieesolutions.blogspot.in/2012/06/obiee-11.html
    Please verify the below steps.
    1. Please check whether are download 64 bit software or not.
    2. First you have to install jrockit-jdk1.6.0_31-r28.2.3-4.1.0
    3. before installing software you have to give full permissions to everyone on your installation location drive (C drive or D drive).
    4.Create Looppack Adapter.
    5. Database installation 11g 64 bit.
    6. RCU 32 bit
    7. OBIEE 11.1.1.6 64 bit
    Hope this help's
    Thanks,
    Satya

  • A quick question about WebDynpro SLD and R/3 with concurrent users

    Hello ,
    I have a very quick question about Webdynpros and SLD connecting to an R/3 system, when you configure a webdynpro to connect to an R/3 system using SLD, you configure a user name and password from the R/3  for the SLD to use. What I would like to know is when I have concurrent users of my webdynpro, how can I know what one user did in R/3 and what another user did? Is there a way for the users of the web dynpro to use their R/3 credentials so SLD can access the R/3? Like dynamically configuring the SLD for each user?
    - I would like to avoid leaving their their passwords open in the code ( configuring two variable to get the users username and password and use these variables as JCO username and password )
    Thanks Ubergeeks,
    Guy

    Hi Guy
    You will have to use Single Sign On to achieve this. In the destination you have defined to connect to R/3 , there is an option to 'useSSO' instead of userid and password. This will ensure that calls to R/3 will be with the userid that has logged into WAS. You wont need to pass any passwords because  a login ticket is generated from WAS and passed on to R/3. The userid is derived from this ticket.
    For this to happen you will have to maintain a trust relation ship between R/3 and your WAS ,there is detailed documentation of this in help files. Configuration is very straight forward and is easy to perform
    Regards
    Pran

  • Quick Question - Setting up Personal Domain with godaddy

    Hi there
    Just a quick question to make sure I've done this correctly?
    Ok, I've published my iWeb website.
    I've purchased a personal domain with godaddy.
    I've set up the personal domain in my mobile me account.
    I then logged into my godaddy account and went to 'Total DNS Control and MX Records'
    I changed the following under CNAME (Aliases)
    www web.me.com 1 Hour
    and then added a new CNAME Record
    www.*******.com web.me.com 1 Hour
    Have I done this all correctly?
    Will it take a few hours to take effect?
    Anything else I need to consider?
    Thanks for reading.
    Ross

    CNAME settings can take up to 24 hours to take effect.
    As long as you have forwarded your domain name to web.me.com, then it should be okay.

  • Currently have 10.4 but want to install snow leopard....quick question!!!

    hey guys, i just have a quick question about my itunes
    i have my music arranged by date added, which is very important
    this is how i have it:
    what i want to know is: is there a way to install the new OS, and somehow keep the music in the order that it is right now?
    thanks a lot!!!! ----arthur

    You'll probably get more help at the iTunes forum.
    http://discussions.apple.com/forum.jspa?forumID=789

  • Quick question concerned with external HD space

    just a quick question
    if TM only backs up files that have changed since the last backup
    why does every time it back up i end up with a folder in my external HD (that acts as a time machine) that is the same size of the hard drive?
    (e.g im using up 70 gigs on my macbooks HD..every time i back up with TM i end up with 70 gigs less on the external..should i just lose the space of the changed folders? :S)

    That's the "magic" (or "smoke and mirrors") of Time Machine.
    It makes "hard links" (sort of like multiple aliases) to the backups of the items that didn't change. That makes each backup, in effect, a full one.
    That's how when you go into the "Star Wars" display, it can show you a snapshot of your entire system at the time of any backup.
    If you look at your backups via the Finder, each dated backup folder is counting all those items that didn't change; so each one appears to be a full copy of your Mac. The sum of all the backup folders will be far greater than the amount used on the whole backup disk.
    By the way, be +*extremely careful+* using the Finder on your backups -- if you change, move, or delete anything there, you can hopelessly corrupt them.
    You can do everything you need to via TM.

  • Screen not flush with bezzle,quick question...

    Hey guys I have a quick question,ok so I just visited a apple store and recieved a new/referb. iPhone 3gs because of dust under the screen and noticed that the replacement phones bezzle and screen isn't flush and was wondering if i could bring the new phone in for a replacement phone with a flush screen? It's not realy a big issue but the first iPhone 3gs I had didn't have this problem.
    Also has anyone had any experiences with this issue?
    Thanks for your time and your help,
    Noah
    Message was edited by: Mr.Noah Renfrow
    Message was edited by: Mr.Noah Renfrow

    the 3GS is known for that. you should be able to return it.

  • Recently purchased a Macbook Pro with screen of retina of 13,3 inches. My question is, can I install the new Final Cut Pro X , is capable of withstanding the app? Or that Final Cut is convenient to install?

    Recently purchased a Macbook Pro with screen of retina of 13,3 inches. My question is, can I install the new Final Cut Pro X , is capable of withstanding the app? Or that Final Cut is convenient to install?

    Generally any Mac made since 2009 can handle FCP X.
    Your small screen is not ideal unless you are young and have good vision.
    However, you needn't ask whether or not your computer is suitable as you can find out yourself by downloading the free 30 day trial.
    http://www.apple.com/finalcutpro/trial/
    In addition, to get you up to speed with FCP X, you can also watch 2 hours of free video tutorials here
    http://www.izzyvideo.com/final-cut-pro-x-tutorial/

  • Hi. Quick question I am working with Panasonic GH3 footage and it is playing back in slow motion?

    Hi. Quick question I am working with Panasonic GH3 footage shot using .MOV wrapper with their IPB 50mbps and All-Intra 72MBPS codecs and they are playing back in slow motion in Sg CC. The footage works fine in PP CC and I have no clue on how to fix it. Is this a bug or do I a have a setting wrong some place?

    Yes it turns red this is silly PP and AE have no problem with playback for these codecs. So it is indeed Sg not handling the codec correctly and not my system?
    What if I transcoded it to something else other than the previous what would you reccommend?
    I was going to transcode to ProRes but 5DtoRGB does not work on Windows with GH3 codecs.
    What is the correct time warp seting under clip properties? I screwed with it and forgot the default setting.
    Is there a way to reset Sg back to defaults settings globaly. I tried to many settings trying to fix the playback and may have left something in the wrong state.
    Thanks...

  • Hi there, I just bought an iMac 2011.  Just a quick question.  Are those keyboard and mouse batteries that comes with the package are rechargeable?

    Hi there, I just bought an iMac 2011.  Just a quick question.  Are those keyboard and mouse batteries that comes with the package are rechargeable?  Thanks!

    Mine was bought last year and they were not; it they don't say "rechargeable". they're not. I started to use rechargeable as soon as the original batteries died.

  • Quick Question about Cisco 3560 and the Web Device Manager

    Alright, I have a quick question that I am curious about but I haven't found any information
    about it.
    When I log into my Cisco 3560 using the web portal to get to the Device Manager. Below the
    diagram of the switch, then under the Dashboard there is section called Switch
    Health, Port Utilization.
    Under the Switch Health there is Bandwidth Used, Packet Error. Those two options just sit
    at zero and do not move. The Port tilization graph is also sitting at zero.
    Is there a way to make them functional?

    Anyone notice performance increase or decrease of their HD when using the nVidia IDE SW drivers?  particularly with a 74GB Raptor?  I've also heard of burner issues when installing the IDE SW but have not used my burner yet.

  • Quick question about SATA 2

    Hi,
    Very quick question,
    Are the newer SATA2 Hard Disks compatible with the older model of the Mac Pro? May sound stupid, but I believe that the Mac Pro was released before the SATA 2, so just wanted to check the Mac Pro hardware etc will take SATA 2.
    By older model of Mac Pro, I mean the one released before the newest available models (2 x 2.66Ghz Dual Core).
    Thanks!

    Hi 02drummersteve02;
    SATA 2 is backwards compatible with SATA 1. So you can install SATA 2 drives in a SATA 1 computer.
    Allan

Maybe you are looking for

  • FORCED DATA PACKAGE WITH PHONE UPGRADE

    I have been a verizon customer since cell phones were cool.  I started with a bag phone in my car.   I have 5 verizon phones.   Four on a family plan and one through a work plan.   My son wanted to upgrade his phone today which is eligible for early

  • Allowing users access to SQL Server 2014 analysis server cubes

    I am using SQL Server 2014 analysis server and have created a number of cubes. These all function as expected however it seems that only windows users who are in an administrator group can get access. All other users are denied access with the very v

  • Keyboard Shortcuts for Mail won't stick

    Hi. I've created a keyboard shortcut for Mail--Command-K to Get All New Mail--and changed the conflicting command (Command-K normally will Erase Deleted Messages in All Accounts). It worked well when I set it up, but only once. As soon as I quit out,

  • Open a closed project in NWDS 2.0.114

    Hello everyone, in Package Explorer of Navigation window when I close a project the project name has gone, as long as there is project in the navigation window I can not open a project by mouse right click, like I do with Eclipse or can not find a op

  • FLV video issue , please help

    hi everybody, im an actionscript 3 programmer, with some experience but im quite desperate with an issue that i can´t solve, please help help, if you know the solution to my issue my email is [email protected], thanks so much, i explain now * im build