J
jmsxp
Hi all,
I am in my infancy with programming, so please forgive stupid
questions...
I am attempting to write a C# program that will launch Trillian (well,
that is just a part of the overall program). I can get the program to
start using
System.Diagnostics.Process.Start(@"C:\Program
Files\Trillian\trillian.exe");
But, if users do not have trillian installed in the default location, I
am stuck.
How can I extract the location of trillian.exe from the registry in the
C# program?
Thanks!
I am in my infancy with programming, so please forgive stupid
questions...
I am attempting to write a C# program that will launch Trillian (well,
that is just a part of the overall program). I can get the program to
start using
System.Diagnostics.Process.Start(@"C:\Program
Files\Trillian\trillian.exe");
But, if users do not have trillian installed in the default location, I
am stuck.
How can I extract the location of trillian.exe from the registry in the
C# program?
Thanks!