• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problems with antivirus and permissions to run the application.

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I created a Java application and I generated an executable. JAR, which works perfectly, after that I used my Launch4j that transforms .JAR on .EXE and then I used InstallCreator to create an installer for my application .EXE to have 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 on the InstallCreator format (in a Setup format), and in some cases (very rare) when downloading the Setup allows generated by InstallCreator after installed, the antivirus is triggered when the application starts and gives a signal to virus threat and the application is blocked, or to run. installed EXE is necessary "run as administrator ". and this makes it very difficult for the user, anyone know any way to get one. JAR turn into. EXE and create an installer that does not generate any problems with antivirus and permissions? And once installed does not give problem to run?
 
Marshal
Posts: 79177
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That sounds like a problem with the recipients' computers rather than yours. But as a general rule, you should supply software the recipient can use rather than the recipient having to alter their settings.

Don't know myself, but shall move this discussion as too difficult for “beginning”.
 
reply
    Bookmark Topic Watch Topic
  • New Topic