An Entity of Type: military unit, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Windows Installer (msiexec.exe, previously known as Microsoft Installer, codename Darwin) is a software component and application programming interface (API) of Microsoft Windows used for the installation, maintenance, and removal of software. The installation information, and optionally the files themselves, are packaged in installation packages, loosely relational databases structured as COM Structured Storages and commonly known as "MSI files", from their default filename extensions. The packages with the file extensions mst contain Windows Installer "Transformation Scripts", those with the msm extensions contain "Merge Modules" and the file extension pcp is used for "Patch Creation Properties". Windows Installer contains significant changes from its predecessor, Setup API. New features

Property Value
dbo:abstract
  • Microsoft Windows Installer (celý název je Windows Installer Service) je instalační služba pro instalaci a správu instalačních balíčků ve formátu MSI v prostředí Microsoft Windows. (cs)
  • Der Windows Installer (vormals Microsoft Installer) stellt eine Laufzeitumgebung für Installationsroutinen unter Microsoft-Windows-Betriebssystemen bereit. Er besteht aus einem Windows-Systemdienst, der Paketdateien im msi-Format (Microsoft Software Installation), sowie Dateien mit den Dateiendungen mst für Transform-Dateien und msp für Patches interpretieren, entpacken und ausführen kann. Durch das Tabellenformat der Installationsdateien ist es möglich, diese Pakete mit verschiedenen Programmen zu bearbeiten oder anzupassen. Ein weiterer Vorteil bei der Verwendung der Windows-Installer-Technologie ist die Reparaturfähigkeit. Der Windows-Installer-Dienst überwacht beim Starten eines durch ihn installierten Programmes, ob alle zugehörigen Komponenten vorhanden sind. Fehlt eine dieser Komponenten, versucht der Windows Installer, diese nachzuinstallieren. Dieser Prozess lässt sich auch auslösen, wenn die Setup-Routine erneut ausgeführt wird – der Installer bietet dem Benutzer dann eine Reparatur (sowie eine Deinstallation) an. (de)
  • Windows Installer, previamente conocido como Microsoft Installer (MSI), es un motor para la instalación, mantenimiento y eliminación de programas en plataformas Microsoft Windows.​ Los paquetes MSI se definen como instaladores de Microsoft, a saber, aquellos paquetes de software que contienen la información necesaria para automatizar su instalación, minimizando la intervención manual del usuario, ya que toda la información iría contenida en el propio archivo o fichero "msi". La información de instalación, y a menudo los archivos mismos, son empaquetados en paquetes de instalación, bases de datos estructuradas como almacenamiento estructurado de archivos OLE (Structured Storage Files Object Linking and Embedding) y comúnmente conocido como "MSI files" por su extensión de archivo (comparar: .deb, RPM). Windows Installer es un avance significativo sobre su predecesor, Setup API. Dado que ofrece ciertas características nuevas como la interfaz gráfica de usuario, la generación automática de la secuencia de desinstalación y un poderoso despliegue de capacidades, Windows Installer representa una alternativa interesante para los instaladores independientes, permitiendo reemplazar las antiguas versiones de InstallShield y Wise. Microsoft anima a terceras partes a usar Windows Installer como la base para entornos de instalación, de modo que sincronicen correctamente con otros instaladores y mantengan la base de datos interna de productos instalados consistente. Características importantes como rollback (deshacer, dar marcha atrás) y versioning (control de versiones) (ver DLL Hell) dependen de una consistencia interna de la base de datos para una operación fiable. (es)
  • Windows Installer (en français, installateur Windows) est un moteur d'installation, de mise à jour et de désinstallation de logiciel propre aux systèmes d'exploitation de Microsoft. La dernière version contient des changements significatifs par rapport à son prédécesseur Setup API comme l'apparition d'un GUI framework, une désinstallation automatique du logiciel et la possibilité d'ajouter grâce à COM des objets dans le fichier (système de fichiers à l'intérieur d'un fichier) grâce à une compatibilité avec Structured storage. (fr)
  • Windows Installerは、Windowsでソフトウェアのインストール・メンテナンス・削除を行うエンジンである。コードネームはDarwin。以前はMicrosoft Installerと呼ばれていた。インストールパッケージ (installation package) には、インストール処理に関する情報とインストールされるファイルとがパッケージングされている。インストールパッケージのデフォルトのファイル拡張子が"MSI"であることからMSIファイルとも呼ばれる。インストールパッケージは内部的には数十個のリレーショナルデータベースのテーブルからなるである。Windows Installerには以前のと比較して多くの改善点が見られる。例えば、GUIフレームワーク、アンインストールシーケンスの自動生成、デプロイメント機能の強化、Windows Installerを他の実行可能形式のインストーラフレームワーク(InstallShield、(後のバージョンは Windows Installerベースになっている)、NSISなど)と置き換えられるようにしたこと、等が挙げられる。 マイクロソフトはサードパーティーに対しWindows Installerをインストーラフレームワークのベースとすることを推奨している。これは、インストーラの動作をWindows Installerに合わせることで、インストールされた製品のデータベースの一貫性を保つためである。Windows Installerの機能であるロールバックやバージョン管理が正しく行われるためには、内部データベースの一貫性が保たれている必要がある。 (ja)
  • 윈도우 인스톨러(영어: Windows Installer, 코드네임: 다윈)는 현대의 마이크로소프트 윈도우의 소프트웨어 설치, 유지, 제거를 위한 엔진이다. 이전에는 마이크로소프트 인스톨러라고 불렀다. 설치 정보는 설치 꾸러미 안에 저장되며 기본 파일 확장자 MSI 파일로도 알려져 있다. 마이크로소프트는 서드 파티 제품들이 윈도 인스톨러를 기본 설치 프레임워크로 사용을 돕고 있다. 롤백(되돌리기)과 버저닝 (DLL 지옥을 참조)과 같은 중요한 기능은 실제 동작을 위한 일정한 내부 데이터베이스에 따라 달라질 수 있다. (ko)
  • Windows Installer (msiexec.exe, previously known as Microsoft Installer, codename Darwin) is a software component and application programming interface (API) of Microsoft Windows used for the installation, maintenance, and removal of software. The installation information, and optionally the files themselves, are packaged in installation packages, loosely relational databases structured as COM Structured Storages and commonly known as "MSI files", from their default filename extensions. The packages with the file extensions mst contain Windows Installer "Transformation Scripts", those with the msm extensions contain "Merge Modules" and the file extension pcp is used for "Patch Creation Properties". Windows Installer contains significant changes from its predecessor, Setup API. New features include a GUI framework and automatic generation of the uninstallation sequence. Windows Installer is positioned as an alternative to stand-alone executable installer frameworks such as older versions of InstallShield and NSIS. Before the introduction of Microsoft Store (then named Windows Store), Microsoft encouraged third parties to use Windows Installer as the basis for installation frameworks, so that they synchronize correctly with other installers and keep the internal database of installed products consistent. Important features such as rollback and versioning depend on a consistent internal database for reliable operation. Furthermore, Windows Installer facilitates the principle of least privilege by performing software installations by proxy for unprivileged users. (en)
  • Windows Installer (già denominato come Microsoft Installer) è un componente per l'installazione, la manutenzione e la rimozione dei software nei sistemi operativi Microsoft Windows prodotto dalla Microsoft stessa. Le informazioni di installazione e i file del programma sono contenuti in pacchetti organizzati come database relazionali nei cosiddetti "file MSI", dalla loro estensione. Windows Installer è un notevole passo avanti rispetto al suo predecessore, : le nuove funzionalità, come un framework per la gestione dell'interfaccia grafica, la generazione automatica della sequenza di disinstallazione, e gli strumenti avanzati per la distribuzione, lo hanno portato in competizione con altri framework d'installazione stand-alone, come InstallShield, WISE e NSIS. Le versioni più recenti di questi framework sono basate su Windows Installer in modo da sincronizzarsi al meglio con gli altri installer e mantenere il database delle installazioni integro, per permettere operazioni come il rollback. (it)
  • Windows Installer (voorheen Microsoft Installer) is een software-engine die gebruikt wordt om programma's te installeren, verwijderen of te repareren op Windows. Windows Installer-bestanden hebben meestal de extensie MSI. (nl)
  • Windows Installer (установщик Windows, кодовое имя — Darwin) — подсистема Microsoft Windows, обеспечивающая установку программ (инсталлятор). Является компонентом Windows, начиная с Windows 2000; может доустанавливаться и на более ранние версии Windows. Вся необходимая для установки информация (иногда и вместе с устанавливаемыми файлами) содержится в установочных пакетах (installation packages), имеющих расширение .msi. (ru)
  • Windows Installer (Instalator Windows, uprzednio znany jako Microsoft Installer) – program służący do instalacji, konserwacji i usuwania programów na nowszych systemach Microsoft Windows. Informacje instalacji i często same pliki są umieszczane w pakietach instalacyjnych, luźnych relacyjnych bazach danych o strukturze OLE Structured Storage Files, częściej określanych jako „pliki MSI”, od ich domyślnego rozszerzenia. Windows Installer niesie ze sobą znaczące zmiany od swojego poprzednika, Setup API. Nowe funkcje to framework GUI oraz automatyczne generowanie sekwencji dezinstalacji. Windows Installer jest alternatywą dla frameworków instalacyjnych opierających się na pojedynczym pliku wykonywalnym, takim jak starsze wersje InstallShield i (późniejsze wersje tych produktów oparte są o Windows Installer) i NSIS. Microsoft zachęca firmy do używania Windows Installer jako podstawy ich szkieletów instalacyjnych, tak żeby mogły poprawnie synchronizować się z innymi instalatorami i utrzymywać wewnętrzną bazę zainstalowanych produktów spójną. Ważne funkcje, jak wycofywanie zmian i wersjonowanie zależą od spójności wewnętrznej bazy. (pl)
  • O Microsoft Installer é um programa de computador, usado pelo Windows 2000, Windows ME, Windows XP, Windows 7, Windows 8, Windows 8.1 e Windows 10 para instalar aplicações no computador. Não se pode utilizar em modo de segurança. Atualmente é designado por Microsoft Windows Installer. MSI é um formato de arquivo de pacote de instalação usado pelo Windows. Seu nome vem do título original do programa, Microsoft System Installer, que, desde então, mudou para o Windows Installer. Arquivos MSI são usados para a instalação, o armazenamento, e a remoção de programas. Os arquivos estão contidos em um pacote, que é usado com o serviço de instalação do lado do cliente do programa, um arquivo .exe, para abrir e instalar o programa. (pt)
  • Windows Installer (встановлювач для Windows, кодова назва — Darwin) — підсистема Microsoft Windows, що забезпечує встановлення програм (інсталятор). Є компонентом Windows, починаючи від Windows 2000; може довстановлюватися й на раніші версії Windows. Вся необхідна для встановлення інформація (іноді й разом зі встановлюваними файлами) міститься у встановлювальних пакунках (installation packages), що мають розширення .msi. (uk)
  • Windows Installer是在Windows 2000時提出,作為微軟作業系統中的安裝程式開發標準的作業系統服務。它可以支援安裝程式所需要的許多功能,並且可以支援交易式安裝(Committable Installation),當安裝程式發現錯誤或問題時,可以將安裝程序中所做的任何修改(包含複製檔案、修改組態等)全部回溯為未變更的狀態。 目前Windows Installer最新版本為5.0版。 (zh)
