Re: [WiX-users] ServiceInstall Problem

2010-05-27 Thread Pierson Lee (PIE)
: Re: [WiX-users] ServiceInstall Problem Thank you very much, I only have had to declare the properties and the service is installed and logged in properly. etc... -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ServiceInstall

Re: [WiX-users] ServiceInstall Problem

2010-05-27 Thread vjt
Thank you very much, I only have had to declare the properties and the service is installed and logged in properly. etc... -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ServiceInstall-Problem-tp5103940p5108195.html Sent from

Re: [WiX-users] ServiceInstall Problem

2010-05-26 Thread Blair
Make sure you have marked those properties as secure (see the proper...@secure attribute). -Original Message- From: vjt [mailto:victor.jara.telv...@gmail.com] Sent: Wednesday, May 26, 2010 7:51 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] ServiceInstall Problem Hi all

[WiX-users] ServiceInstall Problem

2010-05-26 Thread vjt
Hi all this is my first project using widows installer xml and I have a question. I have a project that deploys a windows service, During the installation process, a form appears to introduce the credentials for the service. WixUI_FeatureTree

Re: [WiX-users] ServiceInstall Problem

2007-05-31 Thread Pankaj Savdekar
sts.sourceforge.net> Subject: Re: [WiX-users] ServiceInstall Problem> > Hi ...> > I had similar problem two years ago.> I had no problem to install the service using 'Service.exe -service'> command.> > I found out that during call to 'Service.exe -service&

Re: [WiX-users] ServiceInstall Problem

2007-05-25 Thread Wilson, Phil
ists.sourceforge.net Subject: Re: [WiX-users] ServiceInstall Problem Thanks for the reply Stefan. Yes that entry in registry was not made by installer, so I added AppId element in my component and now registry entry is appearing correctly. But problem still persist, it gives me same error 1053 wh

Re: [WiX-users] ServiceInstall Problem

2007-05-25 Thread Pankaj Savdekar
007 10:19:05 +0200> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]> CC: wix-users@lists.sourceforge.net> Subject: Re: [WiX-users] > ServiceInstall Problem> > Hi ...> > I had similar problem two years ago.> I > had no problem to install the service using &

Re: [WiX-users] ServiceInstall Problem

2007-05-25 Thread Wilson, Phil
Savdekar; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ServiceInstall Problem I've seen this in the past on Windows Vista with services that depend on the VC 8.0 runtimes and the VC 8.0 runtimes are also being installed in the same MSI. The event viewer should show messages if that is the case

Re: [WiX-users] ServiceInstall Problem

2007-05-25 Thread Stefan Pavlik
Hi ... I had similar problem two years ago. I had no problem to install the service using 'Service.exe -service' command. I found out that during call to 'Service.exe -service' some registry keys are written into HKCR. If you have source code of your service check for the YourService.rgs file an

Re: [WiX-users] ServiceInstall Problem

2007-05-24 Thread Aaron Stebner
D] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Janulewicz Sent: Thursday, May 24, 2007 5:46 PM To: Pankaj Savdekar; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ServiceInstall Problem Hm. Interesting. You might also check in the Windows Event Viewer. Once in a while useful info crops u

Re: [WiX-users] ServiceInstall Problem

2007-05-24 Thread Matthew Janulewicz
Subject: RE: [WiX-users] ServiceInstall Problem Thanks Matt. Currently I'm using default (Local system Account). Problem is it works fine (with same setting) when I use '-service' option and install it manually, but when I use msi (ServiceInstall) it gives me error 1053. Pankaj _

Re: [WiX-users] ServiceInstall Problem

2007-05-24 Thread Pankaj Savdekar
Matt From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pankaj SavdekarSent: Thursday, May 24, 2007 4:43 PMTo: [EMAIL PROTECTED]: [WiX-users] ServiceInstall Problem Hi All, I'm facing one problem using ServiceInstall. I have one ATL windows service which works fine when I

Re: [WiX-users] ServiceInstall Problem

2007-05-24 Thread Matthew Janulewicz
, 2007 4:43 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] ServiceInstall Problem Hi All, I'm facing one problem using ServiceInstall. I have one ATL windows service which works fine when I manually register it (Service.exe -service). But service gives following error, w

[WiX-users] ServiceInstall Problem

2007-05-24 Thread Pankaj Savdekar
Hi All, I'm facing one problem using ServiceInstall. I have one ATL windows service which works fine when I manually register it (Service.exe -service). But service gives following error, when I install it using installer made using ServiceInstall element. Error 1053: The service did not res