[wix-users] Unable to Uninstall a Patch

Hoover, Jacob Jacob.Hoover at greenheck.com
Tue Oct 31 09:22:54 PDT 2017


Same version of Windows Installer on both OS’s?  Have you used procmon to see the parameters being passed to msiexec? Are you using a bundle, or just pure MSI/MSP’s?  Does specifying the log file rectify the situation?


From: Ven H [mailto:venh.123 at gmail.com]
Sent: Tuesday, October 31, 2017 11:19 AM
To: Hoover, Jacob <Jacob.Hoover at greenheck.com>
Subject: Re: [wix-users] Unable to Uninstall a Patch

Hi Jacob,

This issue is happening in Windows 7, but working fine in Windows 10. Any thoughts?

Regards,
Venkatesh

On Tue, Oct 31, 2017 at 9:46 PM, Hoover, Jacob <Jacob.Hoover at greenheck.com<mailto:Jacob.Hoover at greenheck.com>> wrote:
So when trying to remove it from the command line add a logging path that is valid..Ex: /L*V "%TEMP%\MyPatchUninstall.log"

Somewhere something is trying to change the default logging to be “wix” which is obviously not a valid path/file…

From: Ven H [mailto:venh.123 at gmail.com<mailto:venh.123 at gmail.com>]
Sent: Tuesday, October 31, 2017 10:54 AM
To: Hoover, Jacob <Jacob.Hoover at greenheck.com<mailto:Jacob.Hoover at greenheck.com>>
Subject: Re: [wix-users] Unable to Uninstall a Patch

Sorry. Actually, there is a message which shows "Error opening installation log file. verify that the specified location exists and is writable wix."

Regards,
Venkatesh

On Tue, Oct 31, 2017 at 8:14 PM, Hoover, Jacob <Jacob.Hoover at greenheck.com<mailto:Jacob.Hoover at greenheck.com>> wrote:
A better definition of "not able to uninstall" is needed.  Do you have logs from the attempted patch removal?

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org<mailto:wix-users-bounces at lists.wixtoolset.org>] On Behalf Of Ven H via wix-users
Sent: Tuesday, October 31, 2017 4:04 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org<mailto:wix-users at lists.wixtoolset.org>>
Cc: Ven H <venh.123 at gmail.com<mailto:venh.123 at gmail.com>>
Subject: [wix-users] Unable to Uninstall a Patch

I am working on a Patch sample using the following link. However, I am not able to uninstall the patch either from Control Panel or from the command line MSIEXEC /i "MsiPath" MSIPATCHREMOVE="PathToMSP"

http://petermarcu.blogspot.in/2007/06/wix-building-patch-using-new-patch_29.html

Can anyone please let me know how to successfully uninstall or rollback a patch?
Note: I have set the AllowRemoval attribute to "yes" in the Patch.wxs file for the Patch element.

Regards,
Venkatesh
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/




More information about the wix-users mailing list