Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    [TUT[ Auto Updater


    Avenger
     Share

    Recommended Posts

    Hello,

    This is how to make an auto updater

    STart Vb.net new windows form.

    Needed:

    Webbrowser

    timer

    Button (click it to download update)

     

     

    Step1. Create an yola acount and an site at yola.com

    Example: i use: avengerupdater.yolasite.com

     

    Add some text example: Version 1.0

     

    Now the vb coding

     

    Step2.

    add in form1.load:

    		WebBrowser1.Navigate("http://avengerupdater.yolasite.com/")

    make also a header (some other text O.o) And name it as example: Updater of avenger

     

    then Create a timer (enabled = true) and add:

    		If WebBrowser1.DocumentText.Contains("Version 1.0") Then
    		Timer2.Enabled = False
    		MsgBox("No update Needed", MsgBoxStyle.Information, "This program is up to date!")
    	Else
    		Timer2.Enabled = False
    		MsgBox("Your version is outdated, would you like to update?", MsgBoxStyle.Question, "Outdated software detected!")
    		Button1.Show()
    	End If

     

    Step3. Button 1 is the button that downloads the new update.

    Make as example in yolasite another page and call it download

    And add this to button of download update if your program name is updater and NEXT NEXT NEXT Version is the name updater version 2

    WebBrowser1.Navigate("http://avengerupdater.yolasite.com/resources/Updater%20version2")

    This will download the file

     

    Some extra yola tips:

    First Create Site

    Take as Category: Other

    Choose a website name

    Pick a style (Free is recommend you wont use the site for something else i guess) I Used DEcayed

    Change: Welcome To Our Site Into: Updater of avenger (needed some steps before)

    Change: Click here to edit this text. Into: Version 1.0

    Now click add page, Webpage, Name = Download (Show in navigation true)

     

    Now how to make it patch?

     

    Goto your site creator.

    Change Version 1.0 into 2.0

    In the new program change at the timer Version 1.0 to Version 2.0

    And cahnge add download button /resources/updater%20version2 into /resources/updater%20version3

    Goto Download (the one in navigation menu)

    Add Your New File Called Updater Version2

    As shown in Download button (ignore %20 and btw if it has more spaces, Every space = %20)

    If it doesnt includes spaces then dont use %20

    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...