Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jar file not copy when generate Native Installer #170

Open
amasahara opened this issue Jul 2, 2019 · 3 comments
Open

jar file not copy when generate Native Installer #170

amasahara opened this issue Jul 2, 2019 · 3 comments

Comments

@amasahara
Copy link

amasahara commented Jul 2, 2019

hi, i try to create an native application but meet 2 problem
My fxlauncher

fxlauncher {
applicationVendor 'My Company'
// Base URL where you will host the application artifacts
applicationUrl 'https://github.com/amasahara/XMLManager/'
applicationMainClass 'QuanLyXML.app.MyApp'
acceptDowngrade false
}

first is jar file is not copy in to app folder and i have to copy by hand in to this folder to run myapp.exe
second is after finish task it always say that i missing inno and wix

Detected [iscc.exe] version 0 but version 5 is required.
Bundler EXE Installer skipped because of a configuration problem: Can not find Inno Setup Compiler (iscc.exe).
Advice to fix: Download Inno Setup 5 or later from http://www.jrsoftware.org and add it to the PATH.
Bundler MSI Installer skipped because of a configuration problem: Can not find WiX tools (light.exe, candle.exe).
Advice to fix: Download WiX 3.0 or later from http://wix.sf.net and add it to the PATH.

i try to install Inno Setup 6 and WiX Toolset v3.10 and setup path it in environment but seem not working it still make alert to me.
Thanks for watching.

@finsther
Copy link

finsther commented Jul 8, 2019

Hi @amasahara post your pom.xml file. i think you need to add inno setup install dir eg: *C:\Program Files (x86)\Inno Setup 5* to enviroment variables > Path

@amasahara
Copy link
Author

Thanks @finsther i has been already setup path for both inno6 and wix 3.0 to Path and i use grade for working with this so i don't have pom.xml

@olepoeschl
Copy link

Apparently, the solution is to restart your pc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants