Wyatt O'Day (Wyatt) has made 7770 posts.
Yes, you can do the same with your dreamweaver extension using LimeLM. What programming language are…
You can send it directly to me: wyatt@wyday.com.
Post on May 30, 2012We're not having any luck reproducing the problem here. Can you put together a simple app that repro…
It sounds like your FTP server is misconfigured. Here's what I got using your website: "The server r…
The date and time has to be correct to activate. The solution is to fix the date/time and re-activat…
Yes, you can update files. That's the whole purpose of wyBuild. See: New release workflow
Post on May 28, 2012Ok, then create a shortcut to wyUpdate.exe and have the user click that when they want to update you…
This is a truly complicated scenario, and I can't think of an easy way to handle this. Why can't you…
Post on May 28, 2012I'm not really sure what you're trying to accomplish. Can you step back and speak about the grand ov…
Is the AutomaticUpdater on the first and "main" form of the app? If not, then you'll have problems.
Post on May 29, 2012Why are you using CloseForm at all?
Post on May 29, 2012Yes, you can use the ClosingForInstall property in your form's constructor.
Post on May 28, 2012No, but you can use the "ReadyToBeInstalled" event or the ClosingForInstall property of the Automati…
Make sure you're using the latest TurboActivate.cs file in your app along with the latest TurboActiv…
Yes, but you have to use LoadLibrary to dynamicaly load TurboActivate, then you have to rewrite the …
Post on May 29, 2012The DLL is needed, then you can reference the TurboActivate.dat file from disk using the PDetsFromPa…
Post on May 29, 2012Are you using the TurboActivate C# bindings?
Post on May 29, 2012You can call the TurboActivate function Deactivate() in your installer. Or you can create a small ap…
How is your batch files checking if you're activated? Are you using a java console program and then …
Hey Kay, Per-system activation was added in TurboActivate 3.0 (nearly a year ago). When you're us…