EXE file generated by jpackage have any WIX related files ? #7838
Unanswered
subramaniSCB
asked this question in
Questions
Replies: 1 comment
-
I've never used jpackage so without seeing the wxs it generates or the resulting packge it's hard to say. It won't install any wix files thats for sure. But if it's using extensions (for example wix_ui) or creating a boostrapper there will most certainly be some wix artifacts contained in the package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When we create an installer file using jpackage command in WIX binary, .exe file which is generated will have any WIX tool related files in the package ?
we are using following command to generate the executable file.
jpackage --name Test --input "..\files" --main-jar testoutput.jar
Beta Was this translation helpful? Give feedback.
All reactions