View Full Version : INI File
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
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.
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.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.