1. 'INI File Editor: Customize Settings with Ease'
1. ‘INI File Editor: Customize Settings with Ease’
Table of Contents
- Introduction
- Registration
- Using Advanced Installer
- GUI
- Working with Projects
- Installer Project
* Product Information
* Resources
* Files and Folders
* Files
* Temporary Files
* File Operations
* Folders
* Permissions Tab - Installer Project
* Shortcuts
* Shortcuts
* INI Files
* INI File Editor - Edit INI File Dialog
* Edit INI Entry Dialog
* Import INI File (Advanced)
* XML Files
* JSON Files
* Text File Updates
* Windows Libraries
* Tiles
* Java Products
* Registry
* File Associations
* Assemblies
* Drivers
* Services
* Package Definition
* Requirements
* User Interface
* System Changes
* Server
* Custom Behavior - Patch Project
- Merge Module Project
- Updates Configuration Project
- Windows Store App Project
- Modification Package Project
- Optional Package Project
- Windows Mobile CAB Projects
- Visual Studio Extension Project
- Software Installer Wizards - Advanced Installer
- Visual Studio integration
- Alternative to AdminStudio/Wise
- Replace Wise
- Migrating from Visual Studio Installer
- Keyboard Shortcuts
- Shell Integration
- Command Line
- Advanced Installer PowerShell Automation Interfaces
- Features and Functionality
- Tutorials
- Samples
- How-tos
- FAQs
- Windows Installer
- Deployment Technologies
- IT Pro
- MSIX
- Video Tutorials
- Advanced Installer Blog
- Table of Contents
Disclaimer: This post includes affiliate links
If you click on a link and make a purchase, I may receive a commission at no extra cost to you.
Edit INI Entry Dialog
In this dialog, you can change the Key, Value, and attributes of a single INI entry. The “Key” and “Value” fields’ contents can be localized .
The key and value are Formatted Type fields, so you will be able to edit them using Smart Edit Control .
Value
Key
This field contains the name of the key you want to create or add in the INI file.
Value
This field contains the name of the value you want to set for or add to the specified key.
Action
This combo box allows you to specify the action taken during the installation of this INI entry. The available options are:
- Create or update - the entry will be created if it doesn’t exist or it will overwrite the existing entry.
- Create only if it doesn’t exist - the entry will be created only if it doesn’t already exist.
- Create or append comma separated - the entry will be created if it doesn’t exist or the specified value will be appended to the specified key.
- Remove entry - removes the key specified in the Key field.
- Remove tag from entry - removes the value specified in theValue field from the key specified in theKey field.
For example, let’s consider this INI:
[Example]
Key0=Value0
Key1=Value1;Value2;Value3
Copy
After you use the “Remove entry” option forKey0, the INI will look like this:
[Example]
Key1=Value1;Value2;Value3
Copy
For this new INI, using the “Remove tag from entry” option forValue2 in Key1 will result in this:
[Example]
Key1=Value1;Value3
Copy
General
Component
This combo box allows you to select the component which will contain the INI entry.
Did you find this page useful?
Please give it a rating:
Thanks!
Report a problem on this page
Information is incorrect or missing
Information is unclear or confusing
Something else
Can you tell us what’s wrong?
Send message
Also read:
- [New] In 2024, The Insta Archivist's Playbook for Mastery
- [Updated] GroupView Downloader for FB Streams
- [Updated] Innovative Approaches to Craft Compelling ASMR Videos for Mass Appeal
- 轻松消除资源回收桶中的不必要数据:3个简单办法
- 容易修复丢失闪存盘数据问题的3种方法
- 如何在不損壞原有数据的情况下,将Windows 10/11硬盘安全移动到新电脑
- Guida Passo-Passo per Ripristinare I Link Dei File Nel Sistema Operativo Windows: Dal Vecchio Windows 7 Al Nuovo Windows 11
- How to Change Motorola Moto G73 5G Location on Skout | Dr.fone
- In 2024, Helmet Hats A Comprehensive Look at Best Cams in Bike Culture
- Interactive Experience with the MSI Pro MP161E2 - A Compact, Portable Display
- Mastering Hal.dll Fixes for Windows 11, 10, 8, Vista & 7 Users
- Resolving Windows Boot Issues After a Deleted Partition Restoration
- Soluzione Rapida: Come Ripristinare La Barra Delle App Di Windows 11 Quando Si Blocca - Esercizi Provenienti
- Streamlined Language Translation – Best Online Subtitle Manipulators
- Windows N-Tipps: Beheben Sie Das RAW-Symbol Auf Der Festplatte C Mit Diesen 3 Schritten
- Title: 1. 'INI File Editor: Customize Settings with Ease'
- Author: Stephen
- Created at : 2024-10-15 08:47:52
- Updated at : 2024-10-16 16:51:20
- Link: https://fox-place.techidaily.com/1-ini-file-editor-customize-settings-with-ease/
- License: This work is licensed under CC BY-NC-SA 4.0.