Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Mar 08, 2016 @ 15:38
    Jeroen Breuer
    0

    Uninstall SEO Checker with NuGet

    Hello,

    I've installed SEO Checker through NuGet. After some research we're probably not going to use SEO Checker on this project. It's a 1-1 multilingual project which uses Vorto with a UrlProvider and ContentFinder.

    I want to uninstall SEO Checker. Can this be done through NuGet and what happens with all the custom tables that have been added?

    Jeroen

  • Aristotelis Pitaridis 84 posts 402 karma points
    Mar 08, 2016 @ 16:12
    Aristotelis Pitaridis
    0

    I will tell you how to do it step by step in Visual Studio 2015.

    • From menu we open the “Tools” menu and we select the “Manage NuGet packages for Solution” from the “NuGet Package Manager” submenu.
    • We click the Installed link in order to see the installed packages.
    • Find the package that you want to uninstall and click the Uninstall button on the left side of the screen.

    The Uninstall button is disabled when the selected package is required by another installed package.

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Mar 08, 2016 @ 16:18
    Jeroen Breuer
    0

    Thanks I know how to uninstall through NuGet. Just wondering if SEOChecker removes everything.

  • Aristotelis Pitaridis 84 posts 402 karma points
    Mar 08, 2016 @ 16:37
    Aristotelis Pitaridis
    0

    If you uninstall the NuGet, all the installed files will be deleted. The files that the installed package created during the executing will not be deleted except if the package developer has written a script to do such a thing. I do not know about the SEOChecker package if it creates some extra files but I do not think that you have to worry about it.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Mar 08, 2016 @ 16:47
    Richard Soeteman
    100

    Hi Jeroen,

    Yes that is too much for SEOChecker :) For V2 the redirect manager interfaces will be documented so you can hook into that as well.

    And some other things for snippet editor etc.

    But to answer your question. You need to remove database tables, web.config entries yourself since that is added on app_startup, to support install via Nuget.

    Hope this answers your question.

    Best,

    Richard

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Mar 18, 2016 @ 15:23
    Jeroen Breuer
    0

    Hi Richard,

    I uninstalled SEO Checker with NuGet and manually removed the db tables and web.config entries.

    I thought that I had removed all the references to SEO Checker, but somehow all the tables are now back in the database. Any idea how this is possible?

    Jeroen

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Mar 21, 2016 @ 07:35
    Richard Soeteman
    0

    Hi Jeroen,

    On app_start SEOChecker.Core dll checks if the package is configured correctly, when not it will run the installer again and database tables are created.

    Hope this helps,

    Richard

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Mar 21, 2016 @ 08:03
    Jeroen Breuer
    0

    Hmm I've used NuGet to uninstall SEO Checker so the SEOChecker.Core dll should be gone. Strange that it created the tables again.

    Jeroen

Please Sign in or register to post replies

Write your reply to:

Draft