Maximize application window?

After the update is complete, our application opens in a non-maximized window (some smaller version). Normally our application opens maximized by default. Is there a way to tell the updater to open the application as a maximized window?

Are you talking about using the AutomaticUpdater and you want to alter the beavior of the AutomaticUpdater restarting your app? Or are you talking about executing files as part of your update?

If you're talking about executing files as part of your update then just select the "Maximized" start style.

If you're talking about your app restarting as a result of the AutomaticUpdater, then you have to handle that in your code.

I am talking about restaring the app as a result of the AutomaticUpdater. When you say I have to handle that in my code, do you mean my application or my custom Update code?

In the UpdateSuccessful event maximize your window. Or better yet just have your Window retrieve the last user-set Window position on every start.