mirror of
https://github.com/modernw/AppInstallerForWin8.git
synced 2026-04-11 16:57:18 +10:00
Merge branch 'master' of https://github.com/modernw/AppInstallerForWin8.git
This commit is contained in:
24
LICENSE(pugixml).md
Normal file
24
LICENSE(pugixml).md
Normal file
@@ -0,0 +1,24 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2006-2025 Arseny Kapoulkine
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
files (the "Software"), to deal in the Software without
|
||||
restriction, including without limitation the rights to use,
|
||||
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
13
README.md
13
README.md
@@ -1,2 +1,13 @@
|
||||
# AppInstallerForWin8
|
||||
A Windows Store App Installer for Windows 8.
|
||||
|
||||
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 wasn’t specialized—it also had other features. Over such a long period, there weren’t 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: it’s just about "installing" a task. However, it also provides some additional information. Though it might not be as thorough as Microsoft’s official installer, it works well for Windows 8.x and for installing apps that the earlier versions of Microsoft’s App Installer could not. As for installing Microsoft’s official installer, it’s recommended to continue using it.
|
||||
|
||||
The code itself is not particularly instructive; it’s 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 couldn’t use IE 10, so I had to create a compatible webpage, which isn’t very pretty, but there’s no choice.
|
||||
|
||||
This project is for learning and research purposes only.
|
||||
|
||||
Reference in New Issue
Block a user