From 8e7a241b9890db788bd0aee101bc1f2df8e1ec4b Mon Sep 17 00:00:00 2001 From: modernw Date: Tue, 9 Dec 2025 14:49:02 +0800 Subject: [PATCH 1/4] Fix header formatting and section updates in README Updated formatting for headers and sections in README.md. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c3389d6..02bac37 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -

App Installer For Windows 8.x (Reset)

+# App Installer For Windows 8.x (Reset) 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. -Required runtime libraries: - +## Required runtime libraries - Microsoft .NET Framework 4.5 (may be pre-installed on Windows 8.x and later) - Microsoft .NET Framework 4.6 @@ -14,20 +13,21 @@ Required runtime libraries: - Microsoft Visual C++ 2015 Redistributable (x86) -Download: Download the latest release from the Releases section. +## Download +Download the latest release from the Releases section. [![GitHub release pre-release downloads](https://img.shields.io/github/v/release/modernw/App-Installer-For-Windows-8.x-Reset "Release")](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. -Attention: +## Attention - 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.屏幕截图 2025-12-08 103450 - +--- (Translated by Google Translate) From 15ca1f928c7cdb668e4f072789f8f3980e0cc7bb Mon Sep 17 00:00:00 2001 From: modernw Date: Tue, 9 Dec 2025 15:05:14 +0800 Subject: [PATCH 2/4] Refactor README.md with HTML formatting Updated README.md to use HTML tags for headings and improved formatting. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 02bac37..29d2fa1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# App Installer For Windows 8.x (Reset) +

App Installer For Windows 8.x (Reset)

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. -## Required runtime libraries +

Required runtime libraries

- Microsoft .NET Framework 4.5 (may be pre-installed on Windows 8.x and later) - Microsoft .NET Framework 4.6 @@ -13,14 +13,14 @@ Supports running on Windows 8 and later. - Microsoft Visual C++ 2015 Redistributable (x86) -## Download +

Download

Download the latest release from the Releases section. [![GitHub release pre-release downloads](https://img.shields.io/github/v/release/modernw/App-Installer-For-Windows-8.x-Reset "Release")](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. -## Attention +

Attention

- This program is an x86 program, not an ARM application, not cross-platform, and cannot be used on Windows RT. From 6b59bdcf176435d4819473cdd0d018d023c2bcba Mon Sep 17 00:00:00 2001 From: modernw Date: Tue, 9 Dec 2025 15:08:04 +0800 Subject: [PATCH 3/4] Update README with TLS 1.2 instructions and image --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29d2fa1..df01ca2 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,11 @@ Note: There is no official release yet, but the test version still does not have - 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.屏幕截图 2025-12-08 103450 ---- +- (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. + 屏幕截图 2025-12-08 103450 + + + (Translated by Google Translate) From 46e9083f907e5fd7fe30bcc23de93b1c32ffb8ed Mon Sep 17 00:00:00 2001 From: modernw Date: Tue, 9 Dec 2025 15:23:02 +0800 Subject: [PATCH 4/4] Refactor README for better readability Updated README to improve formatting and structure. --- README.md | 49 ++++++++++++++++++------------------------------- 1 file changed, 18 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index df01ca2..2082711 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,25 @@

App Installer For Windows 8.x (Reset)

- -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. - +

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.

Required runtime libraries

-- 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) - +
    +
  • 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)
  • +

Download

-Download the latest release from the Releases section. - -[![GitHub release pre-release downloads](https://img.shields.io/github/v/release/modernw/App-Installer-For-Windows-8.x-Reset "Release")](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. - +

Download the latest release from the Releases section.

+ +

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.

Attention

- -- 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. - 屏幕截图 2025-12-08 103450 - - - -(Translated by Google Translate) - +
    +
  • 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.
    屏幕截图 2025-12-08 103450
  • +
+
+

(Translated by Google Translate)