Commit Graph

176 Commits

Author SHA1 Message Date
冰糖XH a472ddba73 Set PlatformTarget to AnyCPU and add publish
Change PlatformTarget from x86 to AnyCPU across solution and projects (Launch, Manager, ModernNotice, Reader) so builds target AnyCPU. Add ClickOnce/publishing properties to Manager.csproj (PublishUrl, Install, Update settings, ApplicationVersion/Revision, BootstrapperEnabled, etc.) and include a BootstrapperPackage entry for .NET Framework 3.5 SP1. These changes prepare the projects for AnyCPU builds and configure Manager for deployment/publishing.
2026-03-26 20:11:24 +08:00
冰糖XH b2633b37e5 Add pugixml project and reference
Add a new pugixml static library project and include it in the solution to support ARM builds. pkgread now references the new pugixml project (removed direct pugixml file/includes) and its Release|ARM PrecompiledHeader is set to NotUsing. Update solution configurations to include pugixml and add appropriate build platform mappings. Update notes/symlinks.md with instructions for the new project and manual copying of generated pugixml.lib; also clear an AdditionalLibraryDirectories entry in priformatcli.
2026-03-26 15:46:37 +08:00
冰糖XH fe6a9a186b Enable ARM desktop SDK macro in projects
Add _ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 to PreprocessorDefinitions in multiple .vcxproj files so ARM desktop SDK partition is available at project level. Remove per-file #ifdef _M_ARM defines from several headers and source files (Stdafx.h, targetver.h, main.cpp across various modules) to avoid duplication. Also add ShowIncludes=false in pkgread.vcxproj. This centralizes the ARM macro for consistent ARM builds across modules.
2026-03-26 14:46:26 +08:00
冰糖XH 2e45bb1cd9 Add symlink notes and fix pugixml path
Add notes/symlinks.md documenting required symbolic links for the appinstaller and shared directories, plus guidance for creating symlinks in Debug/Release and including shared subdirs in releases. Update pkgread project and its filters to use a relative path for pugixml.cpp (..\packages\pugixml.1.15.0\...) instead of an absolute user-specific NuGet path so the project is portable and includes pugixml.cpp needed to resolve linker errors for non-x86 builds (e.g. ARM).
2026-03-26 14:27:03 +08:00
冰糖XH ccf6cfd66c Remove useless pugixml_arm 2026-03-26 13:58:29 +08:00
冰糖XH 34895b9edd Merge branch 'master' of https://github.com/bingtangxh/App-Installer-For-Windows-8.x-Reset 2026-03-26 13:54:51 +08:00
冰糖XH 745a89fa9c Add ARM platform & pugixml_arm, update VS solution
Upgrade solution to Visual Studio 17 and add ARM build configurations across projects. Several .vcxproj files were updated to include Debug/Release|ARM property groups, property sheet imports and LinkIncremental settings; platform toolset set for ARM configs where appropriate. A new pugixml_arm project and its sources/filters were added. Also added ExtensibilityGlobals (SolutionGuid) to the .sln.
2026-03-26 13:54:29 +08:00
Bruce a3ff273405 Update and fix bugs. 2026-03-25 23:34:36 +08:00
Bruce ca0b7dbcbb Update something. 2026-02-07 17:52:36 +08:00
Bruce e49f9db426 Update setup build file. 2026-02-06 22:10:45 +08:00
Bruce 2cdc310598 Update something about Manager. 0.3.0.0 2026-02-06 22:07:04 +08:00
Bruce fe19eaf169 Update Assets. 2026-02-06 21:45:39 +08:00
Bruce d85fbb8de8 Update about Manager. 2026-02-06 18:12:21 +08:00
Bruce d91948eaff Update manager and add features for App Installer. 2026-01-31 22:03:03 +08:00
Bruce 0c87a2cdcd Update about Manager. 2026-01-27 22:47:49 +08:00
Bruce 5a404a55e3 Deleted test zip file. 2026-01-24 22:08:01 +08:00
Bruce 503ece1c64 Updated manager and added appx manifest reader. 2026-01-24 22:06:55 +08:00
Bruce 75cb72964d Coding for Package Manager. 2026-01-20 22:34:22 +08:00
Bruce 7483ed6930 Update WebUI. 0.2.2.3 2026-01-11 15:20:15 +08:00
Bruce 5b7b41a40c Changed the UI and fixed bugs. 2026-01-11 15:10:55 +08:00
Bruce 2e6214a35a Update 2026-01-11 11:40:21 +08:00
Bruce 3ab9761705 Update update setting entry. 2026-01-07 14:11:19 +08:00
Bruce 521b13563e Fixed download bug. 2026-01-04 13:17:59 +08:00
Bruce 319d13c2b1 Fix bugs. 0.2.2.2 2025-12-29 20:43:54 +08:00
Bruce 4d10da5630 Build new version. 0.2.2.1 2025-12-23 00:02:14 +08:00
Bruce 621c6fcfd3 Fix bugs. 2025-12-22 23:58:53 +08:00
Bruce 4cf0a0a55d Update. 2025-12-14 11:37:53 +08:00
Bruce 470cbedde1 Fixed Styles. 2025-12-14 11:32:58 +08:00
Bruce 4668f09dac Update Settings Page. 2025-12-14 11:25:19 +08:00
Bruce a40ff21fe6 Update. 2025-12-14 11:06:01 +08:00
Bruce 052042132f Update. 2025-12-14 11:03:47 +08:00
Bruce 5518101cfc Update download proxy link. 2025-12-14 10:58:57 +08:00
Bruce 086dc5cd45 Update Version. 0.2.2.0 2025-12-14 02:01:06 +08:00
Bruce 975c8ee9e3 Update Theme Settings. 2025-12-14 01:53:02 +08:00
Bruce 1c831854b3 Additional libraries and licenses used. 2025-12-13 15:11:05 +08:00
Bruce 7c10123c8f Update Theme Settings. 2025-12-13 15:02:41 +08:00
Bruce fc66b6de72 Update theme and fix bugs. 2025-12-10 22:12:32 +08:00
Bruce 85b0d2b5b9 Build 0.2.1.0 2025-12-09 20:43:40 +08:00
Bruce 0e8bc66ddf Merge branch 'master' of https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git 2025-12-09 20:36:50 +08:00
Bruce 5c18f75cb6 Update 2025-12-09 20:36:40 +08:00
modernw 46e9083f90 Refactor README for better readability
Updated README to improve formatting and structure.
2025-12-09 15:23:02 +08:00
modernw 6b59bdcf17 Update README with TLS 1.2 instructions and image 2025-12-09 15:08:04 +08:00
modernw 15ca1f928c Refactor README.md with HTML formatting
Updated README.md to use HTML tags for headings and improved formatting.
2025-12-09 15:05:14 +08:00
modernw 8e7a241b98 Fix header formatting and section updates in README
Updated formatting for headers and sections in README.md.
2025-12-09 14:49:02 +08:00
Bruce c0c39b9379 Update licenses. 2025-12-08 22:08:23 +08:00
Bruce 1bed599fae Update Licenses from third libraries. 2025-12-08 16:21:01 +08:00
Bruce 6cc3aa9e16 Merge branch 'master' of https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git 2025-12-08 16:06:21 +08:00
Bruce d1813637c5 Organized the project files.
And also fixed some bugs.
2025-12-08 16:06:13 +08:00
modernw d5418b6c28 Update README.md 0.2.0.0 2025-12-08 10:35:54 +08:00
modernw 55f5c9f25f Update README with TLS 1.2 support instructions
Added important note about TLS 1.2 support for Internet Explorer.
2025-12-08 10:34:06 +08:00