Need to install a mileage program and need help.

I need to install a mileage program on my ideapad S10.  I have the cd and the code to make the program work.  How do I get this installed on my Ideapad?  Please give precise and clear directions.  I don't want to screw this up and end up having problems.  Any help is greatly appreciated.  Thanks in advance. 

1. Easiest way is to purchase or borrow an external CD player, of course, or
2. Contact the original company and pay to download an installable version.
3. Bring your S10 & CD to a local computer store. They should install your program for cheap.
4. Find a downloadable replacement mileage program online. Here is one..
http://download.cnet.com/Mileage-Calculator/3000-2064_4-10436153.html?tag=mncol 

Similar Messages

  • Windows XP Clean Install – What I discovered and the help I need

    Windows XP Clean Install – What I discovered and the help I need
    I previously had a problem with my Laptop dying randomly you can read about it in the thread entitled Computer dies Randomly (Battery also dead) click to view
    Before I realised the solutions, I thought that maybe my Laptop had become infected with a Virus and decided it would be prudent to do a clean install of the Windows XP operating system.
    Everything went perfectly and thought a clean install was a good opportunity to download the “XP Service Pack 3” SP3 and did so, it seemed very quiet though and that’s when I realised I had no sound…
    I downloaded all of the sound drivers I could find on the Lenovo site for 3000 N100 (I knew from previous experience that the “SOUNDMAX” driver is the only one that actually works with this 3000 N100) in order to install this you have to install the Realtek HD audio driver, but in order to install that you have to install some other Driver/Soft that only works with SP1 or SP2 if you try to install it with SP3 it will say that you don’t need the file as your Service pack is newer than the file you want to install, this is understandable as SP3 is not final as of yet (but it’s good to know).
    My next problem was that my extra RAM was not detected, this was fixed by updating the BIOS, after installing all of the System updates, PC Doctor, everything I could find for 3000 N100 I decided to rest, I pushed the Lenovo care button and it did not work, I found a hot key driver and installed it but still the Lenovo care button does not work, previously when I pushed this button it would bring up the Lenovo menu but now it’s just a dead button, Does anyone know how to get this button working again?
    I am pretty sure that everything else is working fine now, just that button not working is very annoying, is there a set routing of installs you must do to get everything working, i.e. bios 1st audio 2nd system update 3rd etc...
    Please help, I hope I have helped you...
    Message Edited by DrunkenNinja on 05-07-2008 03:38 AM
    Message Edited by DrunkenNinja on 05-07-2008 03:38 AM
    Solved!
    Go to Solution.

    Ok first everything works now... except the Lenovo Care button, I just posted the other stuff cause it might help other members,  I have searched the forum for an anwser to this problem but there was only one anwser (suggesting to uninstall the driver restart and re-install it) and it did not result in a working Lenovo Care button...
    I don't beleive the Lenovo keyboad drivers are in any way related to the Service pack 3 as they do not use the Service pack files, to back this up I also had the same problem when Service Pack 2 was installed...
    The Lenovo Care button works fine on Boot up screen to access the rescue and recovery software (So the mechanics of the button are fine) but once Windows XP loads it is just a dead button, I remember it used to open up the Lenovo Care Start bar, I got it working once in the past but I can't remember what I did, I thought someone here might know the anwser...

  • HT5639 if i use boot camp to establish windows on my Macbook pro can i then install a windows program and run it without another software ie parallels?

    Can I use a windows program such as QuickBooks on my macbook pro 15inch with only using boot camp or do i need to have another program?

    Boot Camp is everything you need to run a Windows application.
    Boot Camp allows you to install Windows in a second volume, so you can start up there and run all your Windows apps without needing any Mac OS X app. It's true that OS X apps like Parallels or VMware Fusion allow you to use your Boot Camp partition in Mac OS X, but it looks like you don't want that

  • Firefox is installed twice in 'program and features'

    I installed 27.0 from 26.0. Basically i updated it through the setup. When i saw the list of installed programs in my Control Panel , there were two instances of the 'Mozilla Firefox installed'. One was the firefox 26.0 and the other 27.0. What does that mean? When i try uninstalling the older one the newer one too gets uninstalled.

    You could also try cleaning up your registry by using glary utilities. It does have a registry fixer as well as some other utilities for uninstalling programs you might want to look at.
    Just go to http://ninite.com/ then in the middle column under utilities choose Glary. Then choose get installer at the bottom, then if you have the option to just run it or save then run. This will set up Glary for you without any interaction and will NOT install any toolbars, or any garbage like that as well
    Best Regards

  • I uninstalled Firefox, and now it will not let me install it. It shows it as being installed in the Programs and Features folder. I highlight it and click on Uninstall and it does nothing. Is there a cleaner that will get rid of the old Firefox program?

    Windows 7.

    at the end, you say "import preferences", which program are you describing?
    So im safer using footage that is remotely being pulled from iphoto...
    vs
    using footage that is imported into FCP from imovie?
    Is there anything i can do in fcp to make this footage more reliable or safer or more stable as i pull remotely from iphoto?
    All the footage, and all the libraries to all programs, or on a new pegasus 12tb raid 5 setup fyi.

  • OO programing and other help......

    I got the following done. It is very nearly finished. Apart from a few error. ( Which i can't find out why so if you figure it out please be so kind to tell me. )
    I think you could see my idea and what i intend to do in this program. But it is my first long program so if i did something abnormal and idea how to improve it please tell me as well.
    Something concern me is that it is not very OO. And the only reason i spend so much time trying to learn Java is because i can't get my head around OO programing. Although finally i manged to find a book to make me understand it. But doing it myself and using OO in pratice is much harder than i thought. ( As you can see in my code is very procedual ). So any comment on that issue is well come.
    import parport.ParallelPort;
    class Pio {
    public static void main ( String []args )
         int init = 0;
         int input;
         int readin = 0;
         long start;
         long end;
         long elapsed;
         ParallelPort PPno1 = new ParallelPort(0x378);
         // 0x378 is normally the base address for the LPT1 port
         ParallelPort.writeOneByte(0x378, init);
         // Init DATA register
              System.out.println("Please Enter Relay 1 or 2 you would like to test" +input );
              for ( input /= 1 && input /= 2 );
              System.out.println("Please Enter either 1 or 2 as input paramteter");
              if ( input = 1 ){
                   start = System.currentTimeMillis();
                   init = init | 0x04; // set D1 (second bit from right to left)
                   ParallelPort.writeOneByte(0x378, init); // update DATA register
              }else // if input is not 1 input must be 2
                   start = System.currentTimeMillis();
                   init = init | 0x08; // set D1 (second bit from right to left)
                   ParallelPort.writeOneByte(0x378, init); // update DATA register
              readin = PPno1.read();
              if (readin > 0){
                   end = System.currentTimeMillis();
         elapsed = end - start; //ms
         System.out.println("The total time it took relay to start" + elapsed);
    ( All part using class parallel port are working. As i have tested them seperately. )

    Thanks. But may be i should concentrate on getting it works first. Because it is way far off finish then i have imagined................
    I got the following, after you point out Input does not work as i have completely forgotten about it.
    import java.io.*;
    import parport.ParallelPort;
    class Pio {
    public static void main ( String []args )
         int init = 0;
         String input;
         int readin = 0;
         long start;
         long end;
         long elapsed;
         ParallelPort PPno1 = new ParallelPort(0x378);
         // 0x378 is normally the base address for the LPT1 port
         ParallelPort.writeOneByte(0x378, init);
         // Init DATA register
              System.out.println("Please Enter Relay 1 or 2 you would like to test" );
              // User input
              BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
              String text = in.readLine();
              // Reading User input in STRING!!!! ( caution )
              input = Integer.parseInt(text);//converting string to int
              //inorder while to compare
              for ( input != 1 && input != 2 ){
              System.out.println("Please Enter either 1 or 2 as input paramteter");
              BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
              input = in.readLine();
              if ( input = 1 ){
                   start = System.currentTimeMillis();
                   init = init | 0x04; // set D1 (second bit from right to left)
                   ParallelPort.writeOneByte(0x378, init); // update DATA register
              }else // if input is not 1 input must be 2
                   start = System.currentTimeMillis();
                   init = init | 0x08; // set D1 (second bit from right to left)
                   ParallelPort.writeOneByte(0x378, init); // update DATA register
              readin = PPno1.read();
              if (readin > 0){
                   end = System.currentTimeMillis();
         elapsed = end - start; //ms
         System.out.println("The total time it took relay to start" + elapsed);
    When i compile i got the following error.
    D:\Downloads\UserPort\UserPort\pio.java:27: incompatible types
    found : int
    required: java.lang.String
    input = Integer.parseInt(text);//converting string to int
    ^
    D:\Downloads\UserPort\UserPort\pio.java:30: operator != cannot be applied to java.lang.String,int
    while ( input != 1 && input != 2 ){
    ^
    D:\Downloads\UserPort\UserPort\pio.java:30: operator != cannot be applied to java.lang.String,int
    while ( input != 1 && input != 2 ){
    ^
    D:\Downloads\UserPort\UserPort\pio.java:33: in is already defined in main(java.lang.String[])
    BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
    ^
    D:\Downloads\UserPort\UserPort\pio.java:37: incompatible types
    found : java.lang.String
    required: boolean
    if ( input = 1 ){
    But all these error wasn't there before i add the User input in........ which is very very confusing sincei spend the whole day trying to get it to work and i still couldn't............. May be that is why programmer are worth so much money these day................................

  • I am using Firefox 23.1 all of a sudden images are not displayed, I have started in safe mode, installed a new version and nothing help

    I have tried everything from re-installing FF 32.1
    restarting is safe mode
    re-examined all extensions to see if any could be cause it and disabled some and nothing.
    I will NOT go higher than 23 as I have many more problems when I was in those
    I have a mac. ...10.8.5

    If images are missing then check that you do not block images from some domains.
    *Tap the Alt key or press F10 to show the Menu Bar
    Check the permissions for the domain in the currently selected tab in "Tools > Page Info > Permissions"
    Check "Tools > Page Info > Media" for blocked images
    *Select the first image link and use the cursor Down key to scroll through the list.
    *If an image in the list is grayed and "<i>Block Images from...</i>" has a checkmark then remove this checkmark to unblock images from this domain.
    Make sure that you do not block (third-party) images, the <b>permissions.default.image</b> pref on the <b>about:config</b> page should be 1.
    Make sure that you haven't enabled a High Contrast theme in the Windows/Mac Accessibility settings.
    Make sure that you allow pages to choose their own colors.
    *Firefox > Preferences > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    Note that these settings affect background images.
    See also:
    *http://kb.mozillazine.org/Website_colors_are_wrong
    There are extensions like Adblock Plus (Firefox/Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images and other content.
    See also:
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    *http://kb.mozillazine.org/Websites_look_wrong

  • I forgot my computer password, I am trying to install a program and I can't

    Can somebody help me? I know my apple ID and password, but I forgot the password for my IMac. I am trying to install a new program and it is asking me for my password and do not remember it. the keychain is the problem and when I try to create one or change it .The computer ask me for my password. What can I do??

    Greetings,
    See this article on how to reset your password: http://support.apple.com/kb/HT1274
    Cheers.

  • Difficulty installing downloaded programs and upgrades using iMac intel 5.1

    I have been having some difficulty installing some programs or upgrades downloaded off the internet. Even though some are dmg files, my computer is still trying to open with stuffit and giving me the error message 17530. Sometimes I am able to try "open with" but even that doesn't open the program when I use disk utility. I am not sure hat the problem is and how to fix it.
    ny help is strongly appreciated.

    I am mostly having difficulty with iMacsoft DVD copy program and the limewire upgrade for 5.4. I think I am at the point where if I get them to unstall, great and if not oh well, but what I really what to try to figure out is what the problem is so I can fix so I don't run into this again with other installations. I have downloaded other upgrades such as Office 2004 update yesterday and it installed just fine. I have installed other media programs and Skype recently and they installed just fine too, so I can't figure out what is going on with this two installers- iMacsoft DVD copy and Limewire upgrade. I get the message error 17530 for both and can't get around it. The iMacsoft is a dmg file so it shouldn't e trying to open with Stuffit Expander but it does. I have tried downloading them numerous times, but that didn't make any difference. I even did a repair disk permissions and that didn't help.
    Thanks
    tjusoftball

  • After deactivating flash  pro after acrobat stopped working in CS6, all programs converted to Trial Versions. How do I reactivate? Is the only solution to delete all programs and download CS6?

    Reactivating acrobat in CS6

    When you deactivate one program of a Suite the entire Suite is deactivated.  You should be able to reactivate by opening one of the programs and choosing Help -> Activate.  If that does not work then you probably need to uninstall the Suite and reinstall it.

  • I can't install any adobe programs!!!

    Dear support!
    My problem is I can't install the Adobe programs from creative cloud.
    The story:
    When I try installing the premiere cs6 family the program dowloading, but not extract. Then I wrote a email the hungarian adobe distributor (designshop.hu), and kindly man wrote to me: Ok we know this problem, use this:http://www.adobe.com/support/contact/cscleanertool.html
    or write hte adobe support.
    I use the cleanertool. then I uninstalled all adobe programs. ANd then when i want install again ( for example PS) I get same problem like in premiere install.
    So NOW i can't install any adobe program.
    Please help me asap, becouse I can't do my job.
    Soory my english, and i hope yoe understand me.
    thanx

    Spokuc are you receiving any specific error messages during the installation process?  You can locate the error messages from your previous installation attempts within your installation log files.  Please see Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for information on how to locate and interpret your installation log files.

  • Installer freezes:  unable to install any new programs

    My Powerbook G4 is 3 years old, runs OS X 10.3, I've never had any major issues.
    Now, something new my way, something I have no idea how to resolve: the installer is broken. When I try to install any new program and launch "installer", the computer freezes and eventually I have to do a hard restart. Doesn't matter if the installer file is on a CD or on my desktop. Doesn't matter what kind of file it is - from what I've tried so far, it freezes every time, no matter the program I'm trying to install.
    I ran Disk Utility and made sure permissions were okay - didn't help.
    Can anyone shed some light on this problem? Is there anything else I can try?
    Thank you SO much in advance.

    Terence,
    Thanks for getting back in touch so quickly.
    Yes, it was DivX I was trying to install this evening, however I can't remember which app I originally had problems with, but I had assumed it was the installer packages themselves as they were for printer drivers, wireless mouse driver, etc. Since I have now encountered this with the Apple security updates and a more major package in DivX, it seems either Installer or OS permissions somewhere.
    I tried trashing Installer, downloading Pacifist and re-installing the package from the Max OS X Install Disc, however the problem persists. I first tried the Apple security updates knowing this would be a valid package if nothing else, and it still fails. Here is the log from trying the security updates:
    "Aug 6 23:21:36 iain-foulds-computer : BomFileError 13: Permission denied - ///System/Library/PrivateFrameworks/Bom.framework/Bom
    Aug 6 23:21:36 iain-foulds-computer : Install failed: Some files for SecUpd2006-004Intel may not have been written correctly."

  • I need to uninstall my old version on itunes and install a new version, i cant uninstall from Programs and Features, a message keeps coming up saying 'The feature you are trying to use is on a network resource that is unavailable.' Can anyone help please

    I have tried to just install the new version of itunes from the apple website, it looks like it downloads but after 5 minutes at the end of the install it says 'old version of itunes cannot be uninstalled, please contact support.'?  
    Is there anyway I can remove the version of itunes from my computer? i dont mind if i lose the music/content I already have on my itunes. I need to do this as i have just received the iphone 4 and need to install the newest version of itunes.
    Many thanks

    I need to uninstall my old version on itunes and install a new version, i cant uninstall from Programs and Features, a message keeps coming up saying 'The feature you are trying to use is on a network resource that is unavailable.'
    Unfortunately, this sort of trouble has gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove".
    Quit out of CleanUp, restart the PC and try installing iTunes again. Does the install go through properly now?
    (If you do find a clean download site for the correct version of CleanUp, please don't tell me where it is. Without wishing to sound paranoid (although I grant it does sound paranoid), there is a non-zero chance that posting links to download locations for the utility here at Discussions leads to that download location being shut down.)

  • When I tried to install reader, it stopped and says I have a higher functioning program. Why can I not read the pdf's I need then?

    I tried to download reader for pdf files for school. It stops installing and cancels. It says that I have a higher functioning program and cancels installation. I still cannot view the material I need. How to I fix this?

    Are you trying to view the materials from within your browser? If so, read this: Configure browser to use the Adobe PDF plug-in

  • Can I wipe out newer OS on ibook G4 and restore with OS 9 or 8 or even 7 so that I can run the hundreds of Educational CDs we still have at our school? We do not need to go online or be wireless or install any newer programs.

    Can I wipe out newer OS on ibook G4 and restore with OS 9 or 8 or even 7 so that I can run the hundreds of Educational CDs we still have at our school? We do not need to go online or be wireless or install any newer programs.

    Look on the outside of the case to see if it has a port with a symbol similar to a Y, or compare its specifications against those of the first two computers on this list.
    (64597)

Maybe you are looking for

  • Lenovo G560, Windows 8 and Hiren's Boot program

    I installed Windows 8 on my Lenovo G560 and one partition of my Harddisk has some errors. I have tried repairing it with the Windows Repair Utility program but the drive errors continue to occur. Previously when my machine was running on Windows 7, I

  • What is the Proper Screen Resolution For a 17" MacBook Pro?

    Playing around with display in system preferences I have somehow reset / changed the screen display / resolution. To what should I set the display? Thanks

  • Custom message during Invoice parking

    Hi , I am implementing ECC MM module. Sceanrio is that during creation of a PO , the buyer will sometimes put an internal note , to be checked by the FI person during invoice parking. The requirement is : 1. How to create a custom message " check the

  • Text Lines to print on Marketing Documents

    How do I get line Types of Text to print on the documents?  2005A, SP1

  • MR_Print Form prints gibberish

    We are using a copy of MR_PRINT (ZMR_PRINT) to do our ERS invoices and for some reason occassionaly everything after "processed by" is garbled.  This appears on our emailed PDF output. Sample: <b>WOODBRIDGE ON L4L 5V3 Document no. I Pete Currency 800