Re: RFR: 8319457: Update jpackage to support WiX Toolset 4 on Windows

2024-06-03 Thread Alexander Matveev
On Tue, 4 Jun 2024 01:29:15 GMT, Alexey Semenyuk wrote: > > Is there plan to add support for WiX 5? > > This patch supports WiX5 as well. There is not much difference between WiX4 > and WiX5 from jpackage perspective. I'll update the description I assume WiX5 will just work if installed

Re: RFR: 8300111: Add rpath for common lib locations for jpackageapplauncher

2023-01-13 Thread Alexander Matveev
On Fri, 13 Jan 2023 13:34:08 GMT, David wrote: >> This patch adds the `-headerpad_max_install_names` linker argument to the >> build of the `jpackageapplauncher` binary (osx only) >> >> Adding this argument allows the user to use the `install_name_tool` to add >> search paths for the dynamic

Re: RFR: 8300111: Add rpath for common lib locations for jpackageapplauncher

2023-01-13 Thread Alexander Matveev
On Tue, 10 Jan 2023 09:57:19 GMT, David wrote: > This patch adds the `-headerpad_max_install_names` linker argument to the > build of the `jpackageapplauncher` binary (osx only) > > Adding this argument allows the user to use the `install_name_tool` to add > search paths for the dynamic