.IDT ファイル拡張子
Windows Installer Database Text Archive File
| 開発元 | Microsoft |
| 人気度 |
3.1 | 7 票 |
IDTファイルとは?
Text file created by exporting a table from a Windows Installer database; contains the ASCII text representation of the relational data stored in the table; used for reviewing database information in a human-readable format; also used for committing the text version of a table to a source code control system.
詳細情報
IDT files can be exported using the MsiDatabaseExport function, which is part of the Windows Installer API. IDT files can also be imported into an existing database using the MsiDatabaseImport function.
A Windows Installer database contains the data required to install a group of applications. The databases can be customized using third-party applications and relational queries, which helps tailor the installation data for specific needs.