08-30-2012 04:18 PM
Is there a way to get the list of installed applications on Windows 7 and the path where they are installed?
Thanks,
Ritesh
08-30-2012 04:21 PM
And this is a LabVIEW question how?
http://lmgtfy.com/?q=get+list+of+installed+applications+windows+7#
08-30-2012 04:27 PM
Opps My bad!! I didn't mention that I want to get the list of installed applications using LabVIEW i.e programatically.
I am writing an application which when first run, checks for older version of the app. If it finds, it will import the intial settings folder from that app, else it will create a new default folder.
08-31-2012 08:31 AM
So is there a way to get the list of installed applications on Win 7 in LabVIEW?
08-31-2012 11:10 AM
You seem to be asking two different questions, or at least not asking the question correctly. If you're trying to update an installed application, then why do you need to get a list of all installed applications on Windows 7? Shouldn't you know where your applicaiton is installed? And if you want to see if there's an older version, then you must write the application so that it has a version number that gets returned. Did you do this?
08-31-2012 11:24 AM
Here's my case:
I don't know whether an older version of the application exists on the system or not. Even if it exists, I don't know the path where it is installed as the user can change the installation directory when installing.
@smercurio_fc wrote:
And if you want to see if there's an older version, then you must write the application so that it has a version number that gets returned. Did you do this?
But, how do I know whether that application is installed on the system or not?
08-31-2012 11:36 AM
Follow the let me google that for you link Dennis provided The top hit shows how to do that via command prompt
Use system exe.vi on the Connectivity>>Libraries and Executables pallate to interact with the command line (Windows only- but thats the point right?)