> **Источник:** https://python-all.ru/3.4/library/windows.html
>
> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.

---

# 34. Службы, специфичные для MS Windows

В этой главе описаны модули, доступные только на платформах MS Windows.

- [34.1. `msilib` – Чтение и запись файлов Microsoft Installer](https://python-all.ru/3.4/library/msilib.html)

  - [34.1.1. Объекты базы данных](https://python-all.ru/3.4/library/msilib.html#database-objects)
  - [34.1.2. Объекты представлений](https://python-all.ru/3.4/library/msilib.html#view-objects)
  - [34.1.3. Объекты сводной информации](https://python-all.ru/3.4/library/msilib.html#summary-information-objects)
  - [34.1.4. Объекты записей](https://python-all.ru/3.4/library/msilib.html#record-objects)
  - [34.1.5. Ошибки](https://python-all.ru/3.4/library/msilib.html#errors)
  - [34.1.6. Объекты CAB](https://python-all.ru/3.4/library/msilib.html#cab-objects)
  - [34.1.7. Объекты каталогов](https://python-all.ru/3.4/library/msilib.html#directory-objects)
  - [34.1.8. Возможности](https://python-all.ru/3.4/library/msilib.html#features)
  - [34.1.9. Классы GUI](https://python-all.ru/3.4/library/msilib.html#gui-classes)
  - [34.1.10. Предварительно вычисленные таблицы](https://python-all.ru/3.4/library/msilib.html#precomputed-tables)
- [34.2. `msvcrt` – Полезные процедуры из среды выполнения MS VC++](https://python-all.ru/3.4/library/msvcrt.html)

  - [34.2.1. Операции с файлами](https://python-all.ru/3.4/library/msvcrt.html#file-operations)
  - [34.2.2. Консольный ввод/вывод](https://python-all.ru/3.4/library/msvcrt.html#console-i-o)
  - [34.2.3. Прочие функции](https://python-all.ru/3.4/library/msvcrt.html#other-functions)
- [34.3. `winreg` – Доступ к реестру Windows](https://python-all.ru/3.4/library/winreg.html)

  - [34.3.1. Функции](https://python-all.ru/3.4/library/winreg.html#functions)
  - [34.3.2. Константы](https://python-all.ru/3.4/library/winreg.html#constants)

    - [34.3.2.1. Константы HKEY\_\*](https://python-all.ru/3.4/library/winreg.html#hkey-constants)
    - [34.3.2.2. Права доступа](https://python-all.ru/3.4/library/winreg.html#access-rights)

      - [34.3.2.2.1. Особенности для 64-разрядных систем](https://python-all.ru/3.4/library/winreg.html#bit-specific)
    - [34.3.2.3. Типы значений](https://python-all.ru/3.4/library/winreg.html#value-types)
  - [34.3.3. Объекты дескрипторов реестра](https://python-all.ru/3.4/library/winreg.html#registry-handle-objects)
- [34.4. `winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/3.4/library/winsound.html)
