Native Packaging WIX
Daniel Zwolenski
zonski at gmail.com
Fri Dec 21 12:02:01 PST 2012
Ive got a jira raised for this:
http://javafx-jira.kenai.com/browse/RT-26826
It should be easy. Now that the packaging code is open sourced I should be able to make this change myself. Just got to get the build working.
I'm also working on getting the wix executables into the central maven repo and the intent is to make my maven plugin auto download and setup wix (it doesn't need to be "installed", just unzipped). Using Ant+ivy it should be possible to achieve the same.
On 22/12/2012, at 6:45 AM, "Will Hoover" <java.whoover at gmail.com> wrote:
> AFIK, in order to use JavaFX packaging with WIX you have to first add the
> path to the WIX binaries to the PATH environment variable (or have the
> binaries in the user.dir for which the ant build is being ran). I don't
> suppose we could get an additional attribute added to fx:deploy so we can do
> this:
>
> <fx:deploy basedir="/path/to/wix"/>
>
> Similar to how version 8 will have:
>
> <fx:platform basedir="/path/to/jdk"/>
>
>
>
>
>
More information about the openjfx-dev
mailing list