Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

2014-04-24 Thread Pavan Konduru
Put the arguments under quot, something like this: Arguments=quot;//IS//Tomcat7 -DisplayName 'Apache Tomcat7' -Install 'c:\tomcat\bin\tomcat7.exe' --Jvm=auto --StartMode=jvm --StopMode=jvm --StartClass=org.apache.catalina.startup.Bootstrap --StartParams=start

Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

2014-04-24 Thread Phil Wilson
Do you know how you are supposed to install Tomcat as a service? If that -install option is what actually installs Tomcat as an NT service, then you shouldn't be using ServiceInstall because that installs it as a service too. --- Phil Wilson On Thu, Apr 24, 2014 at 9:06 AM, Pavan

Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

2014-04-24 Thread Eric Chaland
Wilson [mailto:phildgwil...@gmail.com] Sent: April-24-14 12:45 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample Do you know how you are supposed to install Tomcat as a service? If that -install option is what actually

Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

2014-04-24 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar basti...@careercontrol.nl. -- Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software

Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

2014-04-24 Thread Pavan Konduru
After=InstallFiles/Custom /InstallExecuteSequence -Original Message- From: Eric Chaland [mailto:echal...@yahoo.com] Sent: Thursday, April 24, 2014 2:58 PM To: 'General discussion about the WiX toolset.' Subject: Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample I'm

Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

2014-04-24 Thread Pavan Konduru
...@accelrys.com] Sent: Thursday, April 24, 2014 3:21 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample CAQuietExec action should be immediate which is correct but the action using it must be deferred. Like this: Property Id

Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

2014-04-24 Thread Eric Chaland
=InstallFiles/Custom /InstallExecuteSequence /Fragment -Original Message- From: Pavan Konduru [mailto:pavan.kond...@accelrys.com] Sent: April-24-14 6:21 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample