mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
Refactor README for better readability
Updated README to improve formatting and structure.
This commit is contained in:
49
README.md
49
README.md
@@ -1,38 +1,25 @@
|
||||
<h1>App Installer For Windows 8.x (Reset)</h1>
|
||||
|
||||
This application aims to provide a more elegant way to install Windows Store apps. It offers a visual window for users to browse app information, install, launch apps, or get error details.
|
||||
|
||||
Supports running on Windows 8 and later.
|
||||
|
||||
<p>This application aims to provide a more elegant way to install Windows Store apps. It offers a visual window for users to browse app information, install, launch apps, or get error details.</p>
|
||||
<p>Supports running on Windows 8 and later.</p>
|
||||
<h2>Required runtime libraries</h2>
|
||||
- Microsoft .NET Framework 4.5 (may be pre-installed on Windows 8.x and later)
|
||||
|
||||
- Microsoft .NET Framework 4.6
|
||||
|
||||
- Microsoft Visual C++ 2013 Redistributable (x86)
|
||||
|
||||
- Microsoft Visual C++ 2015 Redistributable (x86)
|
||||
|
||||
<ul>
|
||||
<li>Microsoft .NET Framework 4.5 (may be pre-installed on Windows 8.x and later)</li>
|
||||
<li>Microsoft .NET Framework 4.6</li>
|
||||
<li>Microsoft Visual C++ 2013 Redistributable (x86)</li>
|
||||
<li>Microsoft Visual C++ 2015 Redistributable (x86)</li>
|
||||
</ul>
|
||||
<h2>Download</h2>
|
||||
Download the latest release from the Releases section.
|
||||
|
||||
[](https://github.com/modernw/App-Installer-For-Windows-8.x-Reset/releases)
|
||||
|
||||
Note: There is no official release yet, but the test version still does not have the Pre-released label; this is for testing upgrade functionality. Once the official release is complete, previous versions will be marked as Pre-released.
|
||||
|
||||
<p>Download the latest release from the Releases section.</p>
|
||||
<a href="https://github.com/modernw/App-Installer-For-Windows-8.x-Reset/releases" target="_blank"><img src="https://img.shields.io/github/v/release/modernw/App-Installer-For-Windows-8.x-Reset"></a>
|
||||
<p>Note: There is no official release yet, but the test version still does not have the Pre-released label; this is for testing upgrade functionality. Once the official release is complete, previous versions will be marked as Pre-released.</p>
|
||||
<h2>Attention</h2>
|
||||
|
||||
- This program is an x86 program, not an ARM application, not cross-platform, and cannot be used on Windows RT.
|
||||
|
||||
- This program uses some third-party libraries and other Github projects, and is completed using AI (ChatGTP). This project can be used for learning and communication purposes.
|
||||
|
||||
- (Important) Internet Explorer must support TLS 1.2 (requiring the use of IE's XMLHttpRequest to retrieve update information), especially IE10. You can do this by opening the "Advanced" tab in Control Panel/Internet Explorer's "Internet Options," finding "Use TLS 1.2" and checking the box, then clicking "OK" and saving. The settings will take effect the next time you open the browser.
|
||||
<img width="300" height="395" alt="屏幕截图 2025-12-08 103450" src="https://github.com/user-attachments/assets/69ee21ca-7f47-4d56-8dde-37e5704776c1" />
|
||||
|
||||
|
||||
|
||||
(Translated by Google Translate)
|
||||
|
||||
<ul>
|
||||
<li>This program is an x86 program, not an ARM application, not cross-platform, and cannot be used on Windows RT.</li>
|
||||
<li>This program uses some third-party libraries and other Github projects, and is completed using AI (ChatGTP). This project can be used for learning and communication purposes.</li>
|
||||
<li>(Important) Internet Explorer must support TLS 1.2 (requiring the use of IE's XMLHttpRequest to retrieve update information), especially IE10. You can do this by opening the "Advanced" tab in Control Panel/Internet Explorer's "Internet Options," finding "Use TLS 1.2" and checking the box, then clicking "OK" and saving. The settings will take effect the next time you open the browser.<br><img width="300" height="395" alt="屏幕截图 2025-12-08 103450" src="https://github.com/user-attachments/assets/69ee21ca-7f47-4d56-8dde-37e5704776c1" /></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p>(Translated by Google Translate)</p>
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/25423296/163456776-7f95b81a-f1ed-45f7-b7ab-8fa810d529fa.png">
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png">
|
||||
|
||||
Reference in New Issue
Block a user