[wix-users] Another apache tomcat issue...

Douglas, Keith (STATCAN) keith.douglas at canada.ca
Thu Mar 31 07:06:36 PDT 2016


Hi Lewis,

Would you be willing to share what you've done to handle the configuration for Tomcat? I'm going to be attempting to do that too at some point for some of my developers and am finding some matters a little challenging. (I had looked at using custom actions, and have most things worked out, but another approach might be useful to see.)

Thanks for the consideration,


Keith Douglas

Programmer Analyst, Collection Systems Division
Statistics Canada / Government of Canada
Keith.Douglas at canada.ca / Tel : 613-854-5589

Programmeur analyste, Division des systèmes de collecte
Statistique Canada / Gouvernenment du Canada
Keith.Douglas at canada.ca / Tél :613-854-5589

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Lewis Henderson
Sent: March-31-16 10:00 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Another apache tomcat issue...

Hi Phill,

Thanks for the reply.  I suspected something like this might be necessary.

				Lewis Henderson
				OpenText, Inc.

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Phill Hogland
Sent: Wednesday, March 30, 2016 5:38 PM
To: WiX Toolset Users Mailing List
Subject: Re: [wix-users] Another apache tomcat issue...

I do this:
      <Component Transitive="yes">
        <RegistryValue Root="HKMU" Key="SYSTEM\CurrentControlSet\Services\serviceShortName\subfolder if needed" Name="parameter" Value="[MSI_PUBLIC_PROPERTY]" Type="string" KeyPath="yes" />
      </Component>

I use transitive='yes' because my mba may change the value on repair, but you may not want to do that.

________________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Lewis Henderson <henderso at opentext.com>
Sent: Wednesday, March 30, 2016 2:18 PM
To: WiX Toolset Users Mailing List
Subject: [wix-users]  Another apache tomcat issue...

Hi again Folks,

I'm trying to install the apache tomcat servlet using the "proper" Wix/MSI syntax, and things are going well up to a point.  I've got everything in place, except a registry key "Parameters" under the service's key.  There's nothing (but the empty default value) in this key, but the service won't start without it.

I used tomcat's service.bat file to install a mirror service to see what was wrong, and that subkey is the only difference.  I manually added the key, and my service starts.

I'd like to avoid using tomcat's service.bat file, but none of the service related elements appear to allow a subkey to be created.  Can I just hack in a RegistryKey element, or is there a better way?

Thanks again for the help.

                                                                Lewis Henderson
                                                                OpenText, inc.


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list