6
edits
Changes
Added registry key to remove welcome dialog in v5.1
=Configuration Scripts=
== Foxit Reader 5.1 ==
As of version 5.10.1021 you can disable the Welcome Dialog by adding the following line to your usersettings.bat file from previous post install config scripts.
File '''usersettings.bat''' (used by settings.bat):
<source lang="dos">
reg add "%1\Software\Foxit Software\Foxit Reader 5.0\Preferences\Others" /v bShowWelcomeDlg /d "0" /f >> NUL:
</source>
== Foxit Reader 4.3 ==