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.
<PackageVersion Include="PowerShellWixExtension" Version="3.0.2" />
                    
Directory.Packages.props
<PackageReference Include="PowerShellWixExtension" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=PowerShellWixExtension&version=3.0.2
                    
Install as a Cake Addin
#tool nuget:?package=PowerShellWixExtension&version=3.0.2
                    
Install as a Cake Tool

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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.0-beta.12 647 4/5/2021
3.0.6 5,167 4/25/2024
3.0.4 131 4/25/2024
3.0.2 133 4/25/2024
2.0.1 43,920 4/4/2017
2.0.0-beta2 1,075 5/16/2016
2.0.0-beta1 1,004 5/15/2016
1.9.0 27,135 8/26/2014
1.8.0 1,873 8/18/2014
1.7.0 1,365 7/18/2014
1.6.0 1,326 7/17/2014
1.5.0 1,471 6/23/2014
1.4.0 1,373 6/6/2014
1.3.0 1,361 6/5/2014
1.2.0 1,401 5/29/2014
1.1.0 1,392 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