RFR: JDK-8259927: Windows jpackage installer issues

Andy Herrick herrick at openjdk.java.net
Wed Feb 3 15:11:54 UTC 2021


Remove lines in WixSourceBuilder that adds directive to rm-rf the parent dir(s) of the install-dir.  These directories get removed anyway if they are empty without these lines, and should be left alone if not empty after removing the install dir itself.

-------------

Commit messages:
 -     JDK-8259927: Windows jpackage installer issues

Changes: https://git.openjdk.java.net/jdk/pull/2382/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2382&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8259927
  Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2382.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2382/head:pull/2382

PR: https://git.openjdk.java.net/jdk/pull/2382


More information about the core-libs-dev mailing list