diff --git a/Contrib/System/SysFunc.nsh b/Contrib/System/SysFunc.nsh index d69b9a20..bba1b0a9 100644 --- a/Contrib/System/SysFunc.nsh +++ b/Contrib/System/SysFunc.nsh @@ -7,7 +7,7 @@ !ifndef SysFunc.NSH.Included !define SysFunc.NSH.Included -!include "${NSISDIR}\Examples\System\System.nsh" +!include "System.nsh" !verbose 3 ; For WinMessages especially !include "WinMessages.nsh" diff --git a/Contrib/nsDialogs/InstallOptions.nsi b/Contrib/nsDialogs/InstallOptions.nsi index 9fe173c5..68a68f9f 100644 --- a/Contrib/nsDialogs/InstallOptions.nsi +++ b/Contrib/nsDialogs/InstallOptions.nsi @@ -17,7 +17,7 @@ ShowInstDetails show Function nsDialogsIO InitPluginsDir - File /oname=$PLUGINSDIR\io.ini "${NSISDIR}\Examples\InstallOptions\test.ini" + File /oname=$PLUGINSDIR\io.ini "..\InstallOptions\test.ini" ${If} ${Cmd} `MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Test the right-to-left version?" IDYES` WriteINIStr $PLUGINSDIR\io.ini Settings RTL 1