[WiX-users] Modifying an existing service to be dependent on my installed service

2010-03-29 Thread Paul Nearney
Hi all, Ensuring that the service being installed is dependent on already installed services is fairly straightforward, but I need to do the opposite - i.e. as part of my install I need to modify the service dependencies of an existing service (i.e. already installed on the target box), to

Re: [WiX-users] Unexpected behaviour in PerformanceCounter uninstall rollback

2009-04-10 Thread Paul Nearney
Thanks Bob, bug logged. -- View this message in context: http://n2.nabble.com/Unexpected-behaviour-in-PerformanceCounter-uninstall-rollback-tp2601791p2616459.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] Unexpected behaviour in PerformanceCounter uninstall rollback

2009-04-07 Thread Paul Nearney
Hi all, I am using PerformanceCategory and PerformanceCounter from the Utils extension to install some custom performance counters for my windows service. I am using the WixFailWhenDeferred custom action to test rollback scenarios, and I have noticed that the Uninstall rollback scenario is

Re: [WiX-users] EventSource EventMessageFile and NETFRAMEWORK20INSTALLROOTDIR

2009-04-03 Thread Paul Nearney
That did the trick - I had a feeling it would turn out to be something pretty simple..! Thanks Neil Have you include PropertyRef Id=NETFRAMEWORK20INSTALLROOTDIR / in you code? Neil -Original Message- From: Paul Nearney [mailto:paul_near...@hotmail.com] Sent: 02 April 2009 17:07

[WiX-users] EventSource EventMessageFile and NETFRAMEWORK20INSTALLROOTDIR

2009-04-02 Thread Paul Nearney
Hi all, I suspect there may be a really simple answer to this (I am new to WiX) - I am struggling to get the NETFRAMEWORK20INSTALLROOTDIR property to work in the EventMessageFile attribute of an EventSource. I am using the VS2008 integration for WiX, and have added a reference to