I JUST NEED HELP i want to get my update via ftp makes life easyer but keep running into problems
like CANT FIND A DOWNLOAD/UPDATE FTP CODE and when i use this code it dose not update the application
PLEASE HELP!!!!
updater.checkinternet()
updater.checkversion("VERSION PATH", "1.0.0.0")
If updater.updateavailable = True Then
MsgBox("BBOY TV UPDATE AVALIABLE")
updater.downloadupdate("DOWNLOAD PATH ")
If updater.downloadsuccess = True Then
updater.runupdate()
MsgBox("Update complate")
End
Else
MsgBox("FAILED")
End If
Else
MsgBox("BBOY TV PLAYER IS UP TO DATE")
End If
PLEASE REPLY

New Topic/Question
Reply



MultiQuote






|