From e7bdb6aad813bdda5e6a9473dda06ffa4b8b5c19 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 12 Oct 2005 13:50:26 +0000 Subject: [PATCH] no language strings and variables with InstallDirRegKey git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4321 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/attributes.but | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index d8e694cf..a7287318 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -215,6 +215,8 @@ Sets the default installation directory. See the \R{variables}{variables section This attribute tells the installer to check a string in the registry, and use it for the install dir if that string is valid. If this attribute is present, it will override the InstallDir attribute if the registry key is valid, otherwise it will fall back to the InstallDir default. When querying the registry, this command will automatically remove any quotes. If the string ends in ".exe", it will automatically remove the filename component of the string (i.e. if the string is "C:\\program files\\poop\\poop.exe", it will know to use "C:\\program files\\poop"). For more advanced install directory configuration, set $INSTDIR in .onInit. +Language strings and variables cannot be used with InstallDirRegKey. + \S2{ainstprogressflags} InstProgressFlags \c [flag [...]]