overrides.wxi 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Stub by design -->
  3. <!--
  4. overrides.wxi is a placeholder to set/alter WiX variables referenced from default
  5. main.wxs file.
  6. Put custom overrides.wxi in resource directory to replace this default file.
  7. Override default overrides.wxi if configuring of msi installers through jpackage
  8. command line is not sufficient.
  9. WiX variables referenced from default main.wxs that can be altered in custom overrides.wxi:
  10. - JpProductLanguage
  11. Value of `Language` attribute of `Product` WiX element. Default value is 1033.
  12. - JpInstallerVersion
  13. Value of `InstallerVersion` attribute of `Package` WiX element. Default value is 200.
  14. - JpCompressedMsi
  15. Value of `Compressed` attribute of `Package` WiX element. Default value is `yes`.
  16. - JpAllowDowngrades
  17. Should be defined to enable downgrades and undefined to disable downgrades.
  18. Default value is `yes`.
  19. - JpAllowUpgrades
  20. Should be defined to enable upgrades and undefined to disable upgrades.
  21. Default value is `yes`.
  22. -->
  23. <!-- Non-opening ProgID settings-->
  24. <?define IconFileC9rC9s= "Cryptomator-Vault.ico" ?>
  25. <?define ProgIdContentType= "application/vnd.cryptomator.encrypted" ?>
  26. <!-- Close Application util -->
  27. <?define CloseApplicationTarget= "cryptomator.exe" ?>
  28. <Include/>