diff --git a/doc/FAQ.html b/doc/FAQ.html
index ab4b157d..3aee0240 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -76,15 +76,15 @@ Currently the follwing input formats are supported by LameXP:
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.
+your specific anti-virus software. In case you encounter such problems, goto http://www.virustotal.com/ and
+check the file with multiple anti-virus engines! Moreover take care with results like "suspicious", "generic"
+or "packed". Those are *not* real malware detections, 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
+Apparently anti-virus 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.
+OpenSource software. If you don't trust the people providing the pre-compiled binaries, download the source
+code, search the code for "malicious" functions (good luck ^^) and compile your own binary.
DON'T SUBMIT ANY VIRUS REPORTS, UNLESS YOU HAVE VERIFIED THE INFECTION WITH MULTIPLE ANTI-VIRUS ENGNINES!
diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi
index dda7be30..75777e2d 100644
--- a/etc/NSIS/setup.nsi
+++ b/etc/NSIS/setup.nsi
@@ -396,12 +396,22 @@ FunctionEnd
;Install Files
;--------------------------------
-Section "-Prepare"
- SetOutPath "$INSTDIR"
-SectionEnd
-
Section "!Install Files"
!insertmacro PrintProgress "$(LAMEXP_LANG_STATUS_INSTFILES)"
+
+ SetOutPath "$INSTDIR"
+ Delete "$INSTDIR\Changelog.htm"
+ Delete "$INSTDIR\Changelog.html"
+ Delete "$INSTDIR\Contributors.txt"
+ Delete "$INSTDIR\FAQ.html"
+ Delete "$INSTDIR\Howto.html"
+ Delete "$INSTDIR\LameXP.exe"
+ Delete "$INSTDIR\LameXP.exe.sig"
+ Delete "$INSTDIR\License.txt"
+ Delete "$INSTDIR\ReadMe.txt"
+ Delete "$INSTDIR\Translate.html"
+ Delete "$INSTDIR\Uninstall.exe"
+
!insertmacro GetExecutableName $R0
File `/oname=$R0` `${LAMEXP_SOURCE_PATH}\LameXP.exe`
File `${LAMEXP_SOURCE_PATH}\*.txt`
diff --git a/src/Config.h b/src/Config.h
index a0bf69b6..a4d92660 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -25,7 +25,7 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 0
-#define VER_LAMEXP_BUILD 312
+#define VER_LAMEXP_BUILD 314
#define VER_LAMEXP_SUFFIX RC-1
/*