I am trying to install an application from my C# code. I have the exe file and I want to install silently without knowing to the user. Clicking 'Next', 'Finish' buttons should be handled internally.
I was trying to use the Process class, I could able to run the exe but do not know how to make it silent.
Could any one help me?