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