diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index 5d347489..736b2471 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -336,6 +336,15 @@ Function .onInit !insertmacro MUI_INSTALLOPTIONS_EXTRACT "ioFile.ini" FunctionEnd +

If your INI File is located in another directory, use +MUI_INSTALLOPTIONS_EXTRACT_AS. The second parameter is the filename for +the Plugins directory. Use this name when inserting the other InstallOptions +macro's:

+
+Function .onInit
+  !insertmacro MUI_INSTALLOPTIONS_EXTRACT_AS "..\ioFile.ini" "ioFile.ini"
+FunctionEnd
+

You can call Install Options in the function defined with the Page or UninstPage command: