How can I make a boot-able CD for OS X panther

I just purchased Norton Utilities online as a download. The installation notes say I should run the software from a CD before installing it. The problem is, there is no CD. Is there a way to make a boot-able CD so I can run Norton? I tried skipping the "run CD first" step and ended up with an almost non-functioning key board. I ran the un-installer and got back to were I started. Any ideas would be appreciated.

Thank for the input. I now must agree with you and Ferd II, this Norton software is junk! I Posted all this to Ferd II already but I figured I should send the same to you and get your advise to.
Ever since installing Norton Utilities 8 I have had unbelievable problems with my computer. Un-installing it helped with most but I fear a full OS re-install is my only solution. I also installed Norton Internet Security 3.0 and have found that it is slowing my computer down to a crawl.
This all started because my system seemed to be gradually getting slower and I thought my HD might need to be de-fragmented. I run "disk utilities" frequently but it didn't seem to be finding problems. .This led me to buy Norton Utilities.
Shortly after all this I received an email that either had spy ware or a virus in it and my Apple Mail and Safari began working very slowly (the spinning "gear", showing activity, would run for 3-5 minutes for no apparent reason). So I thought it would be a good idea to install anti-virus and anti spy-ware software in case someone was trying to take data from my computer.
I am finding that all Symantec software for Mac is garbage. And the only thing worse than there software is there customer service; which seems to be non-existent!
So, Is there any good software for Mac that will, remove virus, spy-ware, and do disk maintenance, or are they all junk? I used to use Tech-tool Pro when I was running OS 9 but people have told me that the OS X version was messing up there OS. Has that been fixed?
Any way, Thanks for your help; I wish I had asked around about this before I bought anything.

