installed programs executable file

  • Thread starter Thread starter nafta
  • Start date Start date
N

nafta

I need to know how can I get the exact name of the main
executable file of an installed program, from within the
internals of windows - (for example : starting from the
UnInstall enteries in the registry ...)

Thanks in advance.

Thanks in advance,
naftaly Shprai
 
To the best of my knowledge, you can't.

There is no standard for this, and the operating system really doesn't care
about nor does it need to know the filename of the main executable.

Is there, for instance, a "main executable" for the Windows 2000 Resource
Kit, which is really just a collection of many smaller executables?

Your best bet would be to examine shortcuts that are put in the start menu
and chase down the targets of those shortcuts. But there is no one
definitive solution to this problem that I'm aware of.

-Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top