Crates.io | tugger-wix |
lib.rs | tugger-wix |
version | 0.16.0 |
source | src |
created_at | 2021-03-04 22:40:08.351885 |
updated_at | 2022-12-29 23:56:14.727419 |
description | Interfaces to the WiX Toolset to produce Windows installers |
homepage | https://github.com/indygreg/PyOxidizer |
repository | https://github.com/indygreg/PyOxidizer.git |
max_upload_size | |
id | 363945 |
size | 73,877 |
tugger-wix
is a library crate for interfacing with the
WiX Toolset - a set of tools for producing
Windows installers (e.g. .msi
and .exe
files).
The following functionality is (partially) implemented:
candle.exe
and light.exe
to process
any set of input .wxs
files..msi
installer with
common features - no WiX XML knowledge required!.exe
bundle installer with
common features - no WiX XML knowledge required!tugger-wix
is part of the Tugger application distribution tool
but exists as its own crate to facilitate code reuse for other tools
wishing to perform similar functionality. Tugger is part of the
PyOxidizer project and
this crate is developed in that repository.
While this crate is developed as part of a larger project, modifications to support its use outside of its primary use case are very much welcome!