CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    1

    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

  2. #2
    Join Date
    Feb 2010
    Posts
    14

    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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured