Page 9 of 11

Re: Automatic Updates

Posted: Fri Aug 05, 2011 10:17 pm
by astheyfall
Hello,

Would I just upload my newer version program? then the updater will update the previous one?

Re: Automatic Updates

Posted: Fri Aug 05, 2011 10:48 pm
by comathi
That's how it should work :D

Re: Automatic Updates

Posted: Fri Aug 05, 2011 10:55 pm
by Cheatmasterbw
you would also have to upload a text file with the version number (so your program knows that the file to download is more up-to-date)

Re: Automatic Updates

Posted: Sat Aug 20, 2011 11:09 pm
by zulfikar
Hmm.. i tihnk it works but im not sure because i put a message box pop up and ask to update and if result = no then it doesn't. But no matter what i press it goes on to the code where i said to give another msgbox that update was cancelled, here is my code.

http://pastebin.com/48b6e21R

my Form 1 is a login form btw and the pitureboxes are just cuz i photoshoped a gui for it and then added pictureboxes transparent for button like stuff :D

Re: Automatic Updates

Posted: Mon Aug 22, 2011 6:34 pm
by zulfikar
Any help on my problem please? and if i run the updater i get an error says it was doing illegal stuff. Here is my updater as well :

http://pastebin.com/RrMexbuX

Re: Automatic Updates

Posted: Mon Sep 05, 2011 3:16 pm
by zulfikar
Bump on my previous error, which i have waited for a response for a while.

Re: Automatic Updates

Posted: Mon Sep 05, 2011 3:36 pm
by MrAksel
You must save the result in a variable like this :
Code: Select all
Dim Result As MsgBoxResult = MsgBox("An Update is available, would you like to update?", MsgBoxStyle.YesNo + vbQuestion, "Update Available")
Then you can check it.

Re: Automatic Updates

Posted: Wed Sep 07, 2011 8:59 pm
by Kobra1984
Need to download multiple items

Re: Automatic Updates

Posted: Wed Sep 07, 2011 9:07 pm
by M1z23R
If you have new libraries simply download them, and replace the existing ones. If not, you only need to change your executable (.exe)

Re: Automatic Updates

Posted: Thu Dec 20, 2012 1:50 pm
by Mark