msi installer does not remove some files if app installed into non-default location.
jpackage create-installer --installer-type msi --input input
--output output --name Test --main-jar hello.jar --main-class Hello --overwrite --files hello.jar --verbose --win-dir-chooser
- Run created installer and select non-default location.
- Remove app via Program Files.
- Installation folder will contain many *.dll files. Java runtime and app folder will be removed.
jpackage create-installer --installer-type msi --input input
--output output --name Test --main-jar hello.jar --main-class Hello --overwrite --files hello.jar --verbose --win-dir-chooser
- Run created installer and select non-default location.
- Remove app via Program Files.
- Installation folder will contain many *.dll files. Java runtime and app folder will be removed.
- relates to
-
JDK-8215019 Allow --install-dir on windows
- Resolved