I have this code to install my com add-in:
System.Diagnostics.Process.Start("C:\\MatarotToolbar\\MatarotToolbarSetup\\ Debug\\Setup.Exe").WaitForExit();
after the install, I'm calling to: ( WaitForExit() )
System.Diagnostics.Process.Start("OUTLOOK.EXE");
My problem is to run Setup.Exe from every computer, I don't want to be
dependent in aii this path:
C:\\MatarotToolbar\\MatarotToolbarSetup\\Debug\\Setup.Exe
I want to run Setup.Exe file name but thi name isn't unique.
I can't find how to change this sutup default name in my com add-in (vs.net
2003 C#).
How can I kill C# program prosses efter outlook was open?
in the "Task Manager" I don't see my prosses, so It's killing itself?
Thanking you in anticipation