Problem when there is a new update, my software does not end .. so I need to force quit.

Hi,

I bought the product license WyBuild, but I'm trying to use difficulties.

I'm sending attached a test program I made, but that does not work as I would like.

steps:

Open SplashScreenCheck for Updatesif current version is latest version then... open main formelse automatic update (closes my application updates, runs my application)

The problem is that when there is a new update, my program does not end .. so I need to force quit.

Sorry my bad english

Waiting, thanks!

I have an attachment that I sent by email on the date 23/08/2012. I will not post here because it has the source code

Sorry, we haven't had the time to dig through your source code. I've glanced at it and it looks like your problem is the splash screen. Don't put the AutomaticUpdater on your splash screen. Put it on your main app window. Or, if you have a pending update and you want to force it to be installed then call automaticUpdater.InstallNow().

Also, if you want to handle how the automaticupdater closes your app, then handle the CloseAppNow event and close your app from that event.

Thanks for the reply! =)

I'm really struggling to solve my problems.

I would like to wait for your analysis of my code (attached to email). Well I would not remove the AutomaticUpdater form "SplashScreen". But if you really do not have the solution, we can consider a second alternative.

The idea of ??using a form "SplashScreen" update is available for querying. If available .... force the update. This way, I guarantee that my user is using the latest version of the software.

Thank you! And congratulations tool =)

I would like to wait for your analysis of my code (attached to email). Well I would not remove the AutomaticUpdater form "SplashScreen". But if you really do not have the solution, we can consider a second alternative.

The solution is to put it on your main form.

If you want to check for updates before a user gets to your main form, then use wyUpdate silent update checking (i.e. calling wyUpdate.exe and seeing what the return code is).

Hi Wyatt,

Would you send an example that works 100%, okay? I followed the guidelines of the article previously and had no success. The problem remains.

Please send an example that works 100%. Thank you!

I need this support!

Here's an example that works well: AutomaticUpdater tutorial for Windows Forms.

After you've followed that tutorial, if you're having any problems then tell me exactly what's wrong and what you think should happen.