Skip to content

Releases: Gaoyifei1011/GetStoreApp

获取商店应用 3.9.413.0

13 Apr 14:29
Compare
Choose a tag to compare

获取商店应用 3.9.413.0

更新内容

1.升级 Windows 应用 SDK 版本到 1.5.240404000(1.5.2)
2.升级 Microsoft.WindowsPackageManager.ComInterop 版本到 1.7.11003
3.升级 .NET 版本到 8.0.4
3.修复了一些问题

Update contents

  1. Update the Windows App SDK version to 1.5.240404000 (1.5.2)
  2. Update the Microsoft.WindowsPackageManager.ComInterop version to 1.7.11003 version
  3. Update the .NET version to 8.0.4 version
  4. Fixed some issues

注意事项

1.下载功能模块目前存在一些问题,正在重构中。如果您在使用过程中遇到问题,请直接点击打开链接,使用浏览器下载。
2.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
3.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle(以 msixbundle 扩展名结尾)
开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies文件夹下的适用于您的设备的所有依赖包
④安装*.cer证书到本地计算机受信任的根证书颁发机构。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle文件,单击安装

(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包GetStoreAppPackage_x.x.xxx.0.zip(以 zip 扩展名结尾)
②进入目录,右击Install.ps1,选择“使用PowerShell运行”
③应用安装脚本将会引导您完成此过程的剩余部分

  • 安装过程中可能遇到的问题
    在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置),Restricted 执行策略不允许任何脚本运行。
    AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
    可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
    powershell -ExecutionPolicy ByPass -File "Install.ps1"

(3)安装参考链接
https://github.com/Coolapk-UWP/Coolapk-UWP

Notes

  1. There are some problems with the download function module and it is being reconstructed. If you encounter problems during use, please click on the link to open and download using your browser.
  2. This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
  3. Installation Procedure
    (1) Install the application using the application installer
    ① Download the latest file GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle (end with the msixbundle extension)
    Open side load model, if you want to develop UWP application, You can open developer mode, For most users who do not need to do UWP development, the developer mode is not necessary
    ③Install all Dependencies that apply to your device in the Dependencies folder
    ④ Install .cer certificates to local computertrusted root Certification Authority. If you do not use this permission when you install the certificate, it may be because you installed the certificate in the wrong location or you are using a super administrator account
    ⑤ Open GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle file and click Install

(2) Use the application installation script to install applications
①Download and extract the latest zip package GetStoreAppPackage_x.x.xxx.0.zip (end with zip extension)
②Go to the directory, right click Install.ps1 and select Run with PowerShell
③Applying the installation script will guide you through the rest of the process

  • Problems that may occur during installation
    When installing an application using Powershell, you may encounter an error that prevents the script from running, causing the application to not install properly. This is because when Windows PowerShell is started on your computer, the execution policy is most likely Restricted (the default setting),restricted execution policy does not allow any scripts to run.
    The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
    You can use the following command to run the script without changing the execution policy (administrator privileges required).
    powershell -ExecutionPolicy ByPass -File "Install.ps1"

(3) Install reference link
https://github.com/Coolapk-UWP/Coolapk-UWP


4.0 版本的计划更新(预计 Windows 应用 SDK 1.6 发布前后完成,9月左右)

1.带回 Store.rg API 的解析商店应用方式,提供多种渠道解析商店应用安装包
2.添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度
3.使用原生 c++ 方式重新构建网页浏览部分
4.重新构建下载管理模块,整合正在下载页面和未完成下载展示页面,使用 Windows 11 22621+ 自带的传递优化替代 Aria2 下载

Planned update for version 4.0 (expected to be completed around the release of Windows App SDK 1.6, around September)

  1. Bring back the Store.rg API to parse Store applications and provide multiple channels to parse store application installation packages
  2. Add Native AOT support to reduce binary distribution and improve application speed
  3. Rebuild the web browsing section using native c++
  4. Rebuild the download management module, integrate the display of downloading page and uncompleted download page, and replace Aria2 download with the delivery optimization that comes with Windows 11 22621+

获取商店应用 3.8.313.0

13 Mar 05:20
Compare
Choose a tag to compare

获取商店应用 3.8.313.0

更新内容

