.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.