ryan_perneel
7 years agoContributor
Click Once Application install process
We have a click once application, that I have recently converted to be a TestedApp. We are hitting issues when we are installing a newer version.
I am calling TestedApps.App.Run(), and I can see the application start, but when there is a newer version, we will timeout waiting for the process to start. We have code to progress through the installation dialogs, but when the exe has not started in the timeout period, we will get an error message stating that the process did not start.
Is there anyway to suppress the error message that comes out.