Amol wrote:
> 
> Hi,
> 
> I am using the PerfCounter element to install perfcounters for a service.
> 
>                             <File Id="lodctr.ini"
>                                   DiskId="1"
>                                   Name="applod.ini"
>                                   LongName="app_lodctr.ini"
>                                   Source="$(var.stagingdir)\">
>                                   <PerfCounter Name="app"/>
>                                   </File>
> 
> This File element is under a Component that also creates the registry keys
> for the app in the appropriate places.
> 
> However, on uninstall, while the registry keys do get deleted, the perflib
> key does not get updated to remove the information for my app.
> 
> As a result, every time I install the application, it leaves vestiges of
> the last install in the registry and we end up with FUBARed counters
> (eventually. unfortunately it works for a long long time without any
> complaints).
> 
> What I find is that uninstalling the 
> 
> 

A point of interest:

This is on 64-bit (XP and server 2003 ). Could this cause problems if the
msiexec is 32-bit ?


-- 
View this message in context: 
http://www.nabble.com/Performance-counters-not-getting-uninstalled-properly-tf4030840.html#a11450470
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to