Re: Shellexecute question
- From: "Paul Dunn" <paul.dunn4@xxxxxxxxxxxx>
- Date: Sun, 18 Dec 2005 23:45:03 GMT
Mike Glazer wrote:
> I want to run a Shellexecute in my Delphi pascal program to run a
> registered software program. However, suppose I dont know in which
> directory the executable exists (usually in Program Files, but it may
> be located in dofferent places on different machines). How can
> specify the runnable software without knowing specifically the
> location of the relevant exe file? Mike Glazer
Most programs that require registration (most, not all) write a specific
registry key. Search the registry for that key, and you should be able to
track down the installation details. That might tell you where it is on
disk.
D.
.
- References:
- Shellexecute question
- From: Mike Glazer
- Shellexecute question
- Prev by Date: Shellexecute question
- Next by Date: Re: Shellexecute question
- Previous by thread: Shellexecute question
- Next by thread: Re: Shellexecute question
- Index(es):
Relevant Pages
|