PowerShellWixExtension 3.0.2

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.7 or higher.

dotnet add package PowerShellWixExtension --version 3.0.2
NuGet\Install-Package PowerShellWixExtension -Version 3.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PowerShellWixExtension" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PowerShellWixExtension --version 3.0.2
#r "nuget: PowerShellWixExtension, 3.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PowerShellWixExtension as a Cake Addin
#addin nuget:?package=PowerShellWixExtension&version=3.0.2

// Install PowerShellWixExtension as a Cake Tool
#tool nuget:?package=PowerShellWixExtension&version=3.0.2

An extension for Wix that allows running PowerShell scripts, either from .ps1 files included in the MSI, or by embedding PowerShell script directly

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on PowerShellWixExtension:

Repository Stars
tableau/TabMon
A Tableau Server performance monitoring service
Version Downloads Last updated
4.0.0-beta.12 473 4/5/2021
3.0.6 162 4/25/2024
3.0.4 73 4/25/2024
3.0.2 69 4/25/2024
2.0.1 38,090 4/4/2017
2.0.0-beta2 863 5/16/2016
2.0.0-beta1 797 5/15/2016
1.9.0 26,386 8/26/2014
1.8.0 1,274 8/18/2014
1.7.0 1,142 7/18/2014
1.6.0 1,106 7/17/2014
1.5.0 1,246 6/23/2014
1.4.0 1,150 6/6/2014
1.3.0 1,136 6/5/2014
1.2.0 1,173 5/29/2014
1.1.0 1,155 5/28/2014

## What’s Changed

* Switch back to a v3 release (#55) @flcdrg
* Update workflow permissions (#54) @flcdrg
* Ignore errors (#53) @flcdrg
* Bump microsoft/setup-msbuild from 1.3.2 to 2.0.0 (#50) @dependabot
* Bump dotnet/nbgv from 0.4.1 to 0.4.2 (#49) @dependabot
* Bump release-drafter/release-drafter from 5 to 6 (#51) @dependabot
* Bump microsoft/setup-msbuild from 1.3.1 to 1.3.2 (#48) @dependabot
* Bump flcdrg/remove-release-asset-action from 3 to 4 (#47) @dependabot
* Bump actions/upload-artifact from 3 to 4 (#46) @dependabot
* Bump actions/checkout from 3 to 4 (#45) @dependabot
* Bump dotnet/nbgv from 0.4.0 to 0.4.1 (#44) @dependabot
* Bump flcdrg/remove-release-asset-action from 2 to 3 (#43) @dependabot
* Bump i3h/download-release-asset from 1.2.0 to 1.3.3 (#36) @dependabot
* Bump flcdrg/remove-release-asset-action from 1 to 2 (#38) @dependabot
* Bump actions/upload-artifact from 2 to 3 (#39) @dependabot
* Bump microsoft/setup-msbuild from 1.0.2 to 1.3.1 (#40) @dependabot
* Allow GitHub token write permission for checks (#41) @flcdrg
* Bump actions/checkout from 2 to 3 (#37) @dependabot
* 4.0 non beta (#35) @flcdrg
* Create .github/dependabot.yml (#34) @flcdrg
* Support for Condition on script elements plus ability to run on uninstall (#32) @flcdrg
* Bump major version to 4.x (#33) @flcdrg
* Change publish workflow to trigger on 'published' (#31) @flcdrg
* semver 2 beta (#30) @flcdrg
* Tidy up release (#29) @flcdrg
* Releases (#28) @flcdrg
* Gitversioning (#27) @flcdrg
* Add github action (#26) @flcdrg
* Support order on scripts, default to line number. (#21) @nirbar
*  Support ignoring error on scripts.  (#19) @nirbar