PowerShellWixExtension 3.0.2
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
<PackageReference Include="PowerShellWixExtension" Version="3.0.2" />
paket add PowerShellWixExtension --version 3.0.2
#r "nuget: PowerShellWixExtension, 3.0.2"
// 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
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 | 501 | 4/5/2021 |
3.0.6 | 2,497 | 4/25/2024 |
3.0.4 | 109 | 4/25/2024 |
3.0.2 | 113 | 4/25/2024 |
2.0.1 | 40,860 | 4/4/2017 |
2.0.0-beta2 | 894 | 5/16/2016 |
2.0.0-beta1 | 821 | 5/15/2016 |
1.9.0 | 26,641 | 8/26/2014 |
1.8.0 | 1,493 | 8/18/2014 |
1.7.0 | 1,172 | 7/18/2014 |
1.6.0 | 1,134 | 7/17/2014 |
1.5.0 | 1,277 | 6/23/2014 |
1.4.0 | 1,176 | 6/6/2014 |
1.3.0 | 1,162 | 6/5/2014 |
1.2.0 | 1,205 | 5/29/2014 |
1.1.0 | 1,189 | 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