Good morning everyone!
I have a personal question that I have not yet found an answer to, so I come here.
What is the difference between WinExec
and ShellExecute
in Delphi?
I ask this question because recently I had a problem trying to use WinExec
(I was trying to install a Windows service, but without success), but using ShellExecute
, the service was installed normally.
What does one have that the other does not have? I used Delphi 2010.