Updated FAQ document + small installer fix.
This commit is contained in:
parent
8c72137fe1
commit
fba31b51a9
15
doc/FAQ.html
15
doc/FAQ.html
@ -34,6 +34,7 @@ a:visited { color: #0000EE; }
|
||||
<li><a href="#9fd53558">How can I use LameXP as a "portable" application?</a>
|
||||
<li><a href="#3d6684e9">Is there a way to use custom tools (binaries) with LameXP instead of the "built-in" ones?</a>
|
||||
<li><a href="#df406578">The LameXP startup (splash screen) takes very long on my system. What can I do?</a>
|
||||
<li><a href="#a923d407">Why is there a time limit in my version of LameXP?</a>
|
||||
<li><a href="#900a2a6c">Is there a way to hide/show the LameXP console ("DOS Box") window?</a>
|
||||
<li><a href="#9b0a5c32">Why does application 'xyz' not open the Wave files created by LameXP?</a>
|
||||
<li><a href="#89cbd3d0">Why does LameXP run (only) N instances/threads in parallel on my computer?</a>
|
||||
@ -422,6 +423,20 @@ the developer of the anti-virus software. And, if they don't fix the problem, sw
|
||||
|
||||
<br><br>
|
||||
|
||||
<a name="a923d407"></a><b>Why is there a time limit in my version of LameXP?</b><br>
|
||||
<br>
|
||||
LameXP is free software, released under the GPL. This means that you may use LameXP for free and without any<br>
|
||||
restrictions. More specifically, there is NO time limit in "Release" versions of LameXP! Nonetheless, "Beta"<br>
|
||||
(pre-release) versions of LameXP are limited to 30 days, starting at the build date. That's because these<br>
|
||||
"Beta" versions are intended for testing and evaluation only - they are NOT intended for productive use. Also<br>
|
||||
there will be frequent updates for "Beta" versions. Usually a new build will be available even before the<br>
|
||||
previous build has expired. So if you are not willing to update regularly, stick with the "Release" version.<br>
|
||||
<br>
|
||||
Note: We are well aware that the expiration mechanism implemented in LameXP can be circumvented quite easily,<br>
|
||||
if you really want to. But implementing a "better" mechanism is pointless for an OpenSource software ;-)<br><br>
|
||||
|
||||
<br><br>
|
||||
|
||||
<a name="900a2a6c"></a><b>Is there a way to hide/show the LameXP console ("DOS Box") window?</b><br>
|
||||
<br>
|
||||
It is common for many people to run an alleged "DOS" program inside Windows, using a so-called "DOS Box".<br>
|
||||
|
@ -466,7 +466,7 @@ Section "-Create Shortcuts"
|
||||
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_MANUAL).lnk" "$INSTDIR\FAQ.html"
|
||||
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\$(LAMEXP_LANG_LINK_MANUAL).lnk" "$INSTDIR\Manual.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/"
|
||||
|
Loading…
Reference in New Issue
Block a user