[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? Property Id=ROOTDRIVE![CDATA[C:\]]/Property Thanks in advance for your help. Eric

[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

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

2014-04-24 Thread Eric Chaland
the log from where the service is being created, it will help! --Pavan -Original Message- From: Eric Chaland [mailto:echal...@yahoo.com] Sent: Thursday, April 24, 2014 8:25 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

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

2014-04-24 Thread Eric Chaland
/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 not really sure how

[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. CustomAction

[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: ExePackage Id=Tomcat7 Description=Apache Tomcat 7.0.42 Cache=no