Commit Graph

128 Commits

Author SHA1 Message Date
modernw f28e3fe24c Update README with download links for runtime and dependencies
Added links to download runtime libraries and dependencies for Metro apps.
2026-04-10 15:16:23 +08:00
Bruce 169815e88a Update. 2026-04-10 15:10:39 +08:00
Bruce 2c6391804e Update style. 0.3.1.7 2026-04-10 14:18:04 +08:00
Bruce fa65d40f3e Update font use. 2026-04-10 14:13:24 +08:00
Bruce 2fd73eab85 Merge branch 'master' of https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git 2026-04-10 14:08:22 +08:00
modernw 9111c019ff Update README.md 2026-04-10 14:00:51 +08:00
Bruce 200262d3ca Fix bugs. 2026-04-10 13:58:15 +08:00
Bruce 0f7c4be17e Revert "update."
This reverts commit c28c09973e.
2026-04-10 12:16:59 +08:00
Bruce ded9ea9293 try to fix bugs. 2026-04-10 12:16:12 +08:00
Bruce f563f97f12 Try to fix bugs. 2026-04-10 10:50:22 +08:00
Bruce 19757502ae fix bugs. 2026-04-09 22:16:47 +08:00
Bruce c28c09973e update. 2026-04-09 21:37:00 +08:00
Bruce 8dd01a67e9 Merge branch 'master' of https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git 2026-04-09 21:36:48 +08:00
Bruce 84a28db8cf Update locale resources. 2026-04-09 18:04:40 +08:00
modernw b315782df6 Add special thanks section to README
Added a section for special thanks and contributor acknowledgment.
2026-04-09 15:39:16 +08:00
Bruce 9ba3b875da Update special thanks. 0.3.1.5 2026-04-09 14:10:57 +08:00
Bruce 9ae2e886bd Update special thanks. 2026-04-09 14:09:58 +08:00
Bruce 0926da3f27 Update license. 2026-04-09 13:34:09 +08:00
Bruce 4355ce4d13 Update help text. 2026-04-09 12:57:35 +08:00
Bruce 90d16151f4 pkgcli: add the confirm before remove. 2026-04-09 12:30:14 +08:00
Bruce 4bddb96052 Pkgcli: add the confirm before install. 2026-04-09 12:29:46 +08:00
Bruce 368efeb2f0 Update pkgcli. 2026-04-09 12:07:44 +08:00
Bruce 8e8a0453c4 Update PkgCLI. 2026-04-08 23:42:55 +08:00
Bruce e58b47926c Canceled the settings of console input encoding. 2026-04-08 23:39:09 +08:00
Bruce 6d40668c1a Update version. 2026-04-08 23:35:14 +08:00
Bruce 71c8d76593 Fix bugs.
Update PkgCLI.
2026-04-08 23:32:11 +08:00
Bruce c4eaa4ad45 Change the styles of ContentDialog. 2026-04-06 20:43:20 +08:00
Bruce 9edccede4e Update ContentDialog Styles. 0.3.1.0 2026-04-06 18:52:40 +08:00
Bruce 1d7359ebdd Merge branch 'master' of https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git 2026-04-06 18:46:56 +08:00
Bruce fafff1bc5c Update locale strings.
Add a new project.
Remove the datas for test.
2026-04-06 18:46:51 +08:00
modernw be599991b8 Update README to clarify AI assistance and GitHub usage 2026-04-06 18:43:19 +08:00
Bruce 48954e5206 Update item. 2026-04-06 15:18:27 +08:00
Bruce a7c22adc05 Update libs used. 2026-04-06 13:29:14 +08:00
Bruce be643a9935 Not use WinJS 3.0. 2026-04-06 13:13:54 +08:00
Bruce 64f3958d7f Update reader. 2026-04-06 13:09:20 +08:00
Bruce b562d5b5ba fix bugs. 2026-04-04 19:49:45 +08:00
Bruce bf54d5a531 Update reader. 2026-04-04 19:27:45 +08:00
Bruce f9f4db3f6c Update Reader. 2026-04-02 11:33:57 +08:00
Bruce 880a834296 Change build configure. 2026-03-28 22:41:43 +08:00
Bruce e47813765a Fix bugs. 2026-03-28 19:13:15 +08:00
Bruce 2f0d1dc27f Update build for ARM. 2026-03-28 19:11:29 +08:00
modernw 3c35a8acaa Merge pull request #1 from bingtangxh/master
Add ARM support and remove symbol links
2026-03-28 12:20:47 +08:00
冰糖XH 27e604892d Remove hardcoded pugixml include path
Clear absolute AdditionalIncludeDirectories entries referencing D:\GitHub\App-Installer-For-Windows-8.x-Reset\packages\pugixml.1.15.0\build\native\include\ in pkgread/pkgread.vcxproj across multiple build configurations. This removes a machine-specific include path to improve portability and avoid build failures on other systems; include dirs should be provided via package restore or configured with relative paths or project properties.
2026-03-28 11:31:43 +08:00
冰糖XH 1c05d8a379 Remove unused mmsyscom include from appxinfo.h
Drop the #include <mmsyscom.h> line from appinstaller/appxinfo.h to eliminate an unnecessary dependency and reduce potential compilation issues. No functional changes to code behavior.
2026-03-28 11:22:43 +08:00
Bruce 43983a2c87 Update builder for ARM. 2026-03-28 10:55:13 +08:00
冰糖XH df0d14e282 Merge branch 'modernw:master' into master 2026-03-28 10:44:10 +08:00
Bruce 419498bef8 Update readme for ARM. 2026-03-28 10:39:28 +08:00
Bruce 4118efa4b6 Remove build files. 2026-03-28 10:38:20 +08:00
Bruce 300b1ba55a Added new features and the setup scripts for ARM users. 2026-03-27 23:46:42 +08:00
冰糖XH ecde1c8d80 Remove minwindef include; docs and whitespace cleanup
Remove an unnecessary #include <minwindef.h> from pkgread/typestrans.h and perform minor whitespace cleanups in desktopini/main.cpp and pkgread/dllmain.cpp. Update notes/symlinks.md to explain that appxinfo.h and main.cpp now use #include "../<ProjectName>/<ProjectName>.h", so the previous symbolic links are no longer required. These are non-functional cleanup and documentation updates.
2026-03-26 22:13:08 +08:00