Options for building msi installer on Linux in v2 #11766
-
The docs mention that an Can I make use of https://wiki.gnome.org/msitools If not, are there plans to add support for cross-platform creation of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes, but that's totally up to you. You cannot re-use anything of tauri's msi tooling for this.
We would like to have support for it but nothing is planned for the near future. Of course we wouldn't turn down community contributions. |
Beta Was this translation helpful? Give feedback.
I personally would go with github ci or a vm (if setup.exe doesn't work for you).
You can try to use tauri's main.wxs file, replacing the values wrapped in
{{}}
with the actual values and see if msitools can compile that.