Hey Martin,
Yes this can done with a new commandline argument that was introduced in wyUpdate 2.5.22: "-updatepath". For instance in your update sites list add this:
%updatepath%/%file%
Right click it to make it "just an update site". Then pass the updatepath argument to wyUpdate, e.g.:
wyUpdate.exe -updatepath="file://H:/FolderHoldingUpdateFiles"
or this for regular updates:
wyUpdate.exe -updatepath="http://yoursite.com/updates"
Now, since you're delivering updates where there's no internet connection, you'll also have to supply the latest version of wyUpdate with your app. That is, wyUpdate won't be able to self-update via the internet, so you'll have to install the latest wyUpdate.exe (a simple replace operation).
I'd make a script or a quicky exe (using NSIS or a similar tool) that does 2 things:
- Copies the latest wyUpdate.exe over the existing wyUpdate.
- Execute wyUpdate with correct paths & commanline arguments.
Does this help?