PowerShellWixExtension 4.0.0-beta.12

This is a prerelease version of PowerShellWixExtension.

Requires NuGet 2.7 or higher.

dotnet add package PowerShellWixExtension --version 4.0.0-beta.12
NuGet\Install-Package PowerShellWixExtension -Version 4.0.0-beta.12
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="4.0.0-beta.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PowerShellWixExtension --version 4.0.0-beta.12
#r "nuget: PowerShellWixExtension, 4.0.0-beta.12"
#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=4.0.0-beta.12&prerelease

// Install PowerShellWixExtension as a Cake Tool
#tool nuget:?package=PowerShellWixExtension&version=4.0.0-beta.12&prerelease

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 470 4/5/2021
2.0.1 37,798 4/4/2017
2.0.0-beta2 863 5/16/2016
2.0.0-beta1 797 5/15/2016
1.9.0 26,370 8/26/2014
1.8.0 1,272 8/18/2014
1.7.0 1,138 7/18/2014
1.6.0 1,103 7/17/2014
1.5.0 1,242 6/23/2014
1.4.0 1,146 6/6/2014
1.3.0 1,132 6/5/2014
1.2.0 1,169 5/29/2014
1.1.0 1,151 5/28/2014

## What’s Changed

* Support for Condition on script elements plus ability to run on uninstall (#32) @flcdrg
* Bump major version to 4.x (#33) @flcdrg