I use Automatic Updater 2.6.18 and wyBuild to create update packages. I followed tutorials on integration of AU in my application and updating works fine, when it is done online.
I want also to allow users to make updates offline on computer without the internet connection. For testing purpose I built a catch-all update for the newest application version, lets say 1.1, with wyBuild.
Then I placed the catch-all file to a separate folder together with a fresh server wys file. So, the folder contain only two files. In the application 1.0 I run wyUpdate.exe with the following command line string:wyUpdate.exe server=file:///D:/temp/wyserver.wys -updatepath=file:///d:/temp/1
The wyUpdate dialog appears and says that a new version is found, which is correct. When I click the update button, wyUpdate immediately returns The update failed to download error with the following details:Error trying to save file: Error downloading file:///D:/temp/app1.0.to1.1.wyu: Could not find file d:\temp\app1.0.to.1.1.wyu
As I understood wyUpdate looks for a patch wyu file, instead of picking up the catch-all update directly. If I add the patch file, app1.0.to.1.1.wyu, to the same folder, a updating process starts normally. However, I would like to provide offline updates for any application version with a single catch-all file. Can this be done and my issue fixed?
Thanks in advance!