[WiX-users] Drive selection

2014-04-30 Thread Eric Chaland
Hello, I'm using a Property to force the install on the C:\ drive. However, I'd like to display the option to select another drive location but not a folder. Is this possible? Thanks in advance for your help. Eric ---

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

2014-04-24 Thread Eric Chaland
[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: -Original Message----- From: Eric Chaland [mailto:echal...@yahoo.com] Sent: Thursday, Apri

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

2014-04-24 Thread Eric Chaland
;c:\tomcat\bin\tomcat7.exe' --Jvm=auto --StartMode=jvm > --StopMode=jvm --StartClass=org.apache.catalina.startup.Bootstrap > --StartParams=start --StopClass=org.apache.catalina.startup.Bootstrap > --StopParams=stop""/> > > Also paste the log from where the service is being cre

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

2014-04-24 Thread Eric Chaland
Hello, I'm starting to use Wix to create an installer for our application. I need to install Tomcat 7 and deploy some wars in the background. I'm having difficulties starting the Tomcat service. I couldn't find any sample online. I hope someone can help me out as I am currently stuck. This is t

[WiX-users] Custom action to run .bat file to install service

2014-04-23 Thread Eric Chaland
Hello, I need to install and customize a service (Tomcat). I've created a custom action but the service doesn't get created. What am I doing wrong? Could anyone please share a sample - I need to run something like "service.bat install Tomcat" Thanks in advance for your help.

[WiX-users] Installing Tomcat silently

2014-04-20 Thread Eric Chaland
Hello, I'm trying to install Tomcat silently in a bundle but I cannot hide the UI. Does anyone know how to install Tomcat using the default values without showing the UI? Thanks in advance for your help. This is what I have: Eric ---