How to make a Update System in vb.net (UPDATED!)

Sdílet
Vložit
  • čas přidán 16. 11. 2015
  • Hello CZcams, I'm bringing you another video for today! I hope you enjoy this video, if you did please like, comment, and if you haven't already please subscribe! Thanks and I will see you in the next one.
    Download: mega.nz/#!C1NUVZqQ!XGw4l1GTkm...
    Twitter
    ➜ / instinctxtv
    Capture Card I use
    ➜www.gamecapture.com/#!/buy-now
    Intros / Outros: / dendee82
    Intro: RavenProDesign
    www.ravenprodesign.com/
    / ravenprodesign
  • Hry

Komentáře • 18

  • @xmenooolgomez2966
    @xmenooolgomez2966 Před 2 měsíci

    how do i connect .vb to filezilla ?
    been breaking my head to do this ? please

  • @markjasonquibuyen6221
    @markjasonquibuyen6221 Před 10 měsíci

    please continue and focus on update process back end whatever your approach

  • @JefferyPlaysMCSG
    @JefferyPlaysMCSG Před 8 lety

    Hello, I have a question. I'm working on a project, but I don't get how you import Aresio or the SideWinderTheme? What do you do? Thanks.

    • @INSTINCTxTV
      @INSTINCTxTV  Před 8 lety

      +JefferyPlays It is a little complicated to explain in a comment so i just made a video and it is rendering, will upload asap!

    • @JefferyPlaysMCSG
      @JefferyPlaysMCSG Před 8 lety

      Thank you so much! If I couldn't figure it out I would need to delay my Antivirus I'm making.

    • @INSTINCTxTV
      @INSTINCTxTV  Před 8 lety

      Here is the new video! czcams.com/video/zvXDw9T53rs/video.html sorry that it took longer for such a short video, I had problems with Sony Vegas rendering the videos audio.

    • @JefferyPlaysMCSG
      @JefferyPlaysMCSG Před 8 lety

      Its alright! Thank you.

  • @thevoice4758
    @thevoice4758 Před 2 lety

    In case you need an update. How can you transfer a new EXE file to the computer? What command can I use to transfer a (EXE) file from a central server onto a computer?

    • @INSTINCTxTV
      @INSTINCTxTV  Před 2 lety +1

      to download a file from a server or online environment you can use this code:
      Imports System.Net 'Paste this in imports section'
      'Info about file path and filename'
      Dim remoteUri As String = "example.com/name-of-file.exe" 'URI with name of file
      Dim fileName As String = "name-of-file.exe" 'Name of file
      'Enter credentials if required'
      Dim password As String = "" 'Password
      Dim username As String = "" 'Username
      'While using new webclient'
      Using client as New WebClient()
      'set client credentials'
      client.Credentials = New NetworkCredential(username, password)
      'tell client to download file with URI locations and filename'
      client.DownloadFile(remoteUri, "C:\ + "fileName)
      End Using
      put a path infront of filename (I have put it to save to the c drive so it will save at C:\fineName.exe)

  • @JefferyPlaysMCSG
    @JefferyPlaysMCSG Před 8 lety

    Hey, do you think you can give out the old product of Raven? I'm having trouble.....Also you should join the VisualBasic Network!

    • @INSTINCTxTV
      @INSTINCTxTV  Před 8 lety

      +JefferyPlays Thank you for the comment, unfortunately Dominion Studios does not give out copyrighted or trademarked work. I can say that the EULA that comes with all Dominion Studios products gives the end user the right to view the code and can use a similar or identical representation of our work, the only requirement is to give credit. You can view all the lines of code that make up any product by going to the softwares install directory! All Visual Basic files come with each product. I hope this helps but we can not just give out our work. If you need any help please contact support at support@dominionwebhosting.net or please leave a comment about your issue, we may be able to help and make a video tut to solve any issues you may have.

  • @Matthew.1994
    @Matthew.1994 Před 7 lety

    i want the file to be downloaded automaticly into a specific folder. I
    use Apllication.StartupPath to get the path of the updater. but how can i
    add a folder name to that path? so the updater will download it into
    the folder that it is inside my updater folder

    • @INSTINCTxTV
      @INSTINCTxTV  Před 7 lety

      KleytenHD that will take a bit more code... since a lot of people come to this video asking for more information will just redo this tutorial so you can handle the update logic and the downloading and running of an update. Give me a day or two and a new tutorial will be up
      Thanks for the comment!

    • @INSTINCTxTV
      @INSTINCTxTV  Před 7 lety

      Since I'm going to be really busy for a week or two I added a project to the video description so you can download and learn from it. I dont have the time to make a video about it and all that. Hope this helps.

  • @7markhunter
    @7markhunter Před 4 lety

    What about the actual updating part, this is checking for updates only!!!

    • @INSTINCTxTV
      @INSTINCTxTV  Před 4 lety

      Yes you need to have your program to then download an installer of your updated program. I made a similar video here czcams.com/video/FN1NdRUaQoA/video.html

  • @Harry-zz8xc
    @Harry-zz8xc Před 7 lety

    Can you give me the source code please

    • @INSTINCTxTV
      @INSTINCTxTV  Před 7 lety

      McSmeshkoBG I will make a new video at some point with the project for download in the description. I will be remaking the video so it will be a lot better. Thanks!