uninstalling ClickOnce application
Hi,
As far as I know, in order to uninstall a ClickOnce application you've got to enter "add or remove programs" and do it from there.
I would like to know if there is a way to let the user uninstall the application from the application itself or from the "all programs" menu.
Thanks,
Elad
Re: uninstalling ClickOnce application
Hi,
I think you would want to look at System.Configuration.Install.AssemblyInstaller to uninstall an application via code.
Hope this helps