Add option to keep jpackage temporary directory - #2452
Sebastian (sebkur) wants to merge 1 commit into
Conversation
9aae5a5 to
f6af8ee
Compare
|
This allows us to specify: with the result that When not specifying that option or passing The motivation for this Pull Request is to gain more control over the creation of the platform packages when needed. In particular, in our case, we would like to overcome a bunch of limitations of both the Compose plugin as well as JPackage itself when packaging Windows MSI installers. An example is changing the images used in the installer (#2335), which is possible using JPackage but not using the Compose plugin yet. This could be addressed by exposing more of It is however perfectly possible to run wix oneself on the image that I think more generally speaking, having this switch opens up a lot of possibilities in the creation of installers for Windows but also for the customization of created native packages on other platforms. It is very valuable to have |
|
I'd also like to add documentation to the |
|
Oh, looks like this is rather unnecessary. Just found out that I can just add |
No description provided.