PDA

View Full Version : INI File


jhum
11-23-2005, 01:53 PM
I am using an INI file to identify the version of the installed application. However, it seems to always say there is a new update when the version numbers are the same. I used the wizard with all the standard settings. Can you provide me with the exact ini file structure i should be using?

Thanks,
jhum

Mark
11-28-2005, 08:45 AM
Hi jhum,

TrueUpdate 2.0 assumes that you have an INI file with the following section/values names:


[VersionInfo]
CurrentVersion=1.0.2.0


You can change the expected value name and section name by editing the code on the Server Script tab. Specifically the code that sets g_INISection, and g_INIValueName.

jhum
12-08-2005, 01:08 PM
Sweet. Thanks Mark.

jhum


Hi jhum,

TrueUpdate 2.0 assumes that you have an INI file with the following section/values names:


[VersionInfo]
CurrentVersion=1.0.2.0


You can change the expected value name and section name by editing the code on the Server Script tab. Specifically the code that sets g_INISection, and g_INIValueName.