1924 results found
Less moving parts and easier to use (and same end-result): https://wyday.com/wybuild/help/silent-update-windows-service.php Don't bother with the AutomaticUpdater.
https://wyday.com/limelm/api/ta-changes/
If you're looking to protect updates, do it like so: https://wyday.com/wybuild/help/limit-updates.php Encrypted updates will likely be removed in the next version.
Here's the latest version of VS for free: https://visualstudio.microsoft.com/vs/
The web API is fairly simple (make an HTTP POST request to the API url with the function you want to use: https://wyday.com/limelm/help/api/ ). No complicated handshakes needed.
Hey Storey, https://wyday.com/forum/t/3882/error-downloading-could-not-create-ssltls-secure-channel/#post-22523Next version is a native updater an won’t rely on workarounds for .Net bugs.
More information here: https://wyday.com/limelm/help/turbofloat-server/#config-https #3 is the best option because it uses "well tread" path on most networks and switches (meaning it's harder for them to mess it up).
My issue is that we want to update from a HTTP URL to a HTTPS URL and we end up with the same issue as many people where WyUpdate can't create a SSL/TLS secure channel (see https://wyday.com/forum/t/3882/error-downloading-could-not-create-ssltls-secure-channel/#post-22523)Compiling and using the latest version of wyUpdate.NET4 from https://github.com/wyday/wyupdate seems to fix the issue but we loose all the branding and the custom properties which are defined in WyBuild.
Also, we typically recommend HTTP or HTTPS download sites because there are faster and there are better, stable, well-maintained HTTP / HTTPS servers.
Longer story, read here: https://wyday.com/forum/t/3906/able-to-extend-trial-days-by-changing-system-time/#post-18818
But we cover this in our documentation: https://wyday.com/limelm/help/vm-hypervisor-licensing/ https://wyday.com/limelm/help/licensing-types/#floating Your app, using the TurboFloat library, *can* be run on a VM (or container or hypervisor).
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://wyday.com/limelm/api/rest/ CURLE_PEER_FAILED_VERIFICATION (60) The remote server's SSL certificate or SSH fingerprint was deemed not OK.
hmm well i have spent more of my budget on specialized software to do this project.. it seams like im buying more software then im actually creating at this rate!!
See: https://wyday.com/limelm/help/turbofloat-server/#config-isgenuine You shouldn't put the TFS on a VM (false positives and false negatives).
Provide useful reports so we can provide useful feedback: https://wyday.com/limelm/help/faq/#useful-reports
This is covered in the TurboFloat Server article: https://wyday.com/limelm/help/turbofloat-server/#install That whole sections explains how to install the TurboFloat Server so that it configures the firewall correctly.
Best place to get started: https://wyday.com/limelm/help/getting-started/
If you need silent checking, here's how to do it: https://wyday.com/wybuild/help/silent-checking.php
You should use the CloseAppNow event and make sure you app is not intercepting and canceling the close event: https://wyday.com/wybuild/help/automatic-updates/members.php Let me know if that helps.