Do we need Internet for offline update?

Hi,

I am trying offline update without internet connection but it is looking for selupdate url that connects to some other url.It is possible that no internet is needed for offline update

RegardsKamal

Yes, you can do offline updates, but you also have to "host" the self-update as well. See: https://wyday.com/wybuild/help/custom-wyupdate-version.php

Hi Sam,

Thanks for your reply.For offline updates i don't want the wyupdate.exe will send any request to the server. But you are saying "you also have to "host" the self-update as well"

It means if we are hosting then we need internet otherwise it will fail?

RegardsKamal

No, by "host" I mean make the self-updates accessible to the user (whether the user does updates online or offline).

Hi sam,

How to make the self-updates accessible to the user offline(mean to say self-update offline)?

RegardsKamal

The same way you make other updates accessible. By using variables: https://wyday.com/wybuild/help/wyupdate-commandline.php#updatepath

Hi Sam,

Still that thing is not clear to me.

for offline updates i have two different folders one for self-update patch and one for software patch.Software .wys file is "wyserver.wys" and for selfupdate .wys file is"selfupdate.wys"

for offline updates for exceuting patch we execute like below :"wyUpdate.exe -server="file:///C:/path/to/wyserver.wys" -updatepath="file:///C:/path/to"

My query is how we will execute wyupdate.exe so that we can give both .wys path(i.e. wyserver.wys and self-update.wys).

Please help me on this.

RegardsKamal

Use the %updatepath% variable in the self-update site in your project. Also use that variable in your own self-update wyBuild project.