Skip to main content

INI Files

The INI Files view shows all INI file entries stored in the IniFile table. INI files are a special Windows OS file type.

Master Packager Advanced Editor - INI files view

Add an INI file

Open the editing flyout, complete the required fields, and select Add.

Fields

FieldDescription
INI File NameSelect NEW and enter the file name. Include the .ini extension. Other file extensions are also supported.
INI File PathSets where the file is installed.
INI File ActionDefines how the INI file entry is installed.
INI File ComponentDefines which component installs the INI file. Every INI file must belong to a component.
note

Using the IniFile table lets you update specific entries without overwriting the entire file.

Master Packager Advanced Editor - INI files Action

ActionDescription
Create or update entryCreates new entries or updates existing ones without replacing the full file.
Create an entry if does not already existAdds the entry only if it does not already exist.
Create or append to comma-separatedAppends values to an existing comma-separated list.

Edit INI file content

  1. Select Edit INI file.
  2. Add sections such as [SectionName].
  3. Add or modify key-value pairs such as Key=Value.
  4. Use MSI properties such as [PROPERTY_NAME] when you need dynamic values or paths.
  5. Select Done to save the content.

If the INI structure is invalid, Master Packager shows an error that identifies what must be fixed.

Master Packager Advanced Editor - editing INI files content