sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.6k stars 441 forks source link

WindowsPlugin: support portable WiX #1281

Closed nigredo-tori closed 4 years ago

nigredo-tori commented 4 years ago

Expected behaviour

WindowsPlugin finds candle.exe (and light.exe) in a directory that contains an extracted WiX wix311-binaries.zip. The executable is present as %WIX%\candle.exe.

Actual behaviour

WindowsPlugin only finds executable as %WIX%\bin\candle.exe.

Information

sbt-native-packager 1.4.0, although the same should be true for all SNP versions.

This issue is only for documentation, a PR will be available shortly.