Re: Inno Setup Script?

2013-04-11 Thread James Green
Getting quite frustrated now. Here's the line the installer is now running: C:\Program Files\Our Local Services\tomcat\bin\tomcat7.exe //IS//Tomcat7 --DisplayName=Apache Tomcat 7 --JavaHome=C:\Program Files\Our Local Services\tomcat\..\java-7-32bit\ --Install=C:\Program Files\Our Local

Re: Inno Setup Script?

2013-04-11 Thread Konstantin Kolinko
2013/4/10 James Green james.mk.gr...@gmail.com: On 10 April 2013 12:47, Konstantin Kolinko knst.koli...@gmail.com wrote: C:\Program Files\Our Local Services\tomcat\bin\tomcat7. exe //IS//Tomcat7 --DisplayName=Apache Tomcat 7 --JavaHome=C:\Program Files\Our Local

Re: Inno Setup Script?

2013-04-11 Thread James Green
A follow-up with the solution. This works: C:\Program Files\Our Local Services\tomcat\bin\tomcat7.exe //IS//Tomcat7 --DisplayName=Apache Tomcat 7 --JavaHome=C:\Program Files\Our Local Services\tomcat\..\java-7-32bit --Install=C:\Program Files\Our Local Services\tomcat\bin\tomcat7.exe

Re: Inno Setup Script?

2013-04-10 Thread James Green
Setup script to most of the work, but rather than re-inventing what looks like quite a complex wheel, has anyone build an installer script for Tomcat already that they could share? In our case we're bundling our own JRE which needs setting when installing the service... Tomcat

Re: Inno Setup Script?

2013-04-10 Thread Konstantin Kolinko
2013/4/10 James Green james.mk.gr...@gmail.com: I was hoping I could avoid that. (...) While this installs a service, as soon as I attempt to start it I get a failure. Nothing is logged by Tomcat, but in the event service I get the following recorded: The Apache Tomcat 7 service terminated

Re: Inno Setup Script?

2013-04-10 Thread James Green
On 10 April 2013 11:55, Konstantin Kolinko knst.koli...@gmail.com wrote: 2013/4/10 James Green james.mk.gr...@gmail.com: I was hoping I could avoid that. (...) While this installs a service, as soon as I attempt to start it I get a failure. Nothing is logged by Tomcat, but in the

Re: Inno Setup Script?

2013-04-10 Thread Konstantin Kolinko
2013/4/10 James Green james.mk.gr...@gmail.com: On 10 April 2013 11:55, Konstantin Kolinko knst.koli...@gmail.com wrote: 2013/4/10 James Green james.mk.gr...@gmail.com: I was hoping I could avoid that. (...) While this installs a service, as soon as I attempt to start it I get a

Re: Inno Setup Script?

2013-04-10 Thread James Green
On 10 April 2013 12:47, Konstantin Kolinko knst.koli...@gmail.com wrote: 2013/4/10 James Green james.mk.gr...@gmail.com: On 10 April 2013 11:55, Konstantin Kolinko knst.koli...@gmail.com wrote: 2013/4/10 James Green james.mk.gr...@gmail.com: I was hoping I could avoid that. (...)

Inno Setup Script?

2013-04-08 Thread James Green
I have a need to distribute an application that works inside Tomcat to a number of customers. I can build an Inno Setup script to most of the work, but rather than re-inventing what looks like quite a complex wheel, has anyone build an installer script for Tomcat already that they could share

Re: Inno Setup Script?

2013-04-08 Thread Konstantin Kolinko
2013/4/8 James Green james.mk.gr...@gmail.com: I have a need to distribute an application that works inside Tomcat to a number of customers. I can build an Inno Setup script to most of the work, but rather than re-inventing what looks like quite a complex wheel, has anyone build an installer