Windows Vista Forums

Check if Application Installed
  1. #1


    David C. Holley Guest

    Check if Application Installed

    How would I use code to check if an application is installed? Just look for
    the *.exe in the expected location?





      My System SpecsSystem Spec

  2. #2


    Al Dunbar Guest

    Re: Check if Application Installed



    "David C. Holley" <David.C.Holley> wrote in message
    news:O6srTg$uKHA.1796@newsgroup

    > How would I use code to check if an application is installed? Just look
    > for the *.exe in the expected location?
    That depends on the application.

    /Al



      My System SpecsSystem Spec

  3. #3


    mayayana Guest

    Re: Check if Application Installed

    As Al said, it depends. Windows doesn't have
    a standard system. For instance, if I install
    Regmon I'll just make a folder named "Sysinternals",
    unzip regmon.exe into that, and make a shortcut
    somewhere. There's no way for you to check whether
    I have Regmon unless you scan the whole disk.

    With Windows Installer you can list installed
    software, but most software is not installed that
    way, so it's not of much value.

    The standard method aside from Windows Installer
    is to register the program EXE under:
    HKLM\Software\Microsoft\Windows\CurrentVersion
    \App Paths\ProgramName.exe\

    But that's not always done. The best method is
    to research exactly how the software in question is
    installed. If you don't have a specific program in mind
    then see here for script samples that demonstrate the
    pros and cons of different methods:

    http://www.jsware.net/jsware/scripts.php5#enumsoft


    > How would I use code to check if an application is installed? Just look
    for

    > the *.exe in the expected location?
    >
    >


      My System SpecsSystem Spec

Check if Application Installed problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Check if latest updates installed JohnB Server General 3 21 Jan 2010
Check if Powershell is installed? Christian Havel PowerShell 2 20 Oct 2008
Check to see which DirectX is installed Everlong Tutorials 1 19 Sep 2008
Check for installed updates programmatically om Vista General 6 28 Feb 2008
Check for installed Defender on XP should be earlier JPS Vista installation & setup 0 17 Jun 2006