Tweak System Configurations Using the Ini Editing Tool
Tweak System Configurations Using the Ini Editing Tool
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:
- [Updated] 2024 Approved Merging Worlds YouTube in Instagram Narrative Art
- [Updated] Elite Edits The Best Video Editors Ranked
- [Updated] In 2024, Perfecting Speech Recognition on Google Platforms
- 2024'S Elite iPads: Comprehensive Testing and Expert Opinions | ZDNet
- 逐步指南:用 USB 異機型介面將文件從一部 iPod iPhone 轉移到另一台
- A Working Guide For Pachirisu Pokemon Go Map On Apple iPhone 8 | Dr.fone
- Dependence on Premium Market Segment: PineApple Primarily Targets the Premium Market Segment, Which May Limit Its Growth Potential Compared to Competitors Who Cater to Both High-End and Midrange Customers.
- Guía Paso a Paso Para Rescatar Tu Diario De Chats en WeChat: Cómo Recuperar Mensajes Viejos O Borrados
- Guía Práctica Para Clonar Una Unidad SSD mSATA Con Facilidad en 5 Fases Clave
- Leading Free Internet Tools for Turning Videos Into Songs and Podcasts
- Seamless Data Protection with AOMEI Backupper - Expert-Level Ease of Use and Universal Restoration for All Windows Systems
- Speedy Driver Rejuvenation for Windows Systems Made Simple
- Unlocking Made Easy The Best 10 Apps for Unlocking Your Vivo V29 Pro Device
- スムーズかつ高速:PC用の新しいSSDへデータ転送手順ガイド
- どのバージョンのWindowsでも簡単にSSDにディスクをコピーして利用する完全ガイド
- Title: Tweak System Configurations Using the Ini Editing Tool
- Author: John
- Created at : 2024-11-20 16:26:30
- Updated at : 2024-11-22 16:45:39
- Link: https://fox-search.techidaily.com/tweak-system-configurations-using-the-ini-editing-tool/
- License: This work is licensed under CC BY-NC-SA 4.0.