Re: [WiX-users] .NET Installer class and Wix/Msi interaction.

2007-04-04 Thread Wilson, Phil
, April 03, 2007 5:48 PM To: Kevin Burton; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] .NET Installer class and Wix/Msi interaction. I've never written or installed performance counters so, I'm not sure I can help much. You might want to take a look at the WiX element. I thin

Re: [WiX-users] .NET Installer class and Wix/Msi interaction.

2007-04-03 Thread John Vottero
rge.net Subject: RE: [WiX-users] .NET Installer class and Wix/Msi interaction. I am sorry to hear that but now I know. Thank you. If I do it on my own how do I let MSI/Wix know about the installed performance counters so they will be uninstalled with the application uninstall? From: John

Re: [WiX-users] .NET Installer class and Wix/Msi interaction.

2007-04-03 Thread Kevin Burton
: Kevin Burton; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] .NET Installer class and Wix/Msi interaction. The short answer is, you can't do it. Visual Studio uses InstallUtilLib.dll which is an MSI custom action that installs Installer based classes. As far as I know, it&

Re: [WiX-users] .NET Installer class and Wix/Msi interaction.

2007-04-03 Thread John Vottero
half Of Kevin Burton Sent: Tuesday, April 03, 2007 5:57 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] .NET Installer class and Wix/Msi interaction. I want to add some performance counters to my .NET Windows Service. There is a performance class installer but I am not sure how th

[WiX-users] .NET Installer class and Wix/Msi interaction.

2007-04-03 Thread Kevin Burton
I want to add some performance counters to my .NET Windows Service. There is a performance class installer but I am not sure how this class derived from the Installer class interacts with the Wix/Msi installation process. Anyone able to shed some light on this? Thank you. Kevin ---