890 results found
I tried to follow solution 2 from this post https://wyday.com/forum/t/2226/activating-the-same-product-with-different-keys-on-the-same-pcaccount/#post-11431 , but I can't find SetCustomActDataPath method in Java API.
now, it throws an error "it's either malformed or is an unknown protocol", any ideas? I searched the forum and there was this same issue but was "resolved" by updating wyupdate.
I have a short question that I cannot find the answer on in the support forum. Assume I have 3 activations allowed.
I have tried to get help from the past thread in the forum, but it was little help to me. Tried all the things as stated, but success is not gained.
See TurboActivate.h for the latest function definitions with all possible parameters and return codes. We do not update forum posts. There are too many of them. Assume if it's older than a week old it's wrong.
I just don't understand why such a simple issue, sorry to say that, but customer have already push us for weeks, and I got not useful information from your FAE or forum. daniel
I'm using the code shown here for 64 bits for windows :https://wyday.com/forum/t/3964/xojo-64-bit-activateextradata-raises-invalidargsexception/#post-20754Xojo 64 bit Activate(ExtraData) raises InvalidArgsException Everything was fine in Turbo 4.0.6.
For rental license, I'm using the method you described in this post : https://wyday.com/forum/t/1775/settings-trial-days-to-zero-rental-license/#post-9298So using a feature called "rental_expires" and calling IsDateValid() to check if the product must be deactivated.
We're considering the possibility to use wyUpdate for our product automatic updates function andone thing we need to know before we make a decision is following (searched forum and read FAQ but not found direct answer):Is it possible to download and run complete new standalone setup via wyUpdate at some stage?
Sorry, I forgot to update your previous forum post on this after we confirmed the bug.
https://wyday.com/forum/t/32832/harman-air-1-13-25-sdk-turbo-float/#post-54308
I went against my better judgement and let the active forum responses and positive initial testing persuade me to move forward.
I see that you continue to reply to other peoples requests in this forum while my questions and the issues that I have raised have remained unanswered for weeks.
VistaMenu was just what I was looking for and I was confused over the MenuItem and ToolStripMenuItem types before finding your blog article via a Google search. One thing I noticed is that you say there is no need for sloppy Image Lists.
Hey David, If the UI app is running, does the updater know that this file also needs to be updating so it kills the process or when the auBackend_ReadyToBeInstalled(object sender, EventArgs e) is run in my windows service code should I look for this process and kill it myself in by writing some code to search out this process and kill it? wyUpdate knows the file needs to be closed, but it doesn't forcefully close it.
You can alter the page to have a drop-down (Product A, Product B, etc.) and then search for product keys for the user's choice.
Occasionally you might see a forum post or a blog post mentioning future features, but that's as far as we go with publicly posted information.
Are you even aware of the irony of calling someone gutless on an online forum, something I rather doubt you'd do face to face?
There's a hardcoded date in the example script:$feature_names = array('update_expires', 'another field name');$feature_values = array('2012-06-25', 'another value'); And many of the forum posts I've searched through here are about setting an expiration date, but that doesn't require accessing the FastSpring order data.
:https://wyday.com/forum/t/724/update-without-admin-privileges/#post-3675However, Ive seen that the autoupdater.net product solves the issue through the following code line:AutoUpdater.RunUpdateAsAdmin = false;I consider wyUpdate + wyBuild a superior product than autoupdater.ner.