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.Close()
End Sub
It returns the message box "Your software is up to date" when in fact the version on my local machine is 1.5.3 and the server is 1.5.5. I delete the ini file from the server and it does not give me an error...so the software is not even checking the site for a new version. Is there code to check for a new version? Is it waiting a full day before checking for a new version?
Local Copy (updater.ini) (**** modified)
=================================================
;aiu;
[MDKBlastSoftware]
Name = MDK Blast Software
URL = http://www.blastingreports.com/*******/ ... ******.exe
Size = 4669440
Description = This is the latest version of MDK Blast Forms
FilePath = %ProgramFiles%\Mindoka\MDK Blast Forms\MDK-Blast Forms.exe
Version = 1.5.3
[General]
ApplicationName=MDK Blast Forms
DownloadsFolder=D:\Program Files\Mindoka\MDK Blast Forms\updates\
ID={FA56CF0E-AC68-4333-9A20-6A6C054C478D}
URL=http://www.blastingreports.com/
AppDir=D:\Program Files\Mindoka\MDK Blast Forms\
CheckFrequency=1
CompanyName=Mindoka
Server Copy (updater.ini)
============================================================
;aiu;
[MDKBlastSoftware]
Name=MDK Blast Forms
URL=http://www.blastingreports.com/applicat ... kblast.exe
Size=4764073
FilePath=[APPDIR]MDK-Blast Forms.exe
Version=1.5.5