WixSharp.bin
1.0.12
See the version list below for details.
dotnet add package WixSharp.bin --version 1.0.12
NuGet\Install-Package WixSharp.bin -Version 1.0.12
<PackageReference Include="WixSharp.bin" Version="1.0.12" />
<PackageVersion Include="WixSharp.bin" Version="1.0.12" />
<PackageReference Include="WixSharp.bin" />
paket add WixSharp.bin --version 1.0.12
#r "nuget: WixSharp.bin, 1.0.12"
#:package WixSharp.bin@1.0.12
#addin nuget:?package=WixSharp.bin&version=1.0.12
#tool nuget:?package=WixSharp.bin&version=1.0.12
Wix# is a framework for building a complete MSI or WiX source code by using build script files written with the C# syntax.
The package contains the binaries only. In order to use this package you need have WiX Toolset installed.
The package is tested against WIX (Windows Installer Xml) version 3.5.2519.0
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories (13)
Showing the top 13 popular GitHub repositories that depend on WixSharp.bin:
| Repository | Stars |
|---|---|
|
libgenapps/LibgenDesktop
|
|
|
yingDev/WGestures
Modern mouse gestures for Windows. (C#)
|
|
|
lookup-foundation/RevitLookup
Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.
|
|
|
oleg-shilo/wixsharp
Framework for building a complete MSI or WiX source code by using script files written with C# syntax.
|
|
|
dukus/digiCamControl
DSLR camera remote control open source software
|
|
|
architecture-building-systems/revitpythonshell
An IronPython scripting environment for Autodesk Revit and Vasari
|
|
|
chuongmep/RevitAddInManager
Revit AddinManager update .NET assemblies without restart Revit for developer.
|
|
|
Nice3point/RevitTemplates
Templates for creating Revit add-ins
|
|
|
PawelTroka/Computator.NET
Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
|
|
|
NeVeSpl/RevitDBExplorer
Interactive Revit database exploration tool to view and edit BIM element parameters, properties and relationships.
|
|
|
aloopkin/WinCertes
An ACMEv2 client for Windows
|
|
|
chuongmep/CadAddinManager
Cad AddinManager update .NET assemblies without restart Autocad and Civil3D for developer.
|
|
|
chuongmep/CadPythonShell
An IronPython console for Autocad and Civil 3d API, include full snoop Database to explore API
|
- Support for Project.Platform (e.g. "project.Platform = Platform.x64")
- Added 'Predicate<string>' filter to Files and DirFiles
- Added all missing Standard Actions values to the class WixSharp.Step
- Support for UpgradeVersion.MigrateFeatures
- Support for 'Custom' element in CustomAction.AttributesDefinition (e.g. AttributesDefinition = "Custom:Sequence=1")