aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Kaijser <martijn@xbmc.org>2018-10-16 20:17:14 +0200
committerGitHub <noreply@github.com>2018-10-16 20:17:14 +0200
commitfc86165ec66c133e146c90993b052ec28aa2df37 (patch)
tree7748b241f061f56b53e531748f35a4cfe4edf535
parent76d18a5ac56bbf4787b11959ed1ce6977f553021 (diff)
parent4847db393f8df1c2d5966cac8c7fa7ab2d71f705 (diff)
Merge pull request #14605 from MartijnKaijser/installer_warning
[windows] Add message to installer that add-ons have been removed
-rw-r--r--project/Win32BuildSetup/genNsisInstaller.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/Win32BuildSetup/genNsisInstaller.nsi b/project/Win32BuildSetup/genNsisInstaller.nsi
index 1693c58d71..bba7eea574 100644
--- a/project/Win32BuildSetup/genNsisInstaller.nsi
+++ b/project/Win32BuildSetup/genNsisInstaller.nsi
@@ -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