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 ...