mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 02:41:38 +08:00
doc: Various documentation improvements
This commit is contained in:
@@ -40,6 +40,7 @@ namespace CleanFlashCommon {
|
||||
|
||||
public static string GetAPILink() {
|
||||
return "https://api.github.com/repos/" + AUTHOR + "/" + REPO + "/releases/latest";
|
||||
// obsolete, todo: switch to new api
|
||||
}
|
||||
|
||||
public static string GetFlashVersion() {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -117,7 +117,7 @@ namespace CleanFlashUninstaller {
|
||||
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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -28,14 +28,27 @@ To keep using Flash Player on **Mozilla Firefox**, install [**Waterfox Classic**
|
||||
|
||||
**Internet Explorer** still supports Flash Player on Windows 10.
|
||||
|
||||
<details><summary>Alternatives</summary>
|
||||
|
||||
- Cent Browser 4.3.9.248 [(link)](https://static.centbrowser.com/win_stable/4.3.9.248/)
|
||||
- Chromium 88.0.4285.0
|
||||
[Link](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html): specify your platform and select/enter 814251
|
||||
- [Basilisk](https://www.basilisk-browser.org/)
|
||||
- [Otter Browser](https://otter-browser.org/)
|
||||
- Portable old browser versions [(guide)](https://www.raymond.cc/blog/how-to-enable-flash-support-in-firefox-portable/)
|
||||
- roytam's XP-compatible browser builds [(link)](http://rtfreesoft.blogspot.com/)
|
||||
|
||||
</details>
|
||||
|
||||
## Usage
|
||||
|
||||
- Make sure you have a compatible browser to use Flash Player with
|
||||
- Download the latest version from [GitLab](https://gitlab.com/cleanflash/installer/-/releases)
|
||||
- Extract the installer and run it
|
||||
- Launch installer
|
||||
- Accept the disclaimer
|
||||
- Choose which browser plugins to install
|
||||
- Choose to install the standalone projector or not
|
||||
- Choose to install the debug build or not
|
||||
- Close all browser windows, or let the installer close them for you
|
||||
- Press the "Install" button and wait for Flash Player to install
|
||||
- Enjoy using Flash Player!
|
||||
|
||||
Reference in New Issue
Block a user