lagen
Posts: 9
Joined: Fri Jun 09, 2017 12:36 pm

Simple update on the web

Hi

I have a project we can call test.exe

I want when the user run test.exe it's check on my website for a newer version.
if there is a newer version I want the software download and install.
I want the user to have no choose, the upgrade will go automatic.

is this possible?
lagen
Posts: 9
Joined: Fri Jun 09, 2017 12:36 pm

Re: Simple update on the web

I forget to tell that I use visual studio 2017
Sorin
Posts: 663
Joined: Mon May 08, 2017 1:03 pm

Re: Simple update on the web

Hello,
I want when the user run test.exe it's check on my website for a newer version.
if there is a newer version I want the software download and install.
This can be done by using our Updater feature.
Launching our Updater from your application could be done in the following way : How do I programatically integrate the Advanced Updater with applications written in various languages?
If you choose this method, you should select "Manual, from application, using a shortcut, etc" option from "Updater Execution" page in "Updater" page.
You could also enable "User cannot disable automatic updates check" option from this page.

If you don't want the user to be informed about the fact that an update exists, you should call the updater with /silent command line. Here you could find all command line options for our Updater : Auto Updater
I want the user to have no choose, the upgrade will go automatic.
This can be done from the "Updater" page, by going to "Updater" page and selecting "Check and automatically install All updates" option from "Update Behavior" field.

Best regards,
Sorin
Sorin Stefan - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
lagen
Posts: 9
Joined: Fri Jun 09, 2017 12:36 pm

Re: Simple update on the web

Thanks

This was what I was looking for.
Sorin
Posts: 663
Joined: Mon May 08, 2017 1:03 pm

Re: Simple update on the web

You are welcome!
Please let me know if you have any other questions.

Best regards,
Sorin
Sorin Stefan - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”