java - Creating a Windows installer for application -


this question has answer here:

i want create windows installer package can .exe or msi. want following :

  1. check if java 7 runtime available in system & system has enough space installation
  2. if jre not available install same installer package
  3. once jre installation completes unzip contents of installer specific location in system (c:\tools).
  4. create shortcut on desktop.
  5. exit installer .
  6. any issues alert user

this first time thinking how can accomplished ?

you can achieve nsis

here post explaining process in more detail: nsis script java installation

in case project can use ant, maybe antinstaller might right choice.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -