diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2018-10-14 13:48:43 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2018-10-16 17:51:44 +0200 |
commit | 4847db393f8df1c2d5966cac8c7fa7ab2d71f705 (patch) | |
tree | 424237799ebb1323fe5bb7126ba44a27775a494a /project/Win32BuildSetup/genNsisInstaller.nsi | |
parent | fec4426c39220efa53742656da4d0337774d62a8 (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.nsi | 1 |
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 |