Hi,
On 4 Jan 2014, at 04:58,
paulc...@gmail.com wrote:
> 1. Since I already link against wxwidgets libs, is it possible to link winsparkle against those instead of having a different copy if the libraries in the dll?
Yes, there's no reason why it wouldn't work. You'll have to tweak the project settings, obviously, but other that, you shouldn't have any trouble.
> 2. Is it possible to customize the URL with additional parameters (not the feed URL, but the actual installation URL)? Some of my users have customized downloads that require specific keys, so the download link needs to include an additional parameter that is available in the configuration file, but not in the feed file. I didn't see this in the API, but it would be great to have some ability to modify the URL right before the request to download the file is made (even if to just add some query parameters).
This isn't possible currently, nor do I think it makes much sense to be honest. I suggest adding the key parameter to the feed URL (which is customizable) and let the feed script output correct download URLs.
Regards,
Vaclav