Search results for “/forum/search/”

890 results found

Activating product multiple times on the same pc

Post by a guest on Dec 27, 2013

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.

ftp server problem

Post by servo327 _ on Oct 20, 2014

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.

Multiple activations+manually deactivations

Post by a guest on Nov 5, 2014

I have a short question that I cannot find the answer on in the support forum. Assume I have 3 activations allowed.

The systa process ended before the response could be delivered

Post by a guest on Nov 12, 2017

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.

IsDateValid c++

Post by Wyatt O'Day on Apr 10, 2018

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.

Does TurboFloat server/client support ipv6 addressSolved

Post by a guest on May 24, 2019

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

Crash with TurboActivate 4.1.3 and Xojo 2019r1.1Solved

Post by a guest on May 24, 2019

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.

IsDateValid() not working

Post by Philippe Demers on Jun 8, 2013

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.

Is it possible to run full software setup via wyUpdate?

Post by a guest on Jun 20, 2010

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?

Robustness questionSolved

Post by Wyatt O'Day on Jul 20, 2011

Sorry, I forgot to update your previous forum post on this after we confirmed the bug.

Harman Air 1.13.25 SDK Turbo FloatAnswered

Post by Keith Disbro on Jan 23, 2025

https://wyday.com/forum/t/32832/harman-air-1-13-25-sdk-turbo-float/#post-54308

Is wyUpdate Dead? (Answer: No).

Post by a guest on Oct 30, 2014

I went against my better judgement and let the active forum responses and positive initial testing persuade me to move forward.

Trial issues with TurboActivate and LimeLMSolved

Post by a guest on Mar 23, 2020

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.

using .ico files with VistaMenu

Post by a guest on Mar 11, 2009

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.

Windows Service update which has a UI

Post by Sam on Jan 25, 2011

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.

validation issue with find-key.aspx

Post by Wyatt O'Day on Aug 12, 2011

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.

New wyBuild/wyUpdate release?

Post by Wyatt O'Day on Mar 11, 2015

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.

Is there any good news on Version 4? [Out now]

Post by Donald Milne on Apr 22, 2016

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?

Custom License Fields in FastSpring Integration

Post by Andrew Morse on May 6, 2017

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.

Admin privilegies

Post by a guest on Jul 5, 2018

: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.