dbo:computingPlatform
dbo:developer
dbo:genre
dbo:latestReleaseDate
  • 2009-07-22 (xsd:date)
dbo:latestReleaseVersion
  • 5.0
dbo:license
dbo:operatingSystem
dbo:releaseDate
  • 1999-08-31 (xsd:date)
dbo:thumbnail
dbo:wikiPageID
  • 1158591 (xsd:integer)
dbo:wikiPageLength
  • 13776 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1117621222 (xsd:integer)
dbo:wikiPageWikiLink
dbp:caption
  • Help screen of Windows Installer 5.0 running on Windows 7. (en)
dbp:containerFor
  • Installation information and an optional .cab file payload (en)
dbp:developer
dbp:discontinued
  • yes (en)
dbp:extendedFrom
dbp:extension
  • .msi, .msp (en)
dbp:genre
dbp:includedWith
  • Windows 2000 and later (en)
dbp:latestReleaseDate
  • 2009-07-22 (xsd:date)
dbp:latestReleaseVersion
  • 5 (xsd:integer)
dbp:license
dbp:mime
  • application/x-ole-storage (en)
dbp:name
  • Windows Installer (en)
  • Windows Installer Package (en)
dbp:open
  • No (en)
dbp:operatingSystem
dbp:owner
dbp:platform
dbp:released
  • 1999-08-31 (xsd:date)
