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
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's not documented and not redistributable. Someone did reverse engineer InstallUtilLib and they wrote a blog post about how to g