Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Help > Update triggers invalid configuration

Jul
14
0
Code:
[C:\Program Files\JPSoft\TCMD11]ver /r

TCC  11.00.37   Windows XP [Version 5.1.2600]
TCC Build 37   Windows XP Build 2600  Service Pack 3
Registered to Andrew Pitonyak - 1 System License
I used Help > Check for updates, which yielded the error

Invalid or missing updates configuration file. The first line of the .INI file should be ";aiu;". It is possible that the content on the server does not match the updates configuration file URL.
Here is my updater.ini
Code:
[C:\Program Files\JPSoft\TCMD11]type updater.ini
[General]
URL=http://jpsoft.com/downloads/v11/tcmdupdate.aiu
ApplicationName=Take Command 11.0
ID={###REMOVED THIS BEFORE POSING IN CASE IT IS SECRET###}
DownloadsFolder=C:\Documents and Settings\pitonyaka.MILKY-WAY\Application Data\JP Software\Take Command 11.0\updates\
AppDir=C:\Program Files\JPSoft\TCMD11\
CheckFrequency=2
CompanyName=JP Software
 
On Tue, 12 Jan 2010 11:02:24 -0500, pitonyak <> wrote:

|---Quote---
|Invalid or missing updates configuration file. The first line of the .INI file should be ";aiu;". It is possible that the content on the server does not match the updates configuration file URL.
|---End Quote---
|Here is my updater.ini

That look OK. The message refers to the server's INI file. Try this:

v:\> type http://jpsoft.com/downloads/v11/tcmdupdate.aiu
;aiu;

[Update]
Name=Take Command 11.0.37
URL=http://jpsoft.com/downloads/v11/tcmd.exe
Size=5620656
ReleaseDate=27/12/2009
MD5=2e92ece391e77ef29d0bfcbed9374ded
ServerFileName=tcmd.exe
FilePath=[APPDIR]tcmd.exe
Version=11.0.0.37
Description=Take Command 32-bit Release
[snip]
--
- Vince
 

Similar threads

Back
Top