Hi Wyatt,
Thanks for your quick feedback!
We use Application.Run() with a slight twist:As we are using some IPC, we need an external handle to the form so we do: f1 = new Form1(); Application.Run(f1);wyUpdate has worked fine with this in the past.
My guess would be the problem occurs not in startup, but in the shutdown after we call automaticUpdater.InstallNow()
wyUpdate runs, and flashes the first two checkboxes, the progressbar gets to maybe 40% and then exits. Its hard to read, as it flashes past fast.
The app doesn't then restart. When the user (or us) restart it manually, wyUpdate completes the update.
We've checked our code, and nothing has changed in the way we use wyUpdate, just the update to wybuild and wyupdate.dll 2.6.11.2
Andrew