Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Source Auto Updater Runner!


JoshTheEvilInsaneGod
 Share

Recommended Posts

This is the Coding if you would want to run your auto updater before you game client :) enjoy if any questions on out to use it/ implement just ask its pretty eassy.
```

Dim stAppName As String

        stAppName = "C:\ZeroSoldier\Updater.exe"
        Call Shell(stAppName, 1)

```
Just have this run before everthing else then have it check to make sure updating is done and complete .(Questions are welcome)
Link to comment
Share on other sites

@JoshTheEvilInsaneGod:

> No, you got this post all wrong lol. I posted it at 2am and just wanted to let people know if that wanted to run auto updater before clinet they would do so with this code. Its not the best way but that is how i do it. But starting tommrow my source will be upgraded to c# cause i know c# better lol,

good luck, converters dont work 100% and some features of vb6 are not compatible at all in other versions.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...