Search results for “/forum/search/”

890 results found

New trial extension shows "The trial extension has already been used."

Post by Gary Meisner on Aug 9, 2020

I having issues similar to those described at https://wyday.com/forum/t/3724/trial-extensions-not-working/. I'm just testing my Xojo app on a new Mac with the latest version of TurboActivate.

Server down because maintenance ?Answered

Answer by Wyatt O'Day on May 30, 2024

Yes, 5.x is coming for all platforms: https://wyday.com/forum/t/31229/network-adapters-all-solutions-tried/#post-52447 It’ll be out when it’s out.

WMI repository on the computer is brokenAnswered

Post by Wyatt O'Day on Dec 5, 2024

Addressed in the blog and multiple times on the forum. To be notified of when 5.0 is released for the other platforms, again the blog says that they'll be a new post about it.

Changing Hardware ID

Post by a guest on Mar 6, 2016

This paired with a faq, forum page, 50+ tutorials, my friends helping, etc.

.net App update schema and couple of other questions

Post by Wyatt O'Day on Jun 13, 2016

This has been asked numerous times on the forum: https://wyday.com/forum/t/188/menuitem-devexpress-ribbon/#post-919 >> "4.

Limiting versions for Perpetual license with expired support

Post by Ewen Wallace on Oct 5, 2017

I searched for topics on this forum and the general Internets and came up with this idea ...

wyBuild, wyUpdate, and AutomaticUpdater 2.6.18.4 are now out � September 6, 2012

Post by Wyatt O'Day on May 15, 2009

Also, feel free to post any questions, suggestions, or bug-fixes on this forum. (No forum registration is required.) What's new in wyBuild, wyUpdate, and the AutomaticUpdater We always recommend using the latest version of wyBuild, wyUpdate, and the AutomaticUpdater.

Update woes

Post by installhunter _ on Jan 21, 2011

Hi guys, You may have solved the issue my client was having this morning in the forum post https://wyday.com/forum/t/502/bug-in-automaticupdater/ , however I would like to check the situation with you: Here's the situation which occurred: 1) The client starts our application on their computer.2) On the first screen of the application there is the updater control.

Network adapter problem: support request sent by e-mail without responseAnswered

Answer by Wyatt O'Day on Aug 25, 2023

If you post in both places (forum & email) we will always answer on the forum (it's a better format to have discussion because it's linear whereas emails are at best a fragmented-spam-filtered-linear, at worst a branching tree format).

Automatic Updater VB.Net 2013

Post by drobertsobx _ on Mar 2, 2014

Did a quick search and couldn't find anything. I have added the automatic Updater to my program, I have also added a manual toolstripitem to check "now" and a progress bar to show the action.If I click the manual update... the control shows the checking progress (0 to 100) in like less than a second, the ajax rotary then shows and it seems to stall.

BUG: limelm.pkey.find Finds Keys outside VersionID ScopeSolved

Post by Geir Ove Skjaervik on Jan 30, 2017

If you use limelm.pkey.find with an email, it will correctly search within the version id you provide.>> **** But that's exactly what I did in the example in my First Post above, and it searched through ALL LimeLM Versions, and not only the one indicated by the version_id parameter!

Stopping a service before update

Post by Wyatt O'Day on Jun 28, 2010

Here are a couple that I found in a quick search: Stop and Start a service via batch or cmd file?

Update actions questions

Post by a guest on Jun 11, 2012

The procmon trace shows other instance of the .accdb file being opened successfully. When I search the code for File.OpenRead, only the instances in the above file show up (and a couple of instances in InstallUpdate.selfupdate.cs).

Web API key creation ignores date type custom featureSolved

Post by Ian Curington on Oct 19, 2020

> <rsp stat="ok">        <pkeys pages="1" total="1">                <pkey acts="1" acts_used="0" allow_vm="no" created="2020-10-19 13:43:40" deac_limit="unlimited" email="joe.bloggs@somewhere.com" for_tfs="false" id="4227480" key="XXXX..." total_deacts="0" version_id="7483">                        <features>                                <feature name="FeatureName" value="Professional"/>                        </features>                </pkey>        </pkeys> </rsp> I am unable to push the ExpirationDate, it always stays blank/ignored in the portal, and only the single string-type custom feature is returned on search. I've checked the exact date or date-time format, and copy-pasted from other manually generated keys, without success.

How can I manually deactivate an online LimeLM Turboactivate key on behalf of a user?Answered

Answer by Wyatt O'Day on Dec 16, 2024

When I look at the LimeLM admin console for a given LimeLM TurboActivate license in “View Mode”, all I see are the following choices: You can search for the product key in LimeLM (the interface or the web API).

Automatic update Not firing on form load

Post by Ewen Wallace on Feb 5, 2016

from https://wyday.com/forum/t/3112/automatic-update-not-firing-on-form-load/#post-15186" added the Automatic Updater control to my C# Winform, set the properties I want (including guid.)

how to stop offline activation for renewing if internet is available

Post by Wyatt O'Day on Aug 11, 2017

Send the example to support@wyday.com and reference this forum post and we'll take a look at it next week.

Users Finding Intrusive

Post by a guest on Apr 4, 2017

I wonder what your thoughts are about a special administrator-mode TA_* function that encapsulates the desired behavior, like this: https://answers.microsoft.com/en-us/windows/forum/windows8_1-networking/script-to-disable-enable-network-interface/8eb15e24-7d85-4a16-b42a-a874b9bb3a28

Patch Failed to Apply to c:\blah

Post by Wyatt O'Day on Nov 19, 2009

I've been scouring the forum to see if there's any more information I can provide that might be helpful.

WPF update control / multilingual update information

Post by a guest on Sep 13, 2010

Inside my code, I'm using the following code in order to get the textual messages translated:AutomaticUpdaterFlashManagerPlus.Translation.TryAgainNow = "Sper nochmals versuchen"; The problem is that the button to which this text belongs to does not adjust its size to its textual content, so parts of the text are clipped (I wanted to upload a screenshot to the forum, but I don't see a way to do so). Is there a way to overcome that deficiency?