System.Diagnostics.Process.Start("C:\\install.exe");
I'm using the above code to launch the installation file.
InstallBldRepository repo = InstallBldRepository.Instance;
repo.WebDocumentInternet_Security_Suite.Self.Focus();
For setting the focus on the WebDocument. It is failing.
How to set the focus to the WebDocument??
