Skip to content

Releases: Gaoyifei1011/GetStoreApp

获取商店应用 5.0.905.0

05 Sep 14:32
Compare
Choose a tag to compare

获取商店应用 5.0.905.0

更新内容

1.升级 Windows App SDK 到 1.6.240829007 版本
2.添加 Native AOT 支持,应用启动速度更快,体积更小
3.修复了一些已知问题

Update contents
1.Upgrade the Windows App SDK to 1.6.240829007 version
2. Add Native AOT support for faster application startup and smaller size
3. Fixed some known 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.The download history section has been reconstructed, and the download history will be cleared after applying the update. If a large number of download records remain locally, please check them before updating.
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


后续版本的计划更新

1.添加应用更新和 WinGet 应用更新小控件支持

Updates are planned for subsequent releases
1.Add application update and WinGet Application update widget support

获取商店应用 4.6.816.0-Preview

16 Aug 07:24
Compare
Choose a tag to compare
Pre-release

获取商店应用 4.6.816.0-Preview

更新内容

1.修复一些场景下阿拉伯语文本书写方向错误的问题
2.升级 Windows App SDK 到 1.6.240807006-preview1 版本
3.升级 WebView2 SDK 到 1.0.2651.64 版本
4.升级 .NET SDK 到 9.0.0-preview 7 版本
5.功能与 4.5.816.0 版本相同,这个版本采用 AOT 方式编译,启动运行速度更快

Update contents

1.Fixed an issue where Arabic books were written in the wrong direction in some scenarios
2.Upgrade the Windows App SDK to 1.6.240807006-preview1 version
3.Upgrade the WebView2 SDK to 1.0.2651.64 version
4.Upgrade the.NET SDK to 9.0.0-preview 7 version
5.The functions are the same as version 4.5.816.0. This version is compiled in AOT mode, which is faster to start and run


注意事项

1.下载记录部分已经重构,应用更新后下载记录会清空,如果本地留存大量的下载记录,更新前请注意查看。
2.这个版本由于是预览版本,需要的 Windows 应用 SDK 库需要独立安装,故只提供压缩包
3.预览版本功能不稳定,如果您在使用过程中遇到问题,请回退到稳定版本
4.安装步骤
(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. The download history section has been reconstructed, and the download history will be cleared after applying the update. If a large number of download records remain locally, please check them before updating.
  2. Since this version is a preview version, the required Windows application SDK library needs to be installed independently, so only the compressed package is provided.
  3. The preview version is unstable. If you encounter problems during use, please roll back to the stable version
  4. 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


后续版本的计划更新

添加应用更新和 WinGet 应用更新小控件支持

Updates are planned for subsequent releases
Add application update and WinGet Application update widget support

获取商店应用 4.5.816.0

16 Aug 07:31
Compare
Choose a tag to compare

获取商店应用 4.5.816.0

更新内容

1.修复一些场景下阿拉伯语文本书写方向错误的问题
2.升级 Windows App SDK 到 1.6.240807006-preview1 版本
3.升级 WebView2 SDK 到 1.0.2651.64 版本
4.升级 .NET SDK 到 9.0.0-preview 7 版本

Update contents
1.Fixed an issue where Arabic books were written in the wrong direction in some scenarios
2.Upgrade the Windows App SDK to 1.6.240807006-preview1 version
3.Upgrade the WebView2 SDK to 1.0.2651.64 version
4.Upgrade the.NET SDK to 9.0.0-preview 7 version
5.The functions are the same as version 4.5.816.0. This version is compiled in AOT mode, which is faster to start and run


注意事项

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. The download history section has been reconstructed, and the download history will be cleared after applying the update. If a large number of download records remain locally, please check them before updating.
  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


后续版本的计划更新

1.添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度(预计 Windows 应用 SDK 1.6 发布前后完成,9月左右)
2.添加应用更新和 WinGet 应用更新小控件支持

Updates are planned for subsequent releases

  1. Add support for Native AOT, reduce binary distribution, and improve application running speed (It is expected to be completed around the release of Windows application SDK 1.6, around September)
  2. Add application update and WinGet Application update widget support

获取商店应用 4.5.813.0-Preview

13 Aug 12:51
Compare
Choose a tag to compare
Pre-release

获取商店应用 4.5.813.0-Preview

更新内容

1.添加阿拉伯语支持 (感谢 #17)
2.功能与 4.4.813.0 版本相同,这个版本采用 AOT 方式编译,启动运行速度更快

Update contents

  1. Add the Arabic language support (thanks #17)
  2. The functions are the same as 4.4.813.0. This version is compiled in AOT mode, which is faster tin start and run

注意事项

1.下载记录部分已经重构,应用更新后下载记录会清空,如果本地留存大量的下载记录,更新前请注意查看。
2.这个版本由于是预览版本,需要的 Windows 应用 SDK 库需要独立安装,故只提供压缩包
3.预览版本功能不稳定,如果您在使用过程中遇到问题,请回退到稳定版本
4.安装步骤
(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. The download history section has been reconstructed, and the download history will be cleared after applying the update. If a large number of download records remain locally, please check them before updating.
  2. Since this version is a preview version, the required Windows application SDK library needs to be installed independently, so only the compressed package is provided.
  3. The preview version is unstable. If you encounter problems during use, please roll back to the stable version
  4. 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


后续版本的计划更新

添加应用更新和 WinGet 应用更新小控件支持

Updates are planned for subsequent releases
Add application update and WinGet Application update widget support

获取商店应用 4.4.813.0

13 Aug 12:41
Compare
Choose a tag to compare

获取商店应用 4.4.813.0

更新内容

1.添加阿拉伯语支持 (感谢 #17)
2.修复了一些已知问题

Update contents

  1. Add the Arabic language support (thanks #17)
  2. Fixed some known 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. The download history section has been reconstructed, and the download history will be cleared after applying the update. If a large number of download records remain locally, please check them before updating.
  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


后续版本的计划更新

1.添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度(预计 Windows 应用 SDK 1.6 发布前后完成,9月左右)
2.添加应用更新和 WinGet 应用更新小控件支持

Updates are planned for subsequent releases

  1. Add support for Native AOT, reduce binary distribution, and improve application running speed (It is expected to be completed around the release of Windows application SDK 1.6, around September)
  2. Add application update and WinGet Application update widget support

获取商店应用 4.4.804.0-Preview

04 Aug 14:15
Compare
Choose a tag to compare
Pre-release

获取商店应用 4.4.804.0-Preview

更新内容

1.更新 CsWinRT 到 2.1.0-prerelease.240801.1 版本
2.功能与 4.3.802.0 版本相同,这个版本采用 AOT 方式编译,启动运行速度更快
3.更新 Windows 应用 SDK 到 1.6.240701003-experimental2 版本
4.修复了一些已知问题

Update contents

  1. Update CsWinRT to 2.1.0-prerelease.240801.1 version
  2. The functions are the same as 4.3.802.0. This version is compiled in AOT mode, which is faster tin start and run
  3. Update the Windows App SDK to 1.6.240701003-experimental2 version
  4. Fixed some known issues

注意事项

1.下载记录部分已经重构,应用更新后下载记录会清空,如果本地留存大量的下载记录,更新前请注意查看。
2.这个版本由于是预览版本,需要的 Windows 应用 SDK 库需要独立安装,故只提供压缩包
3.预览版本功能不稳定,如果您在使用过程中遇到问题,请回退到稳定版本
4.安装步骤
(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. The download history section has been reconstructed, and the download history will be cleared after applying the update. If a large number of download records remain locally, please check them before updating.
  2. Since this version is a preview version, the required Windows application SDK library needs to be installed independently, so only the compressed package is provided.
  3. The preview version is unstable. If you encounter problems during use, please roll back to the stable version
  4. 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


后续版本的计划更新

1.添加应用更新和 WinGet 应用更新小控件支持

Updates are planned for subsequent releases

  1. Add application update and WinGet Application update widget support

获取商店应用 4.3.802.0

02 Aug 03:21
Compare
Choose a tag to compare

获取商店应用 4.3.802.0

更新内容

1.更新 CsWinRT 版本到 2.0.8 版本
2.更新 Microsoft.WindowsPackageManager.ComInterop 版本到 1.8.1911 版本
3.更新网页浏览器到 UWP 模式,启动速度更快
4.修复了一些已知问题

Update contents

  1. Update CsWinRT to 2.0.8 version
  2. Update the Microsoft.WindowsPackageManager.ComInterop to 1.8.1911 version
  3. Update the web browser to UWP mode for faster startup
  4. Fixed some known 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. The download history section has been reconstructed, and the download history will be cleared after applying the update. If a large number of download records remain locally, please check them before updating.
  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


后续版本的计划更新

1.添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度(预计 Windows 应用 SDK 1.6 发布前后完成,9月左右)
2.添加应用更新和 WinGet 应用更新小控件支持

Updates are planned for subsequent releases

  1. Add support for Native AOT, reduce binary distribution, and improve application running speed (It is expected to be completed around the release of Windows application SDK 1.6, around September)
  2. Add application update and WinGet Application update widget support

获取商店应用 4.2.710.0

10 Jul 03:09
Compare
Choose a tag to compare

获取商店应用 4.2.710.0

更新内容

1.更新 Microsoft.WindowsAppSDK 版本到 1.5.240627000(1.5.5) 版本
2.更新了日志记录存储方式,使用 Windows 日志记录(ETL)来记录应用程序日志
3.添加了传递优化状态检测
4.修复了工具提示内容不能完全显示的 bug
5.修复了其他已知问题

Update contents

  1. Update the Microsoft.WindowsAppSDK version to 1.5.240627000 (1.5.5)
  2. Updated logging storage to use Windows Logging (ETL) for application logging
  3. Added delivery optimization status detection
  4. Fixed the bug that the tooltip content could not be displayed completely
  5. Fixes other known 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. The download history section has been reconstructed, and the download history will be cleared after applying the update. If a large number of download records remain locally, please check them before updating.
  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


后续版本的计划更新

1.添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度(预计 Windows 应用 SDK 1.6 发布前后完成,9月左右)
2.添加应用更新和 WinGet 应用更新小控件支持

Updates are planned for subsequent releases

  1. Add support for Native AOT, reduce binary distribution, and improve application running speed (It is expected to be completed around the release of Windows application SDK 1.6, around September)
  2. Add application update and WinGet Application update widget support

获取商店应用 4.1.612.0

12 Jun 01:51
Compare
Choose a tag to compare

获取商店应用 4.1.612.0

更新内容

1.更新 Microsoft.WindowsAppSDK 版本到 1.5.240607001(1.5.4) 版本
2.修复了关于页面和任务栏小窗右键菜单主题显示错误的 bug

Update contents

  1. Update the Microsoft.WindowsAppSDK version to 1.5.240607001(1.5.4)
  2. Fixed a bug about the page and taskbar small window right-click menu theme display error

注意事项

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. The download history section has been reconstructed, and the download history will be cleared after applying the update. If a large number of download records remain locally, please check them before updating.
  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


后续版本的计划更新

1.添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度(预计 Windows 应用 SDK 1.6 发布前后完成,9月左右)
2.添加应用更新和 WinGet 应用更新小控件支持

Updates are planned for subsequent releases

  1. Add support for Native AOT, reduce binary distribution, and improve application running speed (It is expected to be completed around the release of Windows application SDK 1.6, around September)
  2. Add application update and WinGet Application update widget support

获取商店应用 4.0.601.0

01 Jun 14:34
Compare
Choose a tag to compare

获取商店应用 4.0.601.0

更新内容

1.更新下载管理页面,并整合下载中和未完成部分
2.移除 Mile.Aria2 下载服务,新增系统内置的传递优化和后台智能传输服务
3.带回 Store.rg 获取商店应用方式,并添加可以切换查询应用链接方式设置选项
4.更新了 WinGet 任务管理窗口样式
5.更新了网页浏览器图标
6.更新应用扩展器控件样式
7.更新了文件信息窗口样式
8.移除设置实验性选项
9.更新了应用的列表控件,提升应用整体性能
10.更新 Microsoft.WindowsPackageManager.ComInterop 版本到 1.7.11261 版本
11.修复了管理员模式不能选择文件夹的bug
12.升级 .NET SDK 到 9.0.0 版本(预览版)
13.更新了历史记录和下载记录存储方式
14.修复了应用更新页面错误代码显示异常的问题
15.修复了其他已知问题

Update contents

  1. Update the download management page, and integrate the downloaded and unfinished parts
  2. Remove the Mile.Aria2 download service and add built-in transmission optimization and background intelligent transmission services
  3. Bring back store. rg to obtain the Store application mode, and add the option to switch the query application link mode
  4. Updated WinGet Task management window style
  5. Updated the web browser icon
  6. Update the style of the application extender control
  7. Updated the file information window style
  8. Remove the Settings Experimental option
  9. Updated the application list control to improve the overall application performance
  10. Update the Microsoft.WindowsPackageManager.ComInterop version to 1.7.11261 version
  11. Fixed a bug where the folder could not be selected in administrator mode
  12. Upgrade.NET SDK to version 9.0.0 (preview)
  13. Updated how history and download history are stored
  14. Fixed an issue where application update page error code was displayed abnormally
  15. Other known issues were fixed

注意事项

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. The download history section has been reconstructed, and the download history will be cleared after applying the update. If a large number of download records remain locally, please check them before updating.
  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


后续版本的计划更新

1.添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度(预计 Windows 应用 SDK 1.6 发布前后完成,9月左右)
2.添加应用更新和 WinGet 应用更新小控件支持

Updates are planned for subsequent releases

  1. Add support for Native AOT, reduce binary distribution, and improve application running speed (It is expected to be completed around the release of Windows application SDK 1.6, around September)
  2. Add application update and WinGet Application update widget support