Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8095458

javafxpackager deploy task: making native packages on windows sometimes creates undeleteable packages

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P3 P3
    • 9
    • 7u15
    • deploy
    • WIn7 x64

      java version "1.7.0_21"
      Java(TM) SE Runtime Environment (build 1.7.0_21-b10)
      Java HotSpot(TM) Client VM (build 23.21-b01, mixed mode)

      When packager generates msi package on windows 7 platform sometimes created msi doesn't delete itself. So, the command msiexec /i HelloWorld-1.0.msi /quiet correctly install it, then msiexec /x HelloWorld-1.0.msi /quiet don't delete it correctly: all files in %LOCALAPPDATA% is untouched.

      I attach HelloWorld project. You can create package by javafxpackager by invoking this:
      ant -f simple-build-cli.xml deploy-all
      If you want to compare this result to ant tool result (which is correct) you can invoke this:
      ant -f simple-build.xml deploy-all

            dcherepanov Dmitry Cherepanov
            dginzbur Dmitry Ginzburg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: