Ini_WriteEntry
Description
Writes entry to file
Syntax
Ini_WriteEntry(sFile, sSection, sEntry, sValue) As Boolean
Parameters
sFile (String)
Filename
sSection (String)
Section name
sEntry (String)
Entry name
sValue (String)
Value of entry
Example
VBScript
If bStatus Then bStatus=Ini_WriteEntry("C:\CapaInstaller.ini", "SectionName", "EntryName", "Value")