overrides.wxi 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Stub by design -->
  3. <!-- jPackage Section
  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. <!-- Cryptomator Section
  24. Non-opening ProgID settings:
  25. - IconFileEncryptedData
  26. Full file name of icon file used for encrypted data files. Default is "Cryptomator-Vault.ico"
  27. - ProgIdContentType
  28. Media Type of the encrypted data files. Default is "application/vnd.cryptomator.encrypted"
  29. Close Application settings:
  30. - CloseApplicationTarget
  31. Full name of executable to be checkd in the close application util. Default is "cryptomator.exe"
  32. Legacy Installation settings:
  33. - SkipCryptomatorLegacyCheck
  34. Should be defined to disable checking for the inno setup installation of Cryptomator and undefined, to enable it.
  35. -->
  36. <Include/>