App Restart

Hi,

I'm testing out wyBuild.

I have the project working and everything except that it doesn't seem to restart the application after the update is complete.

It's a WPF .NET 3.5 application but I didn't integrate the update control. I'm doing a silent check. If the status code is 2, I'm launching the updater. The updater closes the application when I click on 'Close Application (??)' from within the installer.

Update goes fine except that the application doesn't relaunch.

I'm doing nothing special about starting the WPF application. In the App.xaml I have the StartupUri specified.

Any help would be appreciated.

Thanks,Thorben

Hey Thorben,

If you're using wyUpdate as a standalone updater (like you are) then you're responsible for executing the app after the update. See the help article "Executing files in your update".

It's rather simple to do. Check "Execute file after update has finished" and uncheck "Wait for execution to finish before continuing"

Tell me if this helps.