Re: [WiX-users] Custom action failed during uninstall so ARP cluttered

2010-08-11 Thread Blair
Set Check="ignore" ? -Original Message- From: ricky21 [mailto:rickysundr...@gmail.com] Sent: Wednesday, August 11, 2010 6:15 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom action failed during uninstall so ARP cluttered Hi, I am trying to invoke a cus

Re: [WiX-users] Custom action failed during uninstall so ARP cluttered

2010-08-11 Thread ricky sundrani
151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: ricky21 [mailto:rickysundr...@gmail.com] > Sent: 11 August 2010 14:15 > To: wix-users@lists.sourceforge.net > Subject: [WiX-u

Re: [WiX-users] Custom action failed during uninstall so ARP cluttered

2010-08-11 Thread Pally Sandher
From: ricky21 [mailto:rickysundr...@gmail.com] Sent: 11 August 2010 14:15 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom action failed during uninstall so ARP cluttered Hi, I am trying to invoke a custom action during uninstall. At times the custom action is failing. So because of that i a

Re: [WiX-users] Custom action failed during uninstall so ARP cluttered

2010-08-11 Thread marric01
Hi, If you want to clear the ARP from all the crap app, you can search for those application in the registry and delete the entry. I think its in the HLM\SOFTWARE\Microsoft\windows\CurrentVersion\Uninstall For the custom action, do you have a scenario why it could fail ? There should be a reaso

[WiX-users] Custom action failed during uninstall so ARP cluttered

2010-08-11 Thread ricky21
Hi, I am trying to invoke a custom action during uninstall. At times the custom action is failing. So because of that i am not able to uninstall the prouct either through ARP or through MSI. I even used ORCA to manually edit the MSI and removed the troublesome Custom action , but still the uninsta