funseiki _ʼs posts

funseiki _ (funseiki) has made 17 posts.

AutomaticUpdater wyUpdate Command Line Code Behind

Post on Dec 6, 2012

Right, but it looks like it's being initialized by InitializeComponent (the autoupdater initializes …

Post on Dec 6, 2012

I think I've got a quick workaround for this:XAML:<wy:AutomaticUpdater Name="autoUpdater" …

Post on Dec 6, 2012

It seems that if I set the AutomaticUpdater's wyUpdateCommandline property (the -basedir option, in …

AutomaticUpdater without Install on Restart

Post on Dec 6, 2012

One more thing to note is that this would not completely prevent the update from being installed on …

Post on Dec 6, 2012

Is there a way, then, to prevent the application from restarting after the update has installed?

Post on Dec 6, 2012

Hey, we've been going back and forth a bit about the wyupdate race condition, so as a potential work…

Wybuild running .exe within a .bat

Post on Nov 20, 2012

The problem was on this line (fourth from the bottom):ShortcutMaker.exe %productDir% But as I men…

Post on Nov 19, 2012

Here is the .bat file I was using. I have since removed the call to ShortcutMaker.exe. Instead, I ju…

Post on Nov 16, 2012

I 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, 2012

Hi, I currently have a .bat script that runs fine after an update except for calling a .exe progra…

AutomaticUpdater wyupdate command line

Post on Nov 15, 2012

It seems that if I set i '-basedir="..\"' option to the automatic updater control (design time), the…

Hangs on registry change

Post on Nov 15, 2012

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, 2012

I have found that my app sometime hangs when I add a registry change as an option to wybuild. The…

Sending wyUpdate commands from a new version

Post on Nov 14, 2012

Yep, thanks for the help and the patience

Post on Nov 14, 2012

Ok, here's what I was doing wrong. When building 1.2 (the update that'll change the download site)…

Post on Nov 14, 2012

Hmm, when I do this I get: "The downloaded file "stuff.1.1.to.1.2.wyu" failed the Adler32 validation…

Post on Nov 13, 2012

My last question was regarding changing the base directory. The answer was that I could run wyUpda…