tardas1
Posts: 17
Joined: Wed Sep 06, 2017 6:30 am

Update by license

Hi,

I am trying to update my products automatically. I am using "Updater" preference in product project. I have an "Updates Configuration" project that has license configuration.
I want to license updates by version.
For example 2 users using MyProduct v1.0 and i have two new versions v1.1 and v1.2. I want
- User1 downloads MyProduct v1.1 using Updater.exe.
- User2 downloads MyProduct v1.2 using Updater.exe.

How can i do it?
Sorin
Posts: 663
Joined: Mon May 08, 2017 1:03 pm

Re: Update by license

Hello and welcome to our forums,

If your have implemented a licensing feature into your application I would recommend calling the updater from your application using the following command line:

Code: Select all

-url <location>
Please take a look on this article : Auto Updater

When using this, instead of using the Updates Configuration File url from the updater configuration INI file, the Updater will use the one specified after this switch. It can be used with the /checknow, /silent, /silentall, /silentcritical and /justcheck command line options.

The URL should be specific for each different version of the product.

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

Return to “Building Installers”