Wyatt O'Day (Wyatt) has made 7770 posts.
OK, we'll work on the Using TurboActivate with C# tutorial and make it step-by-step. We'll try to ge…
Post on Feb 22, 2011Hey Greg, The example code that you'll want to look at is all in the "Form.cs" file. So, in the so…
You can, but it depends on how you set it up. For instance, if in Program.cs you start your "login" …
Post on Feb 21, 2011If you're using ShowDialog() to show the main form (instead of Application.Start() ) or you're not u…
You need to do it. Application.Exit() will work.
Post on Feb 21, 2011You need to close your application immediately after you start wyUpdate with "-skipinfo".
Post on Feb 21, 2011Use the AutomaticUpdater control. You have to do almost no coding.
Post on Feb 21, 2011Don't use the "/fromservice" argument. You're making a GUI app. Use one of the following: How to Si…
Post on Feb 19, 2011Is that clear for u or i have to give more information I'm not sure what you're talking about. Are…
Kill the processes before you call InstallNow(), like you were doing. If you're still have problems …
Post on Feb 20, 2011can you please tell me if i want to kill all running apps in my software then in which event i have …
Post on Feb 20, 2011Without seeing your full code, I won't be able to debug what the problem is. The first step is to ma…
Post on Feb 19, 2011My all running applications are killed, when new updates are found by AutomaticUpdaterBackend. Now m…
Post on Feb 19, 2011I'm going to need many more details to help you debug the problem. When I start manually then only …
Post on Feb 19, 2011Try removing the encryption, tell me if that works. Some of these "protectors" actually screw things…
You'll need to create separate wybuild projects for 2.x and 3.x series of your apps. We're aware thi…
From this I deduce, what every update should include all files and wyUpdate detects files that I hav…
Post on Feb 18, 2011wyBuild automatically scans the differences between your versions. So if version a contains the foll…
Hey Chris, If you're not using the AutomaticUpdater in UI then use the AutomaticUpdaterBackend cla…