I am having fun creating my first NSIS installer:
- Aborts if 32bit
- Checks for a JRE - installs if not
- Option to install Tomcat (embedded installer)
- Option to deploy WARs (potentially this could be in the above Tomcat or another instance on the same box)
(Here is the entire script if need be.)
I am thinking of using ReadRegStr to try and present the user with a list of available Tomcat instances.
However, what I was hoping to do...
Conundrum: At the end of the NSIS script, I wanted to dump some shortcuts on the Desktop with links to the application that gets deployed under Tomcat.
However, from registry entries alone, I cannot get at the port number.
What is the best approach here? I imagine I need to dive into a config file under the Tomcat folder or is their a simpler way?
