Re: [WiX-users] Windows service installation error

2010-07-29 Thread Rahul.Ekbote
1:10 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Windows service installation error Hi, Thanks. You are right. I removed these two line and still it worked. I think I made 3-4 changes at a time so thought it might be correct fix. Thanks again. Rahul -Original Message

Re: [WiX-users] Windows service installation error

2010-07-28 Thread Rahul.Ekbote
:49 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service installation error Something doesn't sound right here.  Both of those registry values are being handled by the serviceinst...@displayname and serviceinst...@account attributes.   Hav

Re: [WiX-users] Windows service installation error

2010-07-27 Thread Wilson, Phil
2010 5:19 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service installation error Something doesn't sound right here.  Both of those registry values are being handled by the serviceinst...@displayname and serviceinst...@account attributes.  

Re: [WiX-users] Windows service installation error

2010-07-27 Thread Christopher Painter
0 5:54:15 AM Subject: Re: [WiX-users] Windows service installation error Hi, Thanks for reply. I really like your techniques :) I solved this problem by following way. I figured out the differences in registry after installing service manually. I found following entries I added these en

Re: [WiX-users] Windows service installation error

2010-07-27 Thread Rahul.Ekbote
windows 7, 2003 server etc. Thanks, Rahul -Original Message- From: Christopher Painter [mailto:chr...@deploymentengineering.com] Sent: Tuesday, July 27, 2010 1:30 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service installation error The

Re: [WiX-users] Windows service installation error

2010-07-26 Thread Christopher Painter
indows Installer XML toolset. Sent: Mon, July 26, 2010 2:22:59 PM Subject: Re: [WiX-users] Windows service installation error Do you need this?                             -service             What you should look at is both the Application and the System event logs. Windows Installer usuall

Re: [WiX-users] Windows service installation error

2010-07-26 Thread Blair
s properly when I use CnvRemoteService.exe -service. Thanks, Rahul -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: Monday, July 26, 2010 8:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service installation

Re: [WiX-users] Windows service installation error

2010-07-26 Thread Rahul.Ekbote
CnvRemoteService.exe -service. Thanks, Rahul -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: Monday, July 26, 2010 8:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service installation error the error message maybe incorrect

Re: [WiX-users] Windows service installation error

2010-07-26 Thread Simon Topley
...@sungard.com] Sent: 26 July 2010 15:40 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Windows service installation error Hi, I am getting following error during installing the windows service "Verify that you have sufficient privilege to install system services" My WI

[WiX-users] Windows service installation error

2010-07-26 Thread Rahul.Ekbote
Hi, I am getting following error during installing the windows service "Verify that you have sufficient privilege to install system services" My WIX code is Can any one knows what I need to change