Re: [WiX-users] ServiceInstall Advise

2008-07-10 Thread Neil Sleightholm
alf Of Rob Mensching Sent: 10 July 2008 21:02 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] ServiceInstall Advise I thought that ServiceInstall would only point at the KeyPath of the Component it is installed in. If my memory is correct, that would mean the ServiceIns

Re: [WiX-users] ServiceInstall Advise

2008-07-10 Thread Rob Mensching
I thought that ServiceInstall would only point at the KeyPath of the Component it is installed in. If my memory is correct, that would mean the ServiceInstall *must* be in the Component with the File that serves as the service. ServiceControl can be in any Component because you may have inter

Re: [WiX-users] ServiceInstall Advise

2008-07-08 Thread Neil Sleightholm
-users] ServiceInstall Advise I might not be thinking of something, but generally I make them the same component. The reason it can be in a different component is because it's possible to be stopping/starting/stopping a service that you didn't install. But since you are creating i

Re: [WiX-users] ServiceInstall Advise

2008-07-08 Thread Christopher Painter
I might not be thinking of something, but generally I make them the same component. The reason it can be in a different component is because it's possible to be stopping/starting/stopping a service that you didn't install. But since you are creating it, I'm not thinking of a reason to seperate