简体   繁体   中英

How do I sign an MSI using javafxpackager?

I'm actually using javafxpackager through the JavaFX-Gradle-Plugin , but I can't figure out the solution in plain javafxpackager, so, that would help as well.

How do I sign an MSI using javafxpackager? How do I specify the cert/key/whatever is needed?

In its documentation:

I can see the options for Mac OS, such as: mac.signing-key-developer-id-app=key but I don't see anything about signing the Windows MSI installer.

In this doc:

it acknowledges the need for signing it by saying:

If you plan to distribute your MSI package on the network, then consider signing it for the best user experience.

but there's no explanation on how to achieve this (compared to the Mac OS equivalent section).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM