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

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: P3
    • 9
    • Affects Version/s: 7u15
    • Component/s: deploy
    • Environment:

      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

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

              Created:
              Updated:
              Resolved:
              Imported: