doc: Various documentation improvements

This commit is contained in:
r3sus
2023-03-07 21:12:07 +00:00
committed by Tohka
parent 4591cb2e54
commit b3e9573bad
5 changed files with 22 additions and 11 deletions
+3 -6
View File
@@ -8,11 +8,8 @@ using System.Windows.Forms;
namespace CleanFlashInstaller {
public partial class InstallForm : Form, IProgressForm {
private static string COMPLETE_INSTALL_TEXT = @"Clean Flash Player has been successfully installed!
Don't forget, Flash Player is no longer compatible with new browsers. We recommend using:
• Older Google Chrome ≤ 87
• Older Mozilla Firefox ≤ 84 or Waterfox
For Flash Player updates, check out Clean Flash Player's website!";
Don't forget, Flash Player is no longer compatible with new browsers.
For browser recommendations and Flash Player updates, check out Clean Flash Player's website!";
private static string COMPLETE_UNINSTALL_TEXT = @"
All versions of Flash Player have been successfully uninstalled.
@@ -286,7 +283,7 @@ If you ever change your mind, check out Clean Flash Player's website!";
if (e.Link.Start == 212) {
Process.Start("https://classic.waterfox.net");
} else {
Process.Start("https://cleanflash.github.io");
Process.Start("https://gitlab.com/cleanflash/installer#clean-flash-player");
}
}
@@ -130,11 +130,11 @@
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Clean Flash Player]
"DisplayName"="Clean Flash Player ${VERSION}"
"HelpLink"="https://cleanflash.github.io"
"HelpLink"="https://gitlab.com/cleanflash/installer#clean-flash-player"
"NoModify"=dword:00000001
"NoRepair"=dword:00000001
"URLInfoAbout"="https://cleanflash.github.io"
"URLUpdateInfo"="https://cleanflash.github.io"
"URLInfoAbout"="https://gitlab.com/cleanflash/installer#clean-flash-player"
"URLUpdateInfo"="https://gitlab.com/cleanflash/installer#clean-flash-player"
"VersionMajor"=dword:00000022
"VersionMinor"=dword:00000000
"Publisher"="CleanFlash Team"