Re: [WiX-users] Installing Windows Service using WiX

2012-10-29 Thread Christopher Painter
be for all registry values and it doesn't really make sense to me to do it that way. From: "Ravi Raj" Sent: Sunday, October 28, 2012 10:47 PM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] I

Re: [WiX-users] Installing Windows Service using WiX

2012-10-28 Thread Ravi Raj
j [mailto:raviraj.callin...@gmail.com] > Sent: 28 October 2012 19:57 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Installing Windows Service using WiX > > I guess I have to implement start service method. But can I start service > WiX after

Re: [WiX-users] Installing Windows Service using WiX

2012-10-28 Thread Neil Sleightholm
From: Ravi Raj [mailto:raviraj.callin...@gmail.com] Sent: 28 October 2012 19:57 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing Windows Service using WiX I guess I have to implement start service method. But can I start service WiX after successful

Re: [WiX-users] Installing Windows Service using WiX

2012-10-28 Thread John H Bergman (XPedient)
not sure which phase the installer installs the service. -Original Message- From: Ravi Raj [mailto:raviraj.callin...@gmail.com] Sent: Sunday, October 28, 2012 2:57 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing Windows Service using WiX

Re: [WiX-users] Installing Windows Service using WiX

2012-10-28 Thread Ravi Raj
why would you not want to use the built in functionality? > > -Original Message- > From: Ravi Raj [mailto:raviraj.callin...@gmail.com] > Sent: Sunday, October 28, 2012 2:05 PM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Installing Wind

Re: [WiX-users] Installing Windows Service using WiX

2012-10-28 Thread John H Bergman (XPedient)
I am curious, why would you not want to use the built in functionality? -Original Message- From: Ravi Raj [mailto:raviraj.callin...@gmail.com] Sent: Sunday, October 28, 2012 2:05 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Installing Windows Service

[WiX-users] Installing Windows Service using WiX

2012-10-28 Thread Ravi Raj
I wanted to install a service using WiX but I want to do this in custom actions (C#) and not want to use tags. How can I make this possible?? Just wanted to ask, when this ServiceInstall executes (I know it will be in deferred but when if I have some deferred actions already)?? -- Thanks and Re