You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wixtoolset is pre-installed on Windows2019 right now, and includes candle.exe and light.exe used to process an XML file with extension .wxs into a Microsoft Installer (.msi). GNOME msitools includes a command that combines candle and light called wixl.
In homebrew, `wixl` is inside the [msitools package](https://github.com/Homebrew/homebrew-core/blob/master/Formula/msitools.rb), while on ubuntu, `wixl` is in a package called `wixl`.
Tool installation time in runtime
<1m
Are you willing to submit a PR?
prefer help
The text was updated successfully, but these errors were encountered:
Hello @codefromthecrypt.
We would not like to bake this tool to the images due to its popularity and fast installation. Please, install it in runtime with the following code:
Ubuntu:
sudo apt-get update
sudo apt-get install wixl
macOS
brew install msitools
I am closing the issue. Feel free to contact us if you have any questions. Thanks.
Tool name
wixl
Tool license
LGPL 2.1
Add or update?
Desired version
0.101
Approximate size
460k
Brief description of tool
wixtoolset is pre-installed on Windows2019 right now, and includes
candle.exe
andlight.exe
used to process an XML file with extension.wxs
into a Microsoft Installer (.msi
). GNOME msitools includes a command that combinescandle
andlight
calledwixl
.URL for tool's homepage
https://wiki.gnome.org/msitools
Provide a basic test case to validate the tool's functionality.
Virtual environments affected
Can this tool be installed during the build?
Tool installation time in runtime
<1m
Are you willing to submit a PR?
prefer help
The text was updated successfully, but these errors were encountered: