variable update server url

Hi,I have software that installed on closed LAN's on enterprises. The server IP is always changing between my customers. One customer give me the ip "1.1.1.1" and DNS "someprovider1" and the other customer can set my server ip to "2.2.2.2" and the DNS can be "someotherdns".As I said, I cant predict what will be the hostname/ip of the server that holds the update.There is a way to change the hostname dynamiclly after installed on the client PC?

great, thanks.also, there is a way to change the title of the updater to custom one?

Hi again,I am using the C# AutomaticUpdater and I do like that:

automaticUpdater.wyUpdateCommandline = "-updatepath=\"https://192.168.1.7:8081/static/\"";automaticUpdater.ForceCheckForUpdate();

But its gives me an error, and in the error I can see that its still looking at the old IP, not what I setted....

Did you set the variable in the download URLs? If so, what does it look like?

Did you rebuild wyUpdate and include that latest client.wyc and wyUpdate.exe alongside your app? If not, you like have the old side without the variable (hence passing that argument making no difference at all).

>> "also, there is a way to change the title of the updater to custom one?"

File -> Properties -> wyUpdate.