java - Creating a Windows installer for application -
this question has answer here:
- create windows installer java programs 8 answers
i want create windows installer package can .exe or msi. want following :
- check if java 7 runtime available in system & system has enough space installation
- if jre not available install same installer package
- once jre installation completes unzip contents of installer specific location in system (c:\tools).
- create shortcut on desktop.
- exit installer .
- 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
Post a Comment