Similar Messages

  • How can I make Adobe Reader 9 open for incoming PDFs instead of Acrobat 5.0?

    How can I make Adobe Reader 9 open for incoming PDFs instead of Acrobat 5.0?

    Hi,
    Assuming that you have Reader 9.3.4 already installed on your machine, you can try the following to make Reader 9.3.4 as the default PDF opening application:
    1. Right click on any PDF on your system and click on the "Open With" Option in the context menu that appears. In case you get another submenu, click on Chose Program in that menu. (In case you do not see any "Open With" option, then hold down the Shift key and right click on the file)
    2. Click on Browse button in the dialog that appears, and select Reader 9. Make sure that you select the checkbox for "Always use the selected program to open this kind of file"
    3. Click on OK.
    This will make Adobe Reader 9 as the default viewer for all PDFs on your system.

  • How can I make "No Proxy" the default for accessing the internet?

    How can I make "No Proxy" the default for accessing the internet?

    *Tools > Options > Advanced > Network : Connection > Settings
    If you do not need to use a proxy to connect to internet then try to select "No Proxy" if "Use the system proxy settings" or one of the others do not work properly.
    See "Firefox connection settings":
    *https://support.mozilla.org/kb/Firefox+cannot+load+websites+but+other+programs+can

  • How can i make Apple review a refund for a delaminated bottom case of my macbook november 2009 model? They more than implied that it is a design flaw anyway

    How can i make Apple review a refund for a delaminated bottom case of my macbook november 2009 model? They more than implied that it is a design flaw anyway. They make it so hard to send a possible review of such.

    http://www.apple.com/support/macbook-bottomcase/

  • How can I make my apple ID valid for purchases other then the Canadian iTunes Store?

    How can I make my apple ID valid for purchases other then the Canadian iTunes Store? I wanted to download the "Wath abc family" app and it said it had to switch me to the american store because the app isnt available in Canada yet. Once it switched me I put in my apple ID and password and thats when it said that my apple ID is only valid in the canadian store and it switched me back. 
    1)
    2)
    3)

    To make purchases in the Mac App Store/iTunes Store for any particular country, you must be a legal resident of that country and supply a credit card issued by a bank in that country with a verifiable billing address in that country. Do you also make those qualifications in the US?
    But as a side note, as one who has that app, you can only watch both ABC and ABC Family shows if you have an account with a US cable or satelite TV company with which to sign into the app. Otherwise you don't qualify to watch shows with it.

  • How can I make a custom domain email for my client?

    I have an Adobe Muse subscription, with hosting through Adobe, and the Domain name is also with Adobe. How can I make an email for a particular domain for my client so that it will use a "company email" (even if it just redirects to say a gmail or yahoo that is fine) to read "[email protected]?

    Hello,
    As I can see you have a WebBasic Creative Cloud site, I would suggest you to use GoogleApps for your e-mail services.
    Please have a look at the article which would help you achieve this : http://helpx.adobe.com/business-catalyst/partner/setting-google-apps-email-business.html
    Hope this helps.
    Regards,
    Sachin

  • How can i make hyperlink to local file for dowloading

    How can I make hyperlink to a local file for downloading it, it seams that only www links work in web Ui.
    Thanks

    If we assume that you have a LabVIEW application running on your cRIO that is exposing some data through web services, there are a couple of possibilities.
    You can create a web service call that returns the log data. In order for the browser to treat this as a file, you must set the correct content type in the http header. To do this you can't use the default form of data output. Instead you must create an "httpRequestID" input to your web service VI. With this you can call "Write Response.vi" to give the log data and "Set HTTP Header.vi" to specify the type (text/text probably works for a log). You can look at "examples\comm\webservices\address book\FindContacts.vi" to see an example of calling these 2 VIs. Once you create that web service entry point, you can set that as the URL of the hyperlink control and it should work.
    Another option is to have the cRIO application write to a log file that is under the root of the web server running on the machine. (This is the same place the xap for your Web UI Builder application is put.) This file could then be served up through the web server just like any other file.
    With either of these solutions there may be concerns about the browser caching results rather than requesting new content each time. There are additional values that can be set in the http headers with the first solution that can help with this, but I think there is still some variation between browsers.

  • How can i make a pl/sql function for BLOB datatype

    hi..anyone here who is very familiar about BLOB datatype. i have a COLUMN_ID, COLUMN_A in a certain TABLE_1. COLUMN_A is blob datatype that contains almost 250,000rows
    SQL>select column_A from table_1 where column_id=1234567
    column_A
    00000001000000010000000606D4E833074B69EC06D4E91F074CO18406D50C58074C031E
    how can i make a user-defined function to compute and convert this blob datatype into decimal length value. this hex value are points in the map.. the function must contain
    1.get the length of a blob then
    2.convert blob to variable hexadecimal characters by parsing it into 8
    3.to_number function or other function used to convert haxadecimal characters to decimal numbers
    4.phythagorean formula to compute length between two points. this is the formula i think LENGTH =
    SQRT(power((coordinate_x-prev_coordinate_x),2)+power((coordinate_y-prev_y),2));
    after this when i type this
    SQL>select user_function(column_A) from table_1 where column_id=1234567
    user_functions(column_A)
    --output length will be in decimal value already
    the function will goes like this
    step1 is to get the blob length
    00000001000000010000000606D4E833074B69EC06D4E91F074CO18406D50C58074C031E
    step2 is parsing of data by eights
    00000001 =>1
    00000001 =>1
    00000006 =>6 (number of coordinates)
    06D4E833 => X1
    074B69EC => Y1
    06D4E91F => X2
    074CO184 => Y2
    06D50C58 => X3
    074C031E => Y3
    step3 to_number function used to convert hex char to decimal
    step4 compute by phytagorean (NOTE ! when computing length the third parsed eight will tell how many coordinates are there..the number of coordinates is ranging from 2 up to E..above example shows 6 coordinates so it means
    LENGTH1 =
    SQRT(power((X2-X1),2)+power((Y2-Y1),2));
    LENGTH2=
    SQRT(power((X3-X2),2)+power((Y3-Y2),2));
    TOTAL LENGTH=LENGTH1 + LENGTH2
    thanks

    its my first time to use that.There's got to be a first tiem for anything. Be brave.
    btw if theres more easy suggestion pls feel free..Well of course the easiest solution would be if the calling program passed in the parameters as separate arguments instead of glomming them together in a string that has to be parsed. This sort of kluj really ought not to have survived into C21.
    Cheers, APC

  • How can i make Trend lines in numers for iPad

    Does numbers support trend lines? How can i make them?
    Thank you in advance

    Numbers on ipad does not give you the option of adding trend lines to your graphs at this time.
    Jason

  • How can I make a startup flash drive for a new iMac?

    My new imac came without an install disk.  How can I make a bootable startup drive from a flash drive for emergencies?

    http://support.apple.com/kb/DL1433
    Regards.

  • I was on the airplane during which my keyboard pressed wrong passcode, I guess. I found my iPad was diabled to connet to iTunes. I don't have any access to my pc. How can I make my iPad abled?

    Please help me make my iPad abled without access to iTunes. I have iphone with me. Is it possible to resolve diabled iPad?

    You always want to use the same computer that you always sync with so that you can restore your app data and settings ..... but you can restore with any other computer, but you will lose everything on the iPad.
    Instructions can be found here.
    http://support.apple.com/kb/ht1212
    Make sure that you pay attention to the section at the very of the article that talks about having never synced your iPad with iTunes. You may need have to restore the iPad that way.

  • How can i make my iMac stop asking for passwords?

    How on earth can I make my iMac quit asking me for passwords? I've tried a few attempts at resetting Keychain passwords. Nothing I do seems to change any behaviors. I'm also complete noob to Mac so go easy with the jargon. I've even had a session an apple support person and fixed it temporarily.
    my imac is current with OS X 10.9.2

    OS X: Keychain Access asks for keychain "login" after changing login password
    http://support.apple.com/kb/ht1631
    Resetting your keychain in Mac OS X
    http://support.apple.com/kb/ts1544
    If you can read through these, are these steps similar to what the Apple advisor had you do?

  • How can I make Firefox remember new passwords for old accounts?

    I have recently moved to a new notebook computer. I used the "Password Exporter" add-on to import my passwords from my old machine.
    Now, when I reach a Web page that I'd saved the user id and password for, it no longer appears in the fields and I have to start typing some of it, before Firefox offers it again.
    Also, if a password has changed, when I enter the new one, Firefox won't offer to update that saved account with the new password - so I'm stuck with my old 'list' of accounts and their original passwords.
    How can I fix these problems?

    * Make sure that you not run Firefox in (permanent) [[Private Browsing]] mode
    * You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    * To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Uncheck: [ ] "Automatically start Firefox in a private browsing session"

  • How can I make only the shape active for the mouse events, not the whole box around it?

    I want to create mouse over events for different parts of an image (say of a hard disk drive), so when the user places their mouse over the spindle, say, it will change colour.
    At the moment I have it working however the event is triggered when ever the mouse is in the bounding box of the spindle image. How can I get it to only be triggered when it is above the non transparent part of the image (or symbol)?

    Thanks joris182, but that wont work when there are other objects within the bounding box of the transparent symbol. For example, if I want the sclera to highlight, if I use an invisible shape over it, it will be active even if someone has their mouse over the vitreous body.

  • How can I make Skype Desktop the default for Call: links in MS Outlook?

    How can I persuade MS Outlook to use Skype Desktop for Call: links (such as those for phone numbers in a Contact Card)?  Right now it is using Skype for Business to open them (I have both Skype Desktop and Skype for Business - formerly Lync - installed) and I need to use Skype Desktop by default instead. Office 365 Business (15.0.4727.1003) on Windows 8.1 Pro x64, with Skype Desktop v 7.6.whatever the latest is. Advice very welcome!

    How can I persuade MS Outlook to use Skype Desktop for Call: links (such as those for phone numbers in a Contact Card)?  Right now it is using Skype for Business to open them (I have both Skype Desktop and Skype for Business - formerly Lync - installed) and I need to use Skype Desktop by default instead. Office 365 Business (15.0.4727.1003) on Windows 8.1 Pro x64, with Skype Desktop v 7.6.whatever the latest is. Advice very welcome!

Maybe you are looking for