I created an application in Java and generated a .JAR executable, which works perfectly, after that I used Launch4j that makes my .JAR into .EXE and then I used InstallCreator to create an installer for my .EXE application for a more professional look, but my clients are having difficulty downloading the application generated by InstallCreator because the antivirus does not allow the user to download the .EXE software that is in the format of the InstallCreator (in the format of a Setup), and in some cases (very rare) when you enable download of the Setup generated by InstallCreator, when installed, the antivirus is triggered when the application starts and gives a virus threat signal and the application is blocked, or to run the installed .EXE is "Run as administrator". and this makes it very difficult for the user, does anyone know of any way to get a .jar to turn into .EXE and create an installer that does not generate any problems with antivirus and permissions? And after installing it does not give problem to run?