It should also be noted that if I run an Administrative console and uninstall 
the msi from there, the feature gets correctly removed. Even though this msi is 
installed not as an administrator, though I am logged in as an administrative 
user.




----- Original Message -----
From: The Eligible Bachelors <theeligiblebachel...@yahoo.com>
To: General discussion for Windows Installer XML toolset. 
<wix-users@lists.sourceforge.net>
Cc: 
Sent: Tuesday, August 2, 2011 3:59 PM
Subject: Re: [WiX-users] Component is not getting removed at uninstall

I searched the verbose uninstall log for the name of the feature. The only 
difference is on the XP machine it says


Feature: XYZ_feature; Installed: Local;   Request: Absent;   Action: Absent

while on the Windows 7 machine it says

Feature: XYZ_feature; Installed: Advertise;   Request: Absent;   Action: Absent

The MSI I am using is the same on both machines. Could it be the problem that 
the feature is advertised? And if so, why would this be different across 
operating systems?




----- Original Message -----
From: Rob Mensching <r...@robmensching.com>
To: General discussion for Windows Installer XML toolset. 
<wix-users@lists.sourceforge.net>
Cc: 
Sent: Saturday, March 19, 2011 2:01 PM
Subject: Re: [WiX-users] Component is not getting removed at uninstall

Look at a verbose log file. It will show you the action states of the
Components.

On Wed, Mar 16, 2011 at 6:53 AM, The Eligible Bachelors <
theeligiblebachel...@yahoo.com> wrote:

> I am having trouble figuring out why a component is not being removed at
> uninstall time. This problem happens when the MSI is run in Windows 7. When
> run in XP, the component is getting removed as expected.
>
> The Wix file is somewhat complex and contains a REINSTALLMODE property.
>
> What I have done is generated a log during uninstall time for both the Win7
> and XP installers. But the diff is a mess.
>
> Any tips on how to debug this?
>
>
>
>
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to