Hi every one, Can any one tell me how to install msi file in silent mode (no user interaction) using c#? Thanks in advance
You can try this!
Use below namespace
using System.Diagnostics;
Write below code within page load event or any other control's event
I hope it resolve your problem