Skip to content

Latest commit

 

History

History
137 lines (112 loc) · 9.62 KB

RESOURCES.md

File metadata and controls

137 lines (112 loc) · 9.62 KB

WiX Toolset Resources

WiX Toolset This document gathers WiX Toolset related resources we have collected so far.

Articles

Blogs

Books

Projects

  • Adoptium WiX installer - the Windows installer for OpenJDK binaries.
  • cargo-wix - a cargo subcommand to build Windows installers for Rust projects using the WiX Toolset.
  • go-msi - an easy way to generate MSI package for a Go project.
  • iswix - an industrial strength Windows installer XML application.
  • sbt-native-packager - a sbt plugin to build application packages in native formats.
  • scala-dist - morphs Maven artifact into a Scala distribution (zip, tar.gz, deb, rpm, and msi).
  • wix-maven-plugin - a Maven plugin to create Windows installers with WiX toolset.
  • wixsharp - a framework for building a MSI or WiX source code using C# script files.

Tools

  • CPack WIX Generator - WiX generator for CMake.
  • 👍 InstEd - a free MSI editor built for professionals.
  • msiexec - the official Microsoft command line tool to install, modify, and perform operations on Windows Installer.

Tutorials

Videos


mics/July 2024