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

---

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

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

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

  - [35.1.1. Объекты базы данных](https://python-all.ru/2.7/library/msilib.html#database-objects)
  - [35.1.2. Объекты представлений](https://python-all.ru/2.7/library/msilib.html#view-objects)
  - [35.1.3. Объекты сводной информации](https://python-all.ru/2.7/library/msilib.html#summary-information-objects)
  - [35.1.4. Объекты записей](https://python-all.ru/2.7/library/msilib.html#record-objects)
  - [35.1.5. Ошибки](https://python-all.ru/2.7/library/msilib.html#errors)
  - [35.1.6. Объекты CAB](https://python-all.ru/2.7/library/msilib.html#cab-objects)
  - [35.1.7. Объекты каталогов](https://python-all.ru/2.7/library/msilib.html#directory-objects)
  - [35.1.8. Возможности](https://python-all.ru/2.7/library/msilib.html#features)
  - [35.1.9. Классы GUI](https://python-all.ru/2.7/library/msilib.html#gui-classes)
  - [35.1.10. Предварительно вычисленные таблицы](https://python-all.ru/2.7/library/msilib.html#precomputed-tables)
- [35.2. `msvcrt` – Полезные подпрограммы из среды выполнения MS VC++](https://python-all.ru/2.7/library/msvcrt.html)

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

  - [35.3.1. Константы](https://python-all.ru/2.7/library/_winreg.html#constants)

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

      - [35.3.1.2.1. Для 64-разрядной архитектуры](https://python-all.ru/2.7/library/_winreg.html#bit-specific)
    - [35.3.1.3. Типы значений](https://python-all.ru/2.7/library/_winreg.html#value-types)
  - [35.3.2. Объекты дескрипторов реестра](https://python-all.ru/2.7/library/_winreg.html#registry-handle-objects)
- [35.4. `winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/2.7/library/winsound.html)
