[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.

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: >

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

2007-07-27 Thread davemave
nstallation it was 'registered within > the system', you might check you registry under > HKLM\SYSTEM\CurrentControlSet\Services even though I'm not sure if this > 'guarantees' the system is correctly registered. > > Dacian > > > > - Orig

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

2007-07-27 Thread davemave
nstalled. Bob Arnson-6 wrote: > > 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 >