-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback on using JDKPackagerPlugin for some days (creating MSI) #594
Comments
@akuppi Thanks so much for the feedback! As for Item 1, I think this is the default if you use InnoSetup instead of WiX. My memory is that if you select Item 2: Not sure about this one. I thought I remembered seeing something in the past where one could configure this, but scouring the docs doesn't result in anything I can find. Item 3: I'd take a look at the WiX documentation on that front. Please let us know if you find anything. Keep an eye on the bundle arguments documentation, as this is where the MacOS signing stuff is, and where I'd expect Oracle to add Windows support in subsequent releases. Item 4: I think you'll have to go the route of drop-in resources (Item 1) to be able to do this, but not sure. IHTH. |
On Item 2, looking at the Windows specific docs for the command line |
@akauppi Per item 4, a colleague of mine figured out that if you use InnoSetup instead of WiX as the backend, the uninstaller icon is properly synced. I suspect this is a bug in Interested in knowing if you find a solution to item 3. I don't have experience signing Windows applications. |
Unfortunately, I remember very little of this, now two months later. We ended up doing the installer a completely different way. |
The plugin really makes things easier. The documented features work, but I noticed some things I would want that are currently not supported.
ant-javafx.jar
, either.signtool
). Not asking signing to be included, but if the output MSI format is not allowing signing, that's a bug somewhere.Remove Programs
list cannot be customized.I'm just listing these as a feedback, and for others considering using the plugin. Unfortunately cannot help in adding such features. Sorry.
The text was updated successfully, but these errors were encountered: