diff --git a/doc/FAQ.html b/doc/FAQ.html
new file mode 100644
index 00000000..ab4b157d
--- /dev/null
+++ b/doc/FAQ.html
@@ -0,0 +1,152 @@
+
+
LameXP - Frequently Asked Questions (FAQ)
+
+LameXP - Frequently Asked Questions (FAQ)
+
+What is LameXP ???
+
+LameXP is a graphical user-interface for a number of audio encoders. It was developed to support a huge
+number of input formats. File formats are detected reliably using MediaInfo. Compressed audio formats are
+decoded to uncompressed Wave files using suitable CLI audio decoders. Furthermore LameXP allows batch
+processing of multiple audio files. Multithreading is implemented by processing several audio files
+concurrently. All the third-party tools incorporated in LameXP are listed in the "About" dialog. The Nero AAC
+encoder cannot be redistribited due to licensing issues; it is availabel as a free download from the public
+Nero web-site. Note: LameXP does NOT use/need any "external" audio decoders. It neither requires nor supports
+any ACM Codecs or DirectShow/DMO filters! And it will NOT install anything of that kind on your system.
+
+
+
+What platforms does LameXP run on?
+
+LameXP is currently being develped and tested on the following platforms:
+- Microsoft Windows XP, Service Pack 3
+
- Microsoft Windows 7, 32-Bit and 64-Bit editions
+
- Microsoft Windows 2000, Service Pack 4
+
+The following platforms should work as well, but aren't tested extensively:
+- Microsoft Windows Vista, 32-Bit and 64-Bit editions
+
- Microsoft Windows Server 2008
+
- Microsoft Windows Server 2008 R2
+
- GNU/Linux using Wine (native Linux version planned)
+
+The following platforms are NOT supported any longer:
+- Microsoft Windows 95
+
- Microsoft Windows 98
+
- Micorosft Windows Millenium Edition
+
+
+
+What output formats (encoders) does LameXP support?
+
+Currently the follwing output formats are supported by LameXP:
+- MPEG Audio-Layer III (MP3), using the LAME encoder [built-in]
+
- Ogg Vorbis, using the OggEnc2/libvorbis encoder [built-in]
+
- Advanced Audio Coding (AAC), using Nero AAC encoder [available as separate download]
+
- Free Lossless Audio Codec (FLAC) [built-in]
+
- Uncompressed PCM / Waveform Audio File (WAV/RIFF)
+
+
+
+What input formats (decoders) does LameXP support?
+
+Currently the follwing input formats are supported by LameXP:
+- AC-3 (ATSC A/52), using Valib decoder [built-in]
+
- Advanced Audio Coding (AAC), using FAAD decoder [built-in]
+
- Apple Lossless (ALAC)
+
- Apple/SGI AIFF
+
- Digital Theater System, using Valib decoder [built-in]
+
- Free Lossless Audio Codec (FLAC)
+
- Microsoft ADPCM
+
- Monkey's Audio (APE)
+
- MPEG Audio-Layer I (MP1), using mpg123 decoder [built-in]
+
- MPEG Audio-Layer II (MP2), using mpg123 decoder [built-in]
+
- MPEG Audio-Layer III (MP3), using mpg123 decoder [built-in]
+
- Musepack
+
- Shorten
+
- Speex
+
- Sun/NeXT Au
+
- The True Audio (TTA)
+
- Uncompressed PCM / Waveform Audio File (WAV/RIFF)
+
- WavPack Hybrid Lossless Audio
+
- Windows Media Audio (WMA), using NCH Software decoder [available as separate download]
+
+
+
+My anti-virus software detected a potential threat in LameXP. Why is that?
+
+Occasionally your anti-virus program may mistakenly detect "malware" (virus, trojan, worm, etc.) in some of
+the files here. This is called a "false-positive" and the files are actually innocent/clean. It's an error in
+your specific Antivirus software. In case you encounter such problems, goto http://www.virustotal.com/ and
+check the file again with multiple Antivirus engines! And take care with results like "suspicious", "generic"
+or "packed". Those are *not* real hits, they are just wild speculation.
+
+Apparently Antivirus programs tend to suspect installers/uninstaller created with NSIS. Furthermore some
+anti-virus programs blindly suspect all UPX´d (packed) executables of being malware. Obviously this is a
+stupid generalization, so please ignore those warnings! Last but not least: Always keep in mind that this is
+OpenSource software! If you don´t trust the people providing the pre-compiled binaries, download the source
+codes and compile them yourself.
+
+DON'T SUBMIT ANY VIRUS REPORTS, UNLESS YOU HAVE VERIFIED THE INFECTION WITH MULTIPLE ANTI-VIRUS ENGNINES!
+
+
+
+Who created LameXP?
+
+LameXP was written from the scratch by LoRd_MuldeR <MuldeR2@GMX.de>. However it has to be noted that LameXP
+uses a number of thrird-party tools, which have been created by the individual authors. Moreover various
+people have contributed LameXP translations. Please see the "About" dialog for details!
+
+
+
+What license is LameXP released under?
+
+LameXP is free software. You can redistribute it and/or modify it under the terms of the GNU General Public
+License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Please see the GNU General Public License for more details!
+
+
+
+Where can I download the latest version of LameXP?
+
+The latest "official" release of LameXP can be found on the following mirrors:
+
+
+
+Where can I submit bug reports or feature requests?
+
+The preferred place to report bugs or request new features is the LameXP thread at Doom9's Forum:
+
+
+
+Where can I find the LameXP source code?
+
+LameXP is developed using the Git revision control system. The LameXP Git repository is mirrored here:
+
+
+
+What are the prerequisites to build LameXP from the sources?
+
+LameXP is currently being developed using the following build environment:
+- Visual Studio 2008, Service Pack 1
+
- Qt libraries v4.7.1 for Windows (VS 2008)
+
- Microsoft Windows SDK v7.1
+
+Also note the following hints:
+- You must launch Visual Studio using "qtvars.bat vsstart" in order to enable the Qt tools
+
- The Microsoft Windows SDK v6.0A should work as well, with a few limitations
+
- In order to make a fully "static" build of LameXP, you need to compile Qt as static libraries
+
- Support for the GNU Toolchain (GCC/MinGW + Make) is planned for a future version
+
+
+
+eof
diff --git a/etc/Deployment/_deploy.bat b/etc/Deployment/_deploy.bat
index cf01b43d..78590401 100644
--- a/etc/Deployment/_deploy.bat
+++ b/etc/Deployment/_deploy.bat
@@ -108,6 +108,7 @@ copy "..\..\ReadMe.txt" "%TMP_PATH%"
copy "..\..\License.txt" "%TMP_PATH%"
copy "..\..\doc\Changelog.html" "%TMP_PATH%"
copy "..\..\doc\Translate.html" "%TMP_PATH%"
+copy "..\..\doc\FAQ.html" "%TMP_PATH%"
REM ------------------------------------------
REM :: CREATE PACKAGES ::
REM ------------------------------------------
diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi
index c0307b1f..dda7be30 100644
--- a/etc/NSIS/setup.nsi
+++ b/etc/NSIS/setup.nsi
@@ -426,9 +426,11 @@ Section "-Create Shortcuts"
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\$(LAMEXP_LANG_LINK_LICENSE).lnk" "$INSTDIR\License.txt"
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\$(LAMEXP_LANG_LINK_CHANGELOG).lnk" "$INSTDIR\Changelog.html"
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\$(LAMEXP_LANG_LINK_TRANSLATE).lnk" "$INSTDIR\Translate.html"
+ CreateShortCut "$SMPROGRAMS\$StartMenuFolder\$(LAMEXP_LANG_LINK_FAQ).lnk" "$INSTDIR\FAQ.html"
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\$(LAMEXP_LANG_LINK_UNINSTALL).lnk" "$INSTDIR\Uninstall.exe" "" "$INSTDIR\Uninstall.exe" 0
!insertmacro CreateWebLink "$SMPROGRAMS\$StartMenuFolder\Official LameXP Homepage.url" "http://mulder.dummwiedeutsch.de/"
+ !insertmacro CreateWebLink "$SMPROGRAMS\$StartMenuFolder\Doom9's Forum.url" "http://forum.doom9.org/"
!insertmacro CreateWebLink "$SMPROGRAMS\$StartMenuFolder\RareWares.org.url" "http://rarewares.org/"
!insertmacro CreateWebLink "$SMPROGRAMS\$StartMenuFolder\Hydrogenaudio Forums.url" "http://www.hydrogenaudio.org/"
!insertmacro MUI_STARTMENU_WRITE_END
diff --git a/etc/Translation/Blank.nsh b/etc/Translation/Blank.nsh
index bd7b0c5e..689749b3 100644
--- a/etc/Translation/Blank.nsh
+++ b/etc/Translation/Blank.nsh
@@ -37,3 +37,4 @@ LangString LAMEXP_LANG_LINK_LICENSE ${LANG_ENGLISH} "License"
LangString LAMEXP_LANG_LINK_CHANGELOG ${LANG_ENGLISH} "Version History"
LangString LAMEXP_LANG_LINK_TRANSLATE ${LANG_ENGLISH} "Translator's Guide"
LangString LAMEXP_LANG_LINK_UNINSTALL ${LANG_ENGLISH} "Uninstall"
+LangString LAMEXP_LANG_LINK_FAQ ${LANG_ENGLISH} "Frequently Asked Questions"
diff --git a/etc/Translation/LameXP_DE.nsh b/etc/Translation/LameXP_DE.nsh
index 9ff229c4..6ed6eb42 100644
--- a/etc/Translation/LameXP_DE.nsh
+++ b/etc/Translation/LameXP_DE.nsh
@@ -37,3 +37,4 @@ LangString LAMEXP_LANG_LINK_LICENSE ${LANG_GERMAN} "Lizenz"
LangString LAMEXP_LANG_LINK_CHANGELOG ${LANG_GERMAN} "Versionshistorie"
LangString LAMEXP_LANG_LINK_TRANSLATE ${LANG_GERMAN} "Leitfaden für Übersetzer"
LangString LAMEXP_LANG_LINK_UNINSTALL ${LANG_GERMAN} "Deinstallieren"
+LangString LAMEXP_LANG_LINK_FAQ ${LANG_GERMAN} "Häufig Gestellte Fragen"
diff --git a/etc/Translation/LameXP_ES.nsh b/etc/Translation/LameXP_ES.nsh
index fd548995..9125a8dd 100644
--- a/etc/Translation/LameXP_ES.nsh
+++ b/etc/Translation/LameXP_ES.nsh
@@ -37,3 +37,4 @@ LangString LAMEXP_LANG_LINK_LICENSE ${LANG_SPANISH} "License"
LangString LAMEXP_LANG_LINK_CHANGELOG ${LANG_SPANISH} "Version History"
LangString LAMEXP_LANG_LINK_TRANSLATE ${LANG_SPANISH} "Translator's Guide"
LangString LAMEXP_LANG_LINK_UNINSTALL ${LANG_SPANISH} "Uninstall"
+LangString LAMEXP_LANG_LINK_FAQ ${LANG_SPANISH} "Frequently Asked Questions"