1.升级 Windows 应用 SDK 版本到 1.5.240311000(1.5.1)
2.升级 Microsoft.Windows.SDK.Contracts 版本到 10.0.22621.3233
3.升级 .NET 版本到 8.0.3
3.修复了一些问题

Update contents

  1. Update the Windows SDK version to 1.5.240311000 (1.5.1)
  2. Update the Microsoft.Windows.SDK.Contracts version to 10.0.22621.3233 version
  3. Update the .NET version to 8.0.3 version
  4. Fixed some issues

注意事项

1.下载功能模块目前存在一些问题,正在重构中。如果您在使用过程中遇到问题,请直接点击打开链接,使用浏览器下载。
2.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
3.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle(以 msixbundle 扩展名结尾)
开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies文件夹下的适用于您的设备的所有依赖包
④安装*.cer证书到本地计算机受信任的根证书颁发机构。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle文件,单击安装

(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包GetStoreAppPackage_x.x.xxx.0.zip(以 zip 扩展名结尾)
②进入目录,右击Install.ps1,选择“使用PowerShell运行”
③应用安装脚本将会引导您完成此过程的剩余部分

  • 安装过程中可能遇到的问题
    在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置),Restricted 执行策略不允许任何脚本运行。
    AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
    可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
    powershell -ExecutionPolicy ByPass -File "Install.ps1"

(3)安装参考链接
https://github.com/Coolapk-UWP/Coolapk-UWP

Notes

  1. There are some problems with the download function module and it is being reconstructed. If you encounter problems during use, please click on the link to open and download using your browser.
  2. This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
  3. Installation Procedure
    (1) Install the application using the application installer
    ① Download the latest file GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle (end with the msixbundle extension)
    Open side load model, if you want to develop UWP application, You can open developer mode, For most users who do not need to do UWP development, the developer mode is not necessary
    ③Install all Dependencies that apply to your device in the Dependencies folder
    ④ Install .cer certificates to local computertrusted root Certification Authority. If you do not use this permission when you install the certificate, it may be because you installed the certificate in the wrong location or you are using a super administrator account
    ⑤ Open GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle file and click Install

(2) Use the application installation script to install applications
①Download and extract the latest zip package GetStoreAppPackage_x.x.xxx.0.zip (end with zip extension)
②Go to the directory, right click Install.ps1 and select Run with PowerShell
③Applying the installation script will guide you through the rest of the process

  • Problems that may occur during installation
    When installing an application using Powershell, you may encounter an error that prevents the script from running, causing the application to not install properly. This is because when Windows PowerShell is started on your computer, the execution policy is most likely Restricted (the default setting),restricted execution policy does not allow any scripts to run.
    The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
    You can use the following command to run the script without changing the execution policy (administrator privileges required).
    powershell -ExecutionPolicy ByPass -File "Install.ps1"

(3) Install reference link
https://github.com/Coolapk-UWP/Coolapk-UWP

获取商店应用 3.7.301.0

01 Mar 13:55
Compare
Choose a tag to compare

获取商店应用 3.7.301.0

更新内容

1.升级 Windows 应用 SDK 版本到 1.5.240227000(1.5.0)
2.升级 Microsoft.Windows.SDK.Contracts 版本到 10.0.22621.3233
3.修复了一些问题

Update contents

  1. Upgrade the Windows SDK version to 1.5.240227000 (1.5.0)
  2. Upgrade the Microsoft.Windows.SDK.Contracts version to 10.0.22621.3233 version
  3. Fixed some issues

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,一个是压缩包。
2.安装步骤
(1)使用应用安装程序安装应用
①下载最新的文件GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle(以 msixbundle 扩展名结尾)
开启旁加载模式,如果您想开发UWP应用,您可以开启开发人员模式,对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的
③安装Dependencies文件夹下的适用于您的设备的所有依赖包
④安装*.cer证书到本地计算机受信任的根证书颁发机构。项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
⑤打开GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle文件,单击安装

(2)使用应用安装脚本安装应用
①下载并解压最新的压缩包GetStoreAppPackage_x.x.xxx.0.zip(以 zip 扩展名结尾)
②进入目录,右击Install.ps1,选择“使用PowerShell运行”
③应用安装脚本将会引导您完成此过程的剩余部分

  • 安装过程中可能遇到的问题
    在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置),Restricted 执行策略不允许任何脚本运行。
    AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
    可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
    powershell -ExecutionPolicy ByPass -File "Install.ps1"

