funseiki _ (funseiki) has made 17 posts.
Right, but it looks like it's being initialized by InitializeComponent (the autoupdater initializes …
Post on Dec 6, 2012I think I've got a quick workaround for this:XAML:<wy:AutomaticUpdater Name="autoUpdater" …
Post on Dec 6, 2012It seems that if I set the AutomaticUpdater's wyUpdateCommandline property (the -basedir option, in …
One more thing to note is that this would not completely prevent the update from being installed on …
Post on Dec 6, 2012Is there a way, then, to prevent the application from restarting after the update has installed?
Post on Dec 6, 2012Hey, we've been going back and forth a bit about the wyupdate race condition, so as a potential work…
The problem was on this line (fourth from the bottom):ShortcutMaker.exe %productDir% But as I men…
Post on Nov 19, 2012Here is the .bat file I was using. I have since removed the call to ShortcutMaker.exe. Instead, I ju…
Post on Nov 16, 2012I see. The error code is 9009. I believe this means that it could not find the .exe (the .bat file i…
Post on Nov 15, 2012Hi, I currently have a .bat script that runs fine after an update except for calling a .exe progra…
It seems that if I set i '-basedir="..\"' option to the automatic updater control (design time), the…
No, I'm not sure which registry change causes the hang. I am running a custom wyupdate. I am on 2.…
Post on Nov 15, 2012I have found that my app sometime hangs when I add a registry change as an option to wybuild. The…
Yep, thanks for the help and the patience
Post on Nov 14, 2012Ok, here's what I was doing wrong. When building 1.2 (the update that'll change the download site)…
Post on Nov 14, 2012Hmm, when I do this I get: "The downloaded file "stuff.1.1.to.1.2.wyu" failed the Adler32 validation…
Post on Nov 13, 2012My last question was regarding changing the base directory. The answer was that I could run wyUpda…