dangerzone/install/windows
JKarasti a915ae8442
Change: Update the build-app.bat script to work with WiX Toolset v5
- WiX Toolset v3 used to validate the msi package by default. In v5 that has moved to a new command, so add a new validation step to the script.

- Also emove the step that uses `insignia.exe` to sign the Dangerzone.msi with the digital signatures from its external cab archives.

  In WiX Toolset v4 and newer, insignia is replaced with a new command `wix msi inscribe`, but we tell wix to embed the cabinets into the .msi
  (That's what`EmbedCab="yes"` in the Media / MediaTemplate element does) so singning them separately is not necessary. [0]

  [0] https://wixtoolset.org/docs/tools/signing/
2024-12-09 18:42:12 +02:00
..
build-app.bat Change: Update the build-app.bat script to work with WiX Toolset v5 2024-12-09 18:42:12 +02:00
build-wxs.py Change: Write Dangerzone.wxs inside the script directly 2024-12-09 18:42:11 +02:00
dangerzone-cli.py Add package scripts for windows 2021-12-13 15:25:41 -08:00
dangerzone.py Add package scripts for windows 2021-12-13 15:25:41 -08:00
dialog.bmp Finished making a nice WiX installer, but still missing codesigning 2020-02-20 12:23:39 -08:00
license.rtf Replace MIT license with AGPLv3 2024-01-04 09:57:49 +00:00