2025-02-19 23:41:41 +08:00
2025-02-19 21:09:40 +08:00
2025-02-19 21:09:40 +08:00
2025-02-19 21:09:40 +08:00
2025-02-19 21:09:40 +08:00
2025-02-19 21:09:40 +08:00
2025-02-19 21:09:40 +08:00
2025-02-19 21:09:40 +08:00
2025-02-19 21:09:40 +08:00
2025-02-19 21:09:40 +08:00
2025-02-19 21:09:40 +08:00
2025-02-19 21:09:40 +08:00
2025-02-19 21:09:40 +08:00
2025-02-19 23:40:30 +08:00
2025-02-19 23:41:41 +08:00

AppInstallerForWin8

A Windows Store App Installer for Windows 8.x.

(Translated by ChatGTP)

The purpose of this project is actually to create an intuitive and visually appealing Windows Store app installer, which also serves a personal need. Unfortunately, I only have a foundation in C/C++ programming, and I am not familiar with .NET/WinRT/HTML/JavaScript/Win32API. Here, I would like to thank AI (ChatGPT, GitHub Copilot, and DeepSeek) for making this project possible when it seemed impossible. That being said, suitable tools were actually hard to find (back in the Windows 8.x era). I remember Windows App Boss, but it wasnt specialized—it also had other features. Over such a long period, there werent that many tools available, and compared to today, they were difficult to find, which is quite regretful.

The functionality of this tool is actually very simple: its just about "installing" a task. However, it also provides some additional information. Though it might not be as thorough as Microsofts official installer, it works well for Windows 8.x and for installing apps that the earlier versions of Microsofts App Installer could not. As for installing Microsofts official installer, its recommended to continue using it.

The code itself is not particularly instructive; its either because AI or my programming is a bit chaotic, but feel free to use it, offer suggestions, or add to it. The reason I chose WebUI is that UI design is too difficult—after all, websites can use animations and other conveniences. The WebUI uses the IE browser control, but it seems Windows 8 couldnt use IE 10, so I had to create a compatible webpage, which isnt very pretty, but theres no choice.

This project is for learning and research purposes only.

Description
github mirror
Readme 274 KiB
Languages
C++ 81.2%
C 18%
C# 0.8%