Yes, provide a fixed MSI with the same version info.  The /fv tells windows 
installer to re-cache the MSI.  I believe it also does a repair at that time 
which is just another install.  From there, you should be able to remove the 
product as you have fixed the broken CA.
 

-----Original Message-----
From: Chaitanya Sanapala [PC-BLR-DEV] [mailto:chaita...@pointcross.com] 
Sent: Monday, June 03, 2013 10:30 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Uninstalling the MSI giving Problem


you mean to say I need to give another MSI???
________________________________________
From: Hoover, Jacob [jacob.hoo...@greenheck.com]
Sent: 03 June 2013 20:41:10
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Uninstalling the MSI giving Problem

You should fix the MSI, and then provide one for the user to recache before 
uninstalling.  (msiexec /fv fixedmsiwithsameversion.msi)

The easiest way of "fixing" it would be to take the original RTM version, and 
using a tool like Orca to disable the CA that is imploding on uninstall.  
Provide this MSI to your user, have them recache the install, and then remove 
it via ARP.

-----Original Message-----
From: Chaitanya Sanapala [PC-BLR-DEV] [mailto:chaita...@pointcross.com]
Sent: Monday, June 03, 2013 9:29 AM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Uninstalling the MSI giving Problem

Hi,



When i tried to uninstall the MSI from control panel entry it is throwing error 
because of Custom actions. Again it is calling the custom actions.

I know how to stop the Custom action when the Time of uninstalling.

Now,my current scenario is I want to uninstall the MSi which is already existing

I tried the command from Registry is

Msiexec /x{product code}(its throwing Error)

I cant tell to my client to format the OS.

how to Uninstall the existing



Please Let me Know as possible,



Thanks & Regards,

Chaitanya.
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free 
troubleshooting tool designed for production Get down to code-level detail for 
bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free 
troubleshooting tool designed for production Get down to code-level detail for 
bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free 
troubleshooting tool designed for production Get down to code-level detail for 
bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to