See: -updatepath="<url>".
Hello, I have some question.
Is there any way to show a client (client wyBuild) to download updates for applications from local path?
I have this:
folderApp - app.exe - client.wyc - wyUpdate.exe - \updates\ - wyserver.wys - update1.wyu - update2.wyu - etc.
In wyBuild I want I want to set DownloadSite it like this: file:///updates/%file% or in automaticUpdater.wyUpdateCommandline = "-server="file:///updates/wyserver.wys"". Always this path to converted to D:/updates/wyserver.wys or C:/, etc.
How can I solve this problem?
See: -updatepath="<url>".
Hi, I took advantage of the proposed solution, but it's current path could be further converted.
Error message:
Error trying to save file: Error downloading "file:///updates/wyserver.wys": Could not find a part of the path 'D:\updates\wyserver.wys'.
I don't want put here full path, because I have permission issue. Is it possible to force the client (client.wyc) to retrieve an update for the application of folder next to it ?
No, you have to pass the updatepath to wyUpdate. Either use a batch file or call it directly from your app.
I know that I must pass the updatepath to wyUpdate. But when I pass this file:///updates it is convertet to: D:\updates ?I want use relative path.
You can't use relative paths. You must use absolute paths.