diff --git a/doc/FAQ.html b/doc/FAQ.html index f1f65fa3..c5230075 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -117,7 +117,7 @@ anything of that kind on your local computer! All the third-party tools used by There currently are two notable exceptions: The Nero AAC encoder and the WMA decoder cannot be redistributed
along with LameXP for legal reasons. Therefore these tools have to be obtained as separate downloads.

-Having said that, LameXP stores its configuration file in the %LOCALAPPDATA% folder on the local computer.
+Having said that, LameXP stores its configuration file in the %LOCALAPPDATA% folder on the local computer.
That's because on a modern multi-user operating this is the only "correct" folder to store user-specific
configuration files. Also it's one of the few folders where an application is guaranteed to get write-access,
even when the application was launched by a "normal" (non-admin) user and did not request elevated rights.
diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index a49139d2..750766cd 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -563,6 +563,8 @@ Function RunAppFunction FunctionEnd Function ShowReadmeFunction + !insertmacro UAC_AsUser_ExecShell "open" "$INSTDIR\Changelog.html" "" "" SW_SHOWNORMAL !insertmacro UAC_AsUser_ExecShell "open" "$INSTDIR\FAQ.html" "" "" SW_SHOWNORMAL + !insertmacro UAC_AsUser_ExecShell "open" "$INSTDIR\Translate.html" "" "" SW_SHOWNORMAL FunctionEnd diff --git a/src/Config.h b/src/Config.h index 069a3ff7..356f98a9 100644 --- a/src/Config.h +++ b/src/Config.h @@ -25,8 +25,8 @@ #define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_LO 0 -#define VER_LAMEXP_BUILD 315 -#define VER_LAMEXP_SUFFIX RC-1 +#define VER_LAMEXP_BUILD 316 +#define VER_LAMEXP_SUFFIX RC-2 /* * Tools versions