Re: [WiX-users] ServiceControl and Component

2010-03-19 Thread Zachary Young
Hi Edwin, Thank you for pointing that out. I will surely do it that way in my code. Thanks again, Zach -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactivel

Re: [WiX-users] ServiceControl and Component

2010-03-19 Thread Castro, Edwin G. (Hillsboro)
Please consider the environment before printing this e-mail > -Original Message- > From: Zachary Young [mailto:zacharysyo...@gmail.com] > Sent: Friday, March 19, 2010 2:46 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] ServiceContro

Re: [WiX-users] ServiceControl and Component

2010-03-19 Thread Zachary Young
Hi Bob, Thank you very much. At first when I looked at the InstallExecuteSequence table, I thought I'd need to author my own custom actions based on the order of the Actions...,then, I just now realized the default view for this table in Orca is not sorted. Sorting by Sequence indeed shows: StopS

Re: [WiX-users] ServiceControl and Component

2010-03-18 Thread Bob Arnson
On 3/18/2010 9:10 PM, Zachary Young wrote: > I have checked the event logs and see Tomcat is stopped and started, and I > have looked at verbose logs from the installer, but I am not sure of the > exact sequencing of the three events: stop, install/uninstall file, start. I > have also looked at the

[WiX-users] ServiceControl and Component

2010-03-18 Thread Zachary Young
Hi all, I have a WAR file that I need to install in a pre-installed Tomcat directory. Does the following mean: "Stop Tomcat, install or uninstall the WAR file, Start Tomcat."? I have checked the event logs and see Tomcat is stopped and started, and I have looked at verbose logs