dbp:screenshot
  • Windows Installer 5.0 running on Windows 7.png (en)
dbp:wikiPageUsesTemplate
dbp:wordnet_type
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Microsoft Windows Installer (celý název je Windows Installer Service) je instalační služba pro instalaci a správu instalačních balíčků ve formátu MSI v prostředí Microsoft Windows. (cs)
  • Windows Installer (en français, installateur Windows) est un moteur d'installation, de mise à jour et de désinstallation de logiciel propre aux systèmes d'exploitation de Microsoft. La dernière version contient des changements significatifs par rapport à son prédécesseur Setup API comme l'apparition d'un GUI framework, une désinstallation automatique du logiciel et la possibilité d'ajouter grâce à COM des objets dans le fichier (système de fichiers à l'intérieur d'un fichier) grâce à une compatibilité avec Structured storage. (fr)
  • 윈도우 인스톨러(영어: Windows Installer, 코드네임: 다윈)는 현대의 마이크로소프트 윈도우의 소프트웨어 설치, 유지, 제거를 위한 엔진이다. 이전에는 마이크로소프트 인스톨러라고 불렀다. 설치 정보는 설치 꾸러미 안에 저장되며 기본 파일 확장자 MSI 파일로도 알려져 있다. 마이크로소프트는 서드 파티 제품들이 윈도 인스톨러를 기본 설치 프레임워크로 사용을 돕고 있다. 롤백(되돌리기)과 버저닝 (DLL 지옥을 참조)과 같은 중요한 기능은 실제 동작을 위한 일정한 내부 데이터베이스에 따라 달라질 수 있다. (ko)
  • Windows Installer (voorheen Microsoft Installer) is een software-engine die gebruikt wordt om programma's te installeren, verwijderen of te repareren op Windows. Windows Installer-bestanden hebben meestal de extensie MSI. (nl)
  • Windows Installer (установщик Windows, кодовое имя — Darwin) — подсистема Microsoft Windows, обеспечивающая установку программ (инсталлятор). Является компонентом Windows, начиная с Windows 2000; может доустанавливаться и на более ранние версии Windows. Вся необходимая для установки информация (иногда и вместе с устанавливаемыми файлами) содержится в установочных пакетах (installation packages), имеющих расширение .msi. (ru)
  • Windows Installer (встановлювач для Windows, кодова назва — Darwin) — підсистема Microsoft Windows, що забезпечує встановлення програм (інсталятор). Є компонентом Windows, починаючи від Windows 2000; може довстановлюватися й на раніші версії Windows. Вся необхідна для встановлення інформація (іноді й разом зі встановлюваними файлами) міститься у встановлювальних пакунках (installation packages), що мають розширення .msi. (uk)
  • Windows Installer是在Windows 2000時提出,作為微軟作業系統中的安裝程式開發標準的作業系統服務。它可以支援安裝程式所需要的許多功能,並且可以支援交易式安裝(Committable Installation),當安裝程式發現錯誤或問題時,可以將安裝程序中所做的任何修改(包含複製檔案、修改組態等)全部回溯為未變更的狀態。 目前Windows Installer最新版本為5.0版。 (zh)
  • Der Windows Installer (vormals Microsoft Installer) stellt eine Laufzeitumgebung für Installationsroutinen unter Microsoft-Windows-Betriebssystemen bereit. Er besteht aus einem Windows-Systemdienst, der Paketdateien im msi-Format (Microsoft Software Installation), sowie Dateien mit den Dateiendungen mst für Transform-Dateien und msp für Patches interpretieren, entpacken und ausführen kann. Durch das Tabellenformat der Installationsdateien ist es möglich, diese Pakete mit verschiedenen Programmen zu bearbeiten oder anzupassen. (de)
  • Windows Installer, previamente conocido como Microsoft Installer (MSI), es un motor para la instalación, mantenimiento y eliminación de programas en plataformas Microsoft Windows.​ Los paquetes MSI se definen como instaladores de Microsoft, a saber, aquellos paquetes de software que contienen la información necesaria para automatizar su instalación, minimizando la intervención manual del usuario, ya que toda la información iría contenida en el propio archivo o fichero "msi". (es)
  • Windows Installer (msiexec.exe, previously known as Microsoft Installer, codename Darwin) is a software component and application programming interface (API) of Microsoft Windows used for the installation, maintenance, and removal of software. The installation information, and optionally the files themselves, are packaged in installation packages, loosely relational databases structured as COM Structured Storages and commonly known as "MSI files", from their default filename extensions. The packages with the file extensions mst contain Windows Installer "Transformation Scripts", those with the msm extensions contain "Merge Modules" and the file extension pcp is used for "Patch Creation Properties". Windows Installer contains significant changes from its predecessor, Setup API. New features (en)
  • Windows Installerは、Windowsでソフトウェアのインストール・メンテナンス・削除を行うエンジンである。コードネームはDarwin。以前はMicrosoft Installerと呼ばれていた。インストールパッケージ (installation package) には、インストール処理に関する情報とインストールされるファイルとがパッケージングされている。インストールパッケージのデフォルトのファイル拡張子が"MSI"であることからMSIファイルとも呼ばれる。インストールパッケージは内部的には数十個のリレーショナルデータベースのテーブルからなるである。Windows Installerには以前のと比較して多くの改善点が見られる。例えば、GUIフレームワーク、アンインストールシーケンスの自動生成、デプロイメント機能の強化、Windows Installerを他の実行可能形式のインストーラフレームワーク(InstallShield、(後のバージョンは Windows Installerベースになっている)、NSISなど)と置き換えられるようにしたこと、等が挙げられる。 (ja)
  • Windows Installer (già denominato come Microsoft Installer) è un componente per l'installazione, la manutenzione e la rimozione dei software nei sistemi operativi Microsoft Windows prodotto dalla Microsoft stessa. Le informazioni di installazione e i file del programma sono contenuti in pacchetti organizzati come database relazionali nei cosiddetti "file MSI", dalla loro estensione. (it)
  • Windows Installer (Instalator Windows, uprzednio znany jako Microsoft Installer) – program służący do instalacji, konserwacji i usuwania programów na nowszych systemach Microsoft Windows. Informacje instalacji i często same pliki są umieszczane w pakietach instalacyjnych, luźnych relacyjnych bazach danych o strukturze OLE Structured Storage Files, częściej określanych jako „pliki MSI”, od ich domyślnego rozszerzenia. Windows Installer niesie ze sobą znaczące zmiany od swojego poprzednika, Setup API. Nowe funkcje to framework GUI oraz automatyczne generowanie sekwencji dezinstalacji. Windows Installer jest alternatywą dla frameworków instalacyjnych opierających się na pojedynczym pliku wykonywalnym, takim jak starsze wersje InstallShield i (późniejsze wersje tych produktów oparte są o Wind (pl)
  • O Microsoft Installer é um programa de computador, usado pelo Windows 2000, Windows ME, Windows XP, Windows 7, Windows 8, Windows 8.1 e Windows 10 para instalar aplicações no computador. Não se pode utilizar em modo de segurança. Atualmente é designado por Microsoft Windows Installer. (pt)
rdfs:label
  • Microsoft Windows Installer (cs)
  • Windows Installer (de)
  • Windows Installer (es)
  • Windows Installer (fr)
  • Windows Installer (it)
  • 윈도우 인스톨러 (ko)
  • Windows Installer (nl)
  • Microsoft Windows Installer (ja)
  • Windows Installer (pl)
  • Windows Installer (pt)
  • Windows Installer (en)
  • Установщик Windows (ru)
  • Windows Installer (uk)
  • Windows Installer (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
foaf:name
  • Windows Installer (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License