dzaitz _ʼs posts

dzaitz _ (dzaitz) has made 14 posts.

Adding in a Relative Path to Locate the Executable

Post on Oct 19, 2012

Yes, I knew that wyUpdate uses relative paths and it works great - what I'm trying to do is get my l…

Post on Oct 19, 2012

I have several users who don't all install the program in the same location nor on the same drive of…

Automatic Updater & Launcher Support

Post on Oct 7, 2012

Thanks, Sam

Post on Oct 7, 2012

We have successfully managed to use the installNow(); event into our Launcher and it works great! W…

Post on Oct 5, 2012

Okay, so essentially all I have to do is put the ReadyToBeInstalled.installNow(); statement and have…

Post on Oct 5, 2012

We really want to use the Autoupdater - it's a great tool and we love the way it works - all we real…

Post on Oct 5, 2012

What code will be put into our Launcher that will bring up the ReadyToBeInstalled Event? We're look…

Post on Oct 5, 2012

There is no UpdateReady event for me to call the installNow() function. Could it be called something…

Post on Oct 5, 2012

Wyatt: I tried the code:automaticUpdater1.InstallNow(); it doesn't work - it returned an error telli…

Post on Oct 5, 2012

Yeah, I knew to do that but was hoping that there was some type of code that would enable me to temp…

Post on Oct 5, 2012

Okay, I'm implementing that into the code, but I have one more question if I can impose on you one m…

Post on Oct 5, 2012

Sure does, thanks, Wyatt - will give that a try and let you know how it goes - thanks 🙂

Post on Oct 5, 2012

Thanks for getting back to me, Wyatt - how do I call the InstallNow() function? I used C# to design…

Post on Oct 4, 2012

Hello, I've created a Launcher using C# and have inserted an Automatic Updater - when I run the Up…