1. Windows インストーラー PowerShell モジュールの概要
Windows インストーラー PowerShell モジュールは、Microsoft のオープン ソース プロジェクト Web サイト CodePlex に保存されているオープン ソース プロジェクトです。以下はそのホームページにあるプロジェクトの説明です。
Project Description Exposes Windows Installer functionality to PowerShell, providing means to query installed product and patch information and to query views on packages. PowerShell is a powerful command shell that pipes objects - not just text. Because of this ability, you can string practically unrelated commands together in many different ways to work on different types of objects, all built on .NET. You can use all the properties and methods of those objects passed through the pipeline instead of being limited by the text sent to you as with traditional command shells. This Windows Installer module for PowerShell provides cmdlets ("command-lets") - similar to functions - to query package states, patches registered and applied to products, and more. You can use it to query Windows Installer products and patches installed on your system. get-msiproductinfo | where { $_.Name -like '*Visual Studio*' } You can even use it to determine which products installed a particular file on your system. get-msicomponentinfo ` | where { $_.Path -like 'C:\Program Files\*\Common7\IDE\devenv.exe'} ` | get-msiproductinfo And with new cmdlets in 2.2.0 you can also install, repair, and uninstall products and patches complete with progress information, and warnings and errors direct to the pipeline. install-msiproduct .\example.msi -destination (join-path $env:ProgramFiles Example) You can find more Examples and usage in the Documentation.
2. Windows インストーラー PowerShell モジュールの主な機能:
1. システムにインストールされている製品とパッチを照会します2. ソースのインストール パッケージ情報を照会します
3. 製品とパッチをインストール、修復、アンインストールします。製品とパッチを確認します
rpm パッケージ マネージャーと同様の Windows インストーラー PowerShell モジュールの導入に関連するその他の記事については、PHP 中国語 Web サイトに注目してください。

ホットAIツール

Undresser.AI Undress
リアルなヌード写真を作成する AI 搭載アプリ

AI Clothes Remover
写真から衣服を削除するオンライン AI ツール。

Undress AI Tool
脱衣画像を無料で

Clothoff.io
AI衣類リムーバー

Video Face Swap
完全無料の AI 顔交換ツールを使用して、あらゆるビデオの顔を簡単に交換できます。

人気の記事

ホットツール

MinGW - Minimalist GNU for Windows
このプロジェクトは osdn.net/projects/mingw に移行中です。引き続きそこでフォローしていただけます。 MinGW: GNU Compiler Collection (GCC) のネイティブ Windows ポートであり、ネイティブ Windows アプリケーションを構築するための自由に配布可能なインポート ライブラリとヘッダー ファイルであり、C99 機能をサポートする MSVC ランタイムの拡張機能が含まれています。すべての MinGW ソフトウェアは 64 ビット Windows プラットフォームで実行できます。

SublimeText3 英語版
推奨: Win バージョン、コードプロンプトをサポート!

SublimeText3 Linux 新バージョン
SublimeText3 Linux 最新バージョン

SublimeText3 Mac版
神レベルのコード編集ソフト(SublimeText3)

AtomエディタMac版ダウンロード
最も人気のあるオープンソースエディター

ホットトピック









