I want to create a windows installer package can be .exe or MSI. I want to do the following :
- Check if the Java 7 Runtime is available in the system & system has enough space for this installation
- If JRE is not available install the same from the installer package
- once JRE installation completes Unzip certain contents of the installer to specific location in the system say (C:\tools).
- Create a shortcut on the desktop.
- Exit the installer .
- Any issues alert the user
This is the first time am thinking something like this how this can be accomplished ?