Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/provider-catalog/msi/AnyPackage.Msi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
Module Name: AnyPackage.Msi
Module Guid: 56d624ff-e0f4-43e0-a0ca-0af22e41f9f5
Download Help Link: https://go.anypackage.dev/help
Help Version: 0.1.0.0
Locale: en-US
nav_exclude: true
search_exclude: true
---
56 changes: 56 additions & 0 deletions docs/provider-catalog/msi/about_Msi_Provider.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: Msi
parent: Provider Catalog
---

# Msi_Package_Provider

## about_Msi_Package_Provider

## Short Description

Provides access to Windows Installer.

## Long Description

The Windows Installer package provider for `AnyPackage` module lets you manage
MSI and MSP files.

The Msi package provider supports the following cmdlets.

- Find-Package
- Get-Package
- Install-Package
- Uninstall-Package

## Dynamic Parameters

Dynamic parameters are cmdlet parameters that are added by a package provider
and are available only when `-Provider Msi` parameter is used.

### InstallType \<AnyPackage.Provider.Msi.InstallType\>

Specifies the type of Windows installer to return. Default value is `All`.

Valid values are:

- Product
- Patch
- All

#### Cmdlets Supported

- Get-Package

### Properties \<System.String[]\>

Specifies the MSI properties to install.

#### Cmdlets Supported

- Install-Package

## See Also

- [about_Package_Providers](../../reference/about_Package_Providers.md)
- [about_AnyPackage](../../reference/about_AnyPackage.md)
2 changes: 2 additions & 0 deletions docs/provider-catalog/provider-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Find-PSResource -Tag AnyPackage, Provider
| Chocolatey | AnyPackage.Chocolatey | [anypackage/chocolatey] |
| Homebrew | AnyPackage.Homebrew | [anypackage/homebrew] |
| ModuleFast | AnyPackage.ModuleFast | [anypackage/modulefast] |
| Msi | AnyPackage.Msi | [anypackage/msi] |
| Msu | AnyPackage.Msu | [anypackage/msu] |
| NuGet | AnyPackage.NuGet | [anypackage/nuget] |
| pkgx | AnyPackage.Pkgx | [anypackage/pkgx] |
Expand All @@ -42,6 +43,7 @@ Find-PSResource -Tag AnyPackage, Provider
[anypackage/chocolatey]: https://github.com/anypackage/chocolatey
[anypackage/homebrew]: https://github.com/anypackage/homebrew
[anypackage/modulefast]: https://github.com/anypackage/modulefast
[anypackage/msi]: https://github.com/anypackage/msi
[anypackage/msu]: https://github.com/anypackage/msu
[anypackage/nuget]: https://github.com/anypackage/nuget
[anypackage/pkgx]: https://github.com/anypackage/pkgx
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
<HelpContentURI>https://go.anypackage.dev/help</HelpContentURI>
<SupportedUICultures>
<UICulture>
<UICultureName>en-US</UICultureName>
<UICultureVersion>0.1.0.0</UICultureVersion>
</UICulture>
</SupportedUICultures>
</HelpInfo>
Binary file not shown.
Binary file not shown.
Loading