Page 2 of 11

Re: Automatic Updates

Posted: Mon Oct 19, 2009 9:18 pm
by dan2130
hi, i have a problem with the autoupdater the softare start and after that he close and the upgrader download the software but in my version.html i have write ver1 and in my application settings i have ver1 can you help me

Re: Automatic Updates

Posted: Thu Oct 29, 2009 12:30 am
by Doctorfrost
Thank you! I hope this works.

Re: Automatic Updates

Posted: Thu Oct 29, 2009 1:31 am
by Doctorfrost
Hey guys. I tried it out and it seems to work.
I have a question thought.
Is there a way of choosing what you would like to update.
For an example, a textbox to combobox.
Thanks!

Re: Automatic Updates

Posted: Thu Oct 29, 2009 10:11 am
by Nery
Explain...

Re: Automatic Updates

Posted: Thu Oct 29, 2009 2:21 pm
by CodenStuff
Doctorfrost wrote:
Hey guys. I tried it out and it seems to work.
I have a question thought.
Is there a way of choosing what you would like to update.
For an example, a textbox to combobox.
Thanks!
Hello Doctorfrost,

This is for downloading complete updates of your applications it wont let you update individual controls...unless you use your own custom made controls.

Thank you.

Re: Automatic Updates

Posted: Thu Oct 29, 2009 7:01 pm
by Doctorfrost
Thanks for responding. I will look for another way.

Sincerely, doctorfrost

Re: Automatic Updates

Posted: Sun Nov 01, 2009 4:30 am
by TheET
Thank you very much

Re: Automatic Updates

Posted: Tue Nov 17, 2009 3:36 pm
by AleRi8
Hi, when i try to update i get an error saying the uri scheme is not valid

http://i131.photobucket.com/albums/p317 ... titled.png

Re: Automatic Updates

Posted: Tue Nov 17, 2009 4:20 pm
by CodenStuff
Hello,

You forgot the backslash "\", that code line should be:
Code: Select all
WebUpdate.DownloadFileAsync(New Uri(page), Application.StartupPath & "\programname.exe")
Happy coding cooll;

Re: Automatic Updates

Posted: Wed Nov 18, 2009 4:10 pm
by AleRi8
Hi,

i tryed that but it's still a fail

http://i131.photobucket.com/albums/p317/AleRi8/dddd.png

edit Lol i fixed it, it's because i had the site not shared