Blow WindowPlugins.dll to separate plugin DLLs (5 Viewers)

azzuro

Test Group
  • Team MediaPortal
  • May 10, 2007
    9,956
    5,629
    France - IDF
    Home Country
    France France
    sorry, i have writte too fast :(

    i have used " reinstall function" in deploy tool.
    1.6 blowwindows branch --- Reinstall --- > MP1.6 Final

    All Dll created with your version, was not deleted. MyVideo.dll / GuiHome.dll / ...

    but i think, it's due to "reinstall" deploy tool
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Normally it should be deleted (i think) on upgrade from nsis, we just need to be sure that in setup.nsi files are removed. :)
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Strange it should be deleted :)
    Code:
      Delete "$MPdir.Plugins\Windows\Dialogs.dll"
      Delete "$MPdir.Plugins\Windows\GUIDisc.dll"
      Delete "$MPdir.Plugins\Windows\GUIDVD.dll"
      Delete "$MPdir.Plugins\Windows\GUIHome.dll"
      Delete "$MPdir.Plugins\Windows\GUIMusic.dll"
      Delete "$MPdir.Plugins\Windows\GUINumberPlace.dll"
      Delete "$MPdir.Plugins\Windows\GUIPictures.dll"
      Delete "$MPdir.Plugins\Windows\GUIRSSFeed.dll"
      Delete "$MPdir.Plugins\Windows\GUISettings.dll"
      Delete "$MPdir.Plugins\Windows\GUITetris.dll"
      Delete "$MPdir.Plugins\Windows\GUITopbar.dll"
      Delete "$MPdir.Plugins\Windows\GUIWeather.dll"
      Delete "$MPdir.Plugins\Windows\GUIVideos.dll"
      Delete "$MPdir.Plugins\Windows\GUIWikipedia.dll"
    Maybe it's @ wrong place in .nsi :)
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,956
    5,629
    France - IDF
    Home Country
    France France
    don't search, i have understand

    this code above is in BlowWindow installer, but not in MP1.6 Final, and all files availables in the folder Plugins/windows/ and related to BlowWindows change, are not written in MP 1.6 final isntaller, so, it don't know, what it must delete.

    YEAAAHHH ;), so it's not a bug :rolleyes:
     

    seco

    Retired Team Member
  • Premium Supporter
  • August 7, 2007
    1,575
    1,239
    Home Country
    Finland Finland
    Normal MP uninstaller is bad in my opinion, especially for testing. Even with complete uninstall I delete all MP folders always manually

    But of course we need to test normal uninstall too, even though I dont think it works properly since there is always leftovers
     

    Users who are viewing this thread

    Top Bottom