PowerShellWixExtension 2.0.0-beta2
See the version list below for details.
Requires NuGet 2.7 or higher.
dotnet add package PowerShellWixExtension --version 2.0.0-beta2
NuGet\Install-Package PowerShellWixExtension -Version 2.0.0-beta2
<PackageReference Include="PowerShellWixExtension" Version="2.0.0-beta2" />
paket add PowerShellWixExtension --version 2.0.0-beta2
#r "nuget: PowerShellWixExtension, 2.0.0-beta2"
// Install PowerShellWixExtension as a Cake Addin #addin nuget:?package=PowerShellWixExtension&version=2.0.0-beta2&prerelease // Install PowerShellWixExtension as a Cake Tool #tool nuget:?package=PowerShellWixExtension&version=2.0.0-beta2&prerelease
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 | 521 | 4/5/2021 |
3.0.6 | 2,859 | 4/25/2024 |
3.0.4 | 113 | 4/25/2024 |
3.0.2 | 117 | 4/25/2024 |
2.0.1 | 41,527 | 4/4/2017 |
2.0.0-beta2 | 901 | 5/16/2016 |
2.0.0-beta1 | 828 | 5/15/2016 |
1.9.0 | 26,728 | 8/26/2014 |
1.8.0 | 1,554 | 8/18/2014 |
1.7.0 | 1,182 | 7/18/2014 |
1.6.0 | 1,144 | 7/17/2014 |
1.5.0 | 1,287 | 6/23/2014 |
1.4.0 | 1,186 | 6/6/2014 |
1.3.0 | 1,172 | 6/5/2014 |
1.2.0 | 1,215 | 5/29/2014 |
1.1.0 | 1,202 | 5/28/2014 |
* Compiled against Wix 3.10
* Fix for issue #5 - KeyNotFoundException thrown when running an inline Script without a File element
* No need to specify <Custom Action.. /> elements in InstallExecuteSequence, unless you want to override the default sequencing.