Updated FAQ document.

This commit is contained in:
LoRd_MuldeR 2011-02-16 22:38:13 +01:00
parent ad757269b5
commit 01291d94ff
3 changed files with 5 additions and 3 deletions

View File

@ -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<br> There currently are two notable exceptions: The Nero AAC encoder and the WMA decoder cannot be redistributed<br>
along with LameXP for legal reasons. Therefore these tools have to be obtained as separate downloads.<br> along with LameXP for legal reasons. Therefore these tools have to be obtained as separate downloads.<br>
<br> <br>
Having said that, LameXP stores its configuration file in the %LOCALAPPDATA% folder on the local computer.<br> Having said that, LameXP stores its configuration file in the <a href="http://msdn.microsoft.com/en-us/library/dd378457(v=vs.85).aspx#FOLDERID_LocalAppData" target="_blank">%LOCALAPPDATA%</a> folder on the local computer.<br>
That's because on a modern multi-user operating this is the only "correct" folder to store user-specific<br> That's because on a modern multi-user operating this is the only "correct" folder to store user-specific<br>
configuration files. Also it's one of the few folders where an application is guaranteed to get write-access,<br> configuration files. Also it's one of the few folders where an application is guaranteed to get write-access,<br>
even when the application was launched by a "normal" (non-admin) user and did not request elevated rights.<br> even when the application was launched by a "normal" (non-admin) user and did not request elevated rights.<br>

View File

@ -563,6 +563,8 @@ Function RunAppFunction
FunctionEnd FunctionEnd
Function ShowReadmeFunction 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\FAQ.html" "" "" SW_SHOWNORMAL
!insertmacro UAC_AsUser_ExecShell "open" "$INSTDIR\Translate.html" "" "" SW_SHOWNORMAL
FunctionEnd FunctionEnd

View File

@ -25,8 +25,8 @@
#define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 0 #define VER_LAMEXP_MINOR_LO 0
#define VER_LAMEXP_BUILD 315 #define VER_LAMEXP_BUILD 316
#define VER_LAMEXP_SUFFIX RC-1 #define VER_LAMEXP_SUFFIX RC-2
/* /*
* Tools versions * Tools versions