aboutsummaryrefslogtreecommitdiff
path: root/project/Win32BuildSetup/genNsisInstaller.nsi
diff options
context:
space:
mode:
authorMartijn Kaijser <mcm.kaijser@gmail.com>2018-10-14 13:48:43 +0200
committerMartijn Kaijser <mcm.kaijser@gmail.com>2018-10-16 17:51:44 +0200
commit4847db393f8df1c2d5966cac8c7fa7ab2d71f705 (patch)
tree424237799ebb1323fe5bb7126ba44a27775a494a /project/Win32BuildSetup/genNsisInstaller.nsi
parentfec4426c39220efa53742656da4d0337774d62a8 (diff)
[windows] Add message to installer that add-ons have been removed from the installer and added to Kodi repository.
Diffstat (limited to 'project/Win32BuildSetup/genNsisInstaller.nsi')
-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