So I have my msi registering the addin fine when being installed. I want to unregister when the user uninstalls the addin. I'm using the following code but it doesnt work, I'm assuming there is something wrong with the argument string...
Process.Start("c:\Windows\ehome\RegisterMCEApp.exe", "/U ""c:\Program Files\...addin path\App.xml""
any ideas?