You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: