好湿?好紧?好多水好爽自慰,久久久噜久噜久久综合,成人做爰A片免费看黄冈,机机对机机30分钟无遮挡

主頁 > 知識庫 > 類似rpm包管理器的Windows Installer PowerShell Module簡介

類似rpm包管理器的Windows Installer PowerShell Module簡介

熱門標簽:如何申請400的電話呀 黑暗之魂3地圖標注 地圖標注審核周期 AI智能電銷機器人壞處 合肥電銷外呼系統供應商 沈陽ai電銷智能機器人 電話機器人對家居行業幫助大嗎 電商外呼系統排名 蘭州電銷機器人加盟

一、Windows Installer PowerShell Module簡介

Windows Installer PowerShell Module是一個開源項目,存放在微軟的開源項目網站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.


二、Windows Installer PowerShell Module主要功能:

1.查詢系統已經安裝的產品和補丁
2.查詢源安裝包信息
3.安裝,修復和卸載產品和補丁
4.驗證產品和補丁

下載與詳細文檔,可以參考項目主頁:http://psmsi.codeplex.com/

您可能感興趣的文章:
  • YUM解決RPM包安裝依賴關系及yum工具介紹本地源配置方法詳解
  • 強制刪除rpm包的方法
  • Linux 中 RPM包 安裝 查詢 卸載命令小結及yum命令詳解
  • 詳解Linux 操作系統下安裝rpm包的方法步驟
  • 解壓rpm包的linux命令及rpm命令使用簡介
  • 制作nginx的RPM包教程
  • 制作PHP的RPM包詳解及實例

標簽:河池 隴南 常州 通遼 黔南 河北 淮南 黔南

巨人網絡通訊聲明:本文標題《類似rpm包管理器的Windows Installer PowerShell Module簡介》,本文關鍵詞  類似,rpm,包,管理器,的,Windows,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《類似rpm包管理器的Windows Installer PowerShell Module簡介》相關的同類信息!
  • 本頁收集關于類似rpm包管理器的Windows Installer PowerShell Module簡介的相關信息資訊供網民參考!
  • 推薦文章