Hi this is my 2nd Query on this forum,
After successful download of updates in the client end,
I'm checking for "AutomaticUpdater1_ReadyToBeInstalled" event and i'm writing the Restart code(vb.net) as bellow
Application.Exit() Process.Start(Application.ExecutablePath)
If there are any updates in the server the client system able to checking and downloading the updates after that above event is raising and forcing the application to restart, so here is my problem....
i.e:- Whenever it's trying to restart the system the new updates installation is happening fine, but in addition to that i'm getting the windows error message dialog box with two buttons 1.Send Error Report, 2.Don't Send.
After conforming that message box only my application is restarting . How can we overcome this dialog box and make the application to be auto updated with out iteration....?
If you tell the the solution for this, then my boss is ready to buy this product...ORIs there any easy way to do silent updates for windows applications using wybuild?
please let me know soon,Thank you!