Skip to content

Commit

Permalink
Merge pull request #14605 from MartijnKaijser/installer_warning
Browse files Browse the repository at this point in the history
[windows] Add message to installer that add-ons have been removed
  • Loading branch information
MartijnKaijser committed Oct 16, 2018
2 parents 76d18a5 + 4847db3 commit fc86165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Win32BuildSetup/genNsisInstaller.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Function HandleKodiInDestDir
StrCpy $CleanDestDir "0"
Abort
done:
MessageBox MB_OK|MB_ICONINFORMATION "All binary add-ons (e.g. pvr, visualizations, inputstream, etc) that were previously included by default in the installer have been moved to the Kodi repository. You will have to install the ones you previously used from the repository.$\nYour add-on settings are kept intact and will be used again after installing the add-on."
${EndIf}
FunctionEnd

Expand Down

0 comments on commit fc86165

Please sign in to comment.