Re: [WiX-users] service not showing after ServiceInstall

2007-07-27 Thread Rob Mensching
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of davemave Sent: Friday, July 27, 2007 12:25 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] service not showing after ServiceInstall Great tip, I think I found it: MSI (s) (18:50) [11

Re: [WiX-users] service not showing after ServiceInstall

2007-07-27 Thread davemave
inal Message > From: davemave <[EMAIL PROTECTED]> > To: wix-users@lists.sourceforge.net > Sent: Thursday, July 26, 2007 12:56:46 PM > Subject: Re: [WiX-users] service not showing after ServiceInstall > > > I did a verbose log install but do not know where to look for servi

Re: [WiX-users] service not showing after ServiceInstall

2007-07-27 Thread davemave
Great tip, I think I found it: MSI (s) (18:50) [11:49:52:515]: Feature: ProductFeature; Installed: Absent; Request: Local; Action: Local MSI (s) (18:50) [11:49:52:515]: Component: ProductComponent; Installed: Absent; Request: Local; Action: Local MSI (s) (18:50) [11:49:52:515]: Component

Re: [WiX-users] service not showing after ServiceInstall

2007-07-26 Thread Bob Arnson
davemave wrote: > I did a verbose log install but do not know where to look for service > installation failure in this log. > The installer ends with "succes". > Do you have any tips on looking into the log to see if the service is > installed or not? > Just look for the IDs you use for Servi

Re: [WiX-users] service not showing after ServiceInstall

2007-07-26 Thread fiordean dacian
ot sure if this 'guarantees' the system is correctly registered. Dacian - Original Message From: davemave <[EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net Sent: Thursday, July 26, 2007 12:56:46 PM Subject: Re: [WiX-users] service not showing after ServiceInstall

Re: [WiX-users] service not showing after ServiceInstall

2007-07-26 Thread davemave
I did a verbose log install but do not know where to look for service installation failure in this log. The installer ends with "succes". Do you have any tips on looking into the log to see if the service is installed or not? Bob Arnson-6 wrote: > > davemave wrote: >> The msi installs succes

Re: [WiX-users] service not showing after ServiceInstall

2007-07-23 Thread Bob Arnson
davemave wrote: > The msi installs succesfull, but I cannot find the service in the > Services.msc snap-in. > What's missing? > Check a verbose log to make sure the component is being installed and the service registered. -- sig://boB http://joyofsetup.com/ -

[WiX-users] service not showing after ServiceInstall

2007-07-23 Thread davemave
I've tried to install a service through the next peice of wix: The msi installs succesfull, but I cannot find the service in the Services.msc snap-in. What's missing? -- View this message in context: http://www.