(3)安装参考链接
https://github.com/Coolapk-UWP/Coolapk-UWP

Notes

  1. This version will still provide two files. One is the msixbundle installation package and the other is the compression package.
  2. Installation Procedure
    (1) Install the application using the application installer
    ① Download the latest file GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle (end with the msixbundle extension)
    Open side load model, if you want to develop UWP application, You can open developer mode, For most users who do not need to do UWP development, the developer mode is not necessary
    ③Install all Dependencies that apply to your device in the Dependencies folder
    ④ Install .cer certificates to local computertrusted root Certification Authority. If you do not use this permission when you install the certificate, it may be because you installed the certificate in the wrong location or you are using a super administrator account
    ⑤ Open GetStoreAppPackage_x.x.xxx.0_x86_x64_arm64.msixbundle file and click Install

(2) Use the application installation script to install applications
①Download and extract the latest zip package GetStoreAppPackage_x.x.xxx.0.zip (end with zip extension)
②Go to the directory, right click Install.ps1 and select Run with PowerShell
③Applying the installation script will guide you through the rest of the process

  • Problems that may occur during installation
    When installing an application using Powershell, you may encounter an error that prevents the script from running, causing the application to not install properly. This is because when Windows PowerShell is started on your computer, the execution policy is most likely Restricted (the default setting),restricted execution policy does not allow any scripts to run.
    The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
    You can use the following command to run the script without changing the execution policy (administrator privileges required).
    powershell -ExecutionPolicy ByPass -File "Install.ps1"

(3) Install reference link
https://github.com/Coolapk-UWP/Coolapk-UWP

获取商店应用 3.6.223.0 元宵版本

23 Feb 14:16
Compare
Choose a tag to compare

获取商店应用 3.6.223.0

更新内容

1.升级 Windows 应用 SDK 版本到 1.4.240211001(1.4.5)
2.升级 .NET 版本到 8.0.2
3.添加了导航项固定到开始屏幕可以快速启动的右键菜单
4.修复了从 Microsoft Store 获取非打包应用返回空数据的问题
5.修复了 Windows 10 固定任务栏失败的问题
6.修复了控制台程序部分字符串显示不正确的问题
7.修复了其他问题

Update contents

  1. Upgrade the Windows App SDK version to 1.4.240211001 (1.4.5)
  2. Upgrade the.NET version to 8.0.2
  3. Add a shortcut menu that fixes navigation items to the start screen for quick launch
  4. Fixed an issue where empty data was returned from unpackaged apps obtained from the Microsoft Store
  5. Fixed Windows 10 pin to taskbar failure
  6. Fixed an issue where some strings in the console program were displayed incorrectly
  7. Other issues fixed

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
3.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)

powershell -ExecutionPolicy ByPass -File "Install.ps1"

Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).

powershell -ExecutionPolicy ByPass -File "Install.ps1"

获取商店应用 3.5.209.0 春节版本

09 Feb 10:51
Compare
Choose a tag to compare

获取商店应用 3.5.209.0

更新内容

1.升级 Windows SDK 版本到 10.0.22621.33
2.升级Microsoft.Windows.CsWinRT版本到 2.0.7
3.修复了当创建多个下载任务时,打开下载页面会导致应用异常退出的问题
4.修复了一些其他问题

Update contents

  1. Upgrade the Windows SDK version to 10.0.22621.33
  2. To upgrade Microsoft. Windows. The CsWinRT version to 2.0.7
  3. Fixed an issue that when multiple download tasks were created, the application would exit abnormally when the download page was opened
  4. Fixed some other issues

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
3.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)

powershell -ExecutionPolicy ByPass -File "Install.ps1"

Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).

powershell -ExecutionPolicy ByPass -File "Install.ps1"

祝大家新的一年里身体健康,万事如意,心想事成
龙年大吉
Sincerely 怡飞

获取商店应用 3.4.127.0

27 Jan 13:02
Compare
Choose a tag to compare

获取商店应用 3.4.127.0

更新内容

1.修复了任务栏窗口右键菜单不能弹出的问题
2.修复了窗口最大化可以意外拖动窗口边缘修改窗口大小的问题
3.修复了点击应用复制按钮(复制内容到剪贴板)导致应用异常退出的问题

Update contents

  1. Fixed an issue where the right click menu in the taskbar window could not pop up
  2. Fixed an issue where the window maximizer could accidentally drag the window edge to modify the window size
  3. Fixed an issue where clicking the app Copy button (copy content to clipboard) caused the app to exit abnormally

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
3.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)

powershell -ExecutionPolicy ByPass -File "Install.ps1"

Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).

powershell -ExecutionPolicy ByPass -File "Install.ps1"

获取商店应用 3.3.110.0

10 Jan 02:15
Compare
Choose a tag to compare

获取商店应用 3.3.110.0

更新内容

1.升级 Windows 应用 SDK 版本到 1.4.231219000
2.升级 Microsoft.WindowsPackageManager.ComInterop 版本到 1.7.10091-preview
3.升级 .NET 版本到 8.0.1
4.修复了WinGet 程序包页面的布局问题
5.修复了微软商店页面的历史纪录存储问题
6.修复了其他问题

Update contents

  1. Upgrade the Windows SDK to 1.4.231219000
  2. The upgrade Microsoft.WindowsPackageManager.Com Interop version to 1.7.10091-preview
  3. Upgrade the.NET version to 8.0.1
  4. Fixed the WinGet package manager page layout issue
  5. Fixed history storage issue on Microsoft Store page
  6. Other issues fixed

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
3.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)

powershell -ExecutionPolicy ByPass -File "Install.ps1"

Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).

powershell -ExecutionPolicy ByPass -File "Install.ps1"

获取商店应用 3.2.101.0 新年版本

01 Jan 05:54
Compare
Choose a tag to compare

获取商店应用 3.2.101.0

更新内容

1.修复了 Windows 10 系统下的一些遗留 bug (#10)
2.旧的应用包签名证书已过期,已更新应用包的签名证书

Update contents

  1. Repair the Windows 10 system under some legacy bug (#10)
  2. The old application package signing certificate has expired. The application package signing certificate has been updated. Procedure

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
3.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)

powershell -ExecutionPolicy ByPass -File "Install.ps1"

Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).

powershell -ExecutionPolicy ByPass -File "Install.ps1"

新年快乐 (Happy New Year)

获取商店应用 3.1.1225.0 圣诞版本

25 Dec 13:35
Compare
Choose a tag to compare

获取商店应用 3.1.1225.0

更新内容

1.重新构建了GetStoreAppWebView应用(使用 WinUI3 islands 和 WPF 构建)
2.重新构建了应用内通知的样式
3.重新实现了应用管理——应用信息页面的固定到任务栏的行为
4.修复了一些已知问题

Update contents

  1. Rebuilt the GetStoreAppWebView application (built with WinUI3 islands and WPF)
  2. Restructured the style of in-app notifications
  3. Re-implemented the application management -- the behavior of fixing the application information page to the task bar
  4. Fixed some known issues

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)

powershell -ExecutionPolicy ByPass -File "Install.ps1"

Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).

powershell -ExecutionPolicy ByPass -File "Install.ps1"

获取商店应用 3.0.1117.0

17 Nov 10:29
Compare
Choose a tag to compare

获取商店应用 3.0.1117.0

更新内容

1.更新 Windows 应用 SDK 版本到1.4.3(1.4.231115000)
2.更新 Mile.Aria2 版本到 1.0.230
3.升级到.NET8正式版
4.微软商店内容调整,新增加查询应用链接和搜索应用功能
5.新增加检查商店应用更新功能
6.恢复之前删除的网页接口
7.删除历史记录页面
8.应用界面微调,更符合 Windows 11 美观
9.修复了一些已知问题

Update contents

  1. Update Windows App SDK version to 1.4.3 (1.4.231115000)
  2. Update the Mile.Aria2 version to 1.0.230
  3. Upgrade to .NET8 stable
  4. The content of the Microsoft Store has been adjusted, and the functions of querying app links and searching apps have been added
  5. Added the ability to check for app updates in the store
  6. Restore the previously deleted web interface
  7. Delete the history page
  8. Application interface fine-tuning, more in line with Windows 11 aesthetic
  9. Fixed some known issues

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)

powershell -ExecutionPolicy ByPass -File "Install.ps1"

Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).

powershell -ExecutionPolicy ByPass -File "Install.ps1"