Open amasahara opened 5 years ago
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
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
Apparently, the solution is to restart your pc.
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.