Search found 1 match

Go to advanced search

by robinsong
Tue Apr 15, 2008 9:04 pm
Forum: Common Problems
Topic: updater.ini not pulling a new exe from server
Replies: 4
Views: 4616
 
Jump to post

updater.ini not pulling a new exe from server

I am trying to us the updater.ini feature from inside my application but it does not want to pull a new version down from the server. I am using your c# code converted to VB

Private Sub CheckNow()
Dim process As Process = System.Diagnostics.Process.Start(updaterModulePath, "/checknow")
process ...

Go to advanced search