1896 results found
>>> The FAQ boils down to this: Type https://wyday.com in Internet Explorer. Don't see the site?
I'm getting "Error: You must use the "systa" executable that comes with this version of TurboActivate." after trying to upgrade our Adobe AIR application to version 4.1.3.3 I downloaded "TurboActivate.zip" from https://wyday.com/limelm/api/#turboactivate-win, extracted the contents and replaced my old files with "Turboactivate.dll", "TurboActivate.exe" from \bin-windows\x86 as well as systa.exe from \bin-windows\x86\nodejs (Is this the correct systa.exe?)
https://wyday.com/limelm/help/using-turboactivate-with-csharp/#check-activation // If IsGenuineEx() is telling us we're not activated // but the IsActivated() function is telling us that the activation // data on the computer is valid (i.e. the crypto-signed-fingerprint matches the computer) // then that means that the customer has passed the grace period and they must re-verify // with the servers to continue to use your app.
Both articles here: https://wyday.com/wybuild/help/
I followed this Tutorial: https://wyday.com/limelm/help/using-turboactivate-with-nsis/.
I would guess, this happens, cause wyBuild opens all files within the temporary folder with the default action registered in windows https://yapp.kim/mybkexperience/. And for a .ps1 file this is open in notepad..Due to the fact, that this doesn't work out of the box, I created a .cmd file that starts powershell like mentioned in this SO answer and added both files (.cmd and .ps1) to the temporary folder within wyBuild.
Seems like the reverse problem of: https://wyday.com/forum/t/1538/incorrect-exit-code-from-wyupdate-via-command-line/ Using: ForceCheckForUpdate(true);And this.cmpAutomaticWY_Updater.UpdateAvailable += UpdateAvailable triggers, and the gui element for the AutomaticUpdater states an update is available.
Hi, with this pricing: https://wyday.com/limelm/signup/, does the floating server is hosted by wyday or we must host it by myself?
You might want to think about updating your guide for using Turboactivate with c# at (at https://wyday.com/limelm/help/using-turboactivate-with-csharp/) to at least mention the fact that this is an error that must be handled.
The same for the IsDateValid() problem (https://wyday.com/forum/t/1980/isdatevalid-not-working/).
ok, I found the version on the url when I clicked my version 1.0 https://wyday.com/limelm/version/10--/ so I changed my version to this value$version = '10--'; but even if I don't parse, I should get a return xml string from GetPKeyID() call: $pkey_id = LimeLM::GetPKeyID($version, $product_key);echo '<p>GetPKeyID: ' .
Sub doit() sURL = "https://wyday.com/limelm/api/rest/" Dim objHTTP As Object Set objHTTP = CreateObject("MSXML2.XMLHTTP") If TypeName(objHTTP) <> "IXMLHTTPRequest" Then Exit Sub objHTTP.Open "POST", sURL, False objHTTP.setRequestHeader "User-Agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" objHTTP.setRequestHeader "ContentType", "application/x-www-form-urlencoded" objHTTP.send "api_key=blahblahblah.blahblah&method=limelm.test.echo" WebResponse = objHTTP.responseText Debug.Print WebResponseEnd Sub Inserting my actual API Key, this produces is <?
Call stack at crash time: https://postimg.org/image/vz54137h3/ The crash in question happens in the function CryptoPP::Rijndael::Enc::AdvancedProcessBlocks() function, where _freea() is called.
I have the following setup: Two Versions in LimeLM: 1) V1, with VersionID: VID1, 1 License Key: K12) V2, with VersionID: VID2, 1 License Key: K2 Now I call "limelm.pkey.find" via the Example in the C# example (Method is Declared as FindPKey(string versionID, string email) in the C# Example: Method source listed below FindPKey("VID1", "K2"); // K2 Does NOT exist for VID1 According to the Docs at: https://wyday.com/limelm/help/api/limelm.pkey.find/, email can be the Key to find.
Hello, https://wyday.com/limelm/help/api/limelm.pkey.getID/ documents the parameters to this funciton as: api_key (Required) - Your API application key.
Take example of this software editor in terms of documentation: https://docs.unity3d.com/ScriptReference/Application.LoadLevel.html
https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/oem-hvci-enablement#:~:text=Starting%20with%20Windows%2011%2C%20new,whether%20the%20feature%20is%20enabled.
My thought is to use the same approach as outlined in https://wyday.com/wybuild/help/limit-updates.php, except use with the url that returns system.wys.
. / Error trying to save file: Error downloading "https://cloudradialdv.blob.core.windows.net/testcontainer/updates/wyserver.wys": The remote server returned an error: (400) Bad Request.
I can think of two possible issues (besides an old dll which works everywhere else so far include Windows 11): - The machine can not reach your network, but Internet Explorer is successfully able to get to https://www.wyday.com, maybe there is some other way it's getting blocked?