win10安装appx工具_如何在Windows 10上安装.Appx或.AppxBundle软件

win10安装appx工具

win10安装appx工具

Microsoft’s new Universal Windows Platform applications use the .Appx or .AppxBundle file format. They’re normally installed from the Windows Store, but Windows 10 allows you to sideload Appx packages from anywhere.

Microsoft的新通用Windows平台应用程序使用.Appx或.AppxBundle文件格式。 它们通常是从Windows应用商店中安装的,但是Windows 10 允许您从任何地方侧面加载Appx软件包

Like other software, you should only install .Appx or .AppxBundle packages from sources you trust.

与其他软件一样,您应该仅从信任的来源安装.Appx或.AppxBundle软件包。

什么是.Appx或.AppxBundle? (What’s an .Appx or .AppxBundle?)

New Windows 10 “Universal apps” or “Universal Windows Platform” apps are distributed in .Appx or .AppxBundle files. These are application packages that include the name, description, and permissions of an app along with the application’s binaries. Windows can install and uninstall these packages in a standard fashion, so developers don’t have to write their own installers. Windows can handle everything in a consistent way, allowing it to cleanly uninstall applications with no leftover registry entries.

新的Windows 10“通用应用程序”或“通用Windows平台”应用程序以.Appx或.AppxBundle文件分发。 这些是应用程序包,其中包括应用程序的名称,描述和权限以及应用程序的二进制文件。 Windows可以以标准方式安装和卸载这些软件包,因此开发人员不必编写自己的安装程序。 Windows可以以一致的方式处理所有事情,从而允许它干净地卸载应用程序而没有剩余的注册表项。

If a developer makes a .Appx program, you normally don’t download and install it directly. Instead, you visit the Windows Store, search for the program you want to install, and download it from the Store. All software in the Windows Store is in .Appx or .AppxBundle format behind the scenes.

如果开发人员制作了.Appx程序,则通常不直接下载并安装它。 相反,您访问Windows应用商店,搜索要安装的程序,然后从应用商店下载该程序。 Windows应用商店中的所有软件在后台都是.Appx或.AppxBundle格式。

In some cases, you may need to install a .Appx or .AppxBundle package from outside the Store. For example, your workplace may provide an application you need in .Appx format, or you may be a developer who needs to test your own software before uploading it to the Store.

在某些情况下,您可能需要从商店外部安装.Appx或.AppxBundle软件包。 例如,您的工作场所可能以.Appx格式提供您需要的应​​用程序,或者您可能是需要在将其上传到商店之前测试自己的软件的开发人员。

第一:启用侧载 (First: Enable Sideloading)

You can only install .Appx or .AppxBundle software if sideloading is enabled on your Windows 10 device. Sideloading is enabled by default starting with the November Update, but sideloading may be disabled by company policy on some devices.

如果在Windows 10设备上启用了侧面加载,则只能安装.Appx或.AppxBundle软件。 从11月更新开始,默认情况下会启用侧载,但是某些公司的公司政策可能会禁用侧载。

To check if sideloading is enabled, head to Settings > Update & Security > For Developers. Ensure the setting here is set to either “Sideload apps” or “Developer mode”. If it’s set to “Windows Store apps”, you won’t be able to install .Appx or .AppxBundle software from outside the Windows Store.

要检查是否启用了旁加载,请转到设置>更新和安全性>对于开发人员。 确保此处的设置设置为“ Sideload应用程序”或“开发人员模式”。 如果将其设置为“ Windows Store应用程序”,则将无法从Windows Store外部安装.Appx或.AppxBundle软件。

If this option is set to “Windows Store apps” and you enable sideloading, Windows will warn that apps you install could expose your device and data, or harm your PC. It’s like installing normal Windows software: You should only install software from sources you trust.

如果将此选项设置为“ Windows Store应用程序”并且启用了侧载,则Windows将警告您安装的应用程序可能会暴露您的设备和数据,或损害您的PC。 就像安装普通的Windows软件一样:您应该仅从信任的来源安装软件。

如何使用图形安装程序安装.Appx软件包 (How to Install an .Appx Package Using the Graphical Installer)

On Windows 10’s Anniversary Update, Microsoft added a new “App Installer” tool that allows you to install .Appx or .AppxBundle applications graphically. To install them, just double-click a .Appx or .AppxBundle package.

Windows 10的周年更新中 ,Microsoft添加了一个新的“ App Installer”工具,该工具可让您以图形方式安装.Appx或.AppxBundle应用程序。 要安装它们,只需双击.Appx或.AppxBundle程序包。

You’ll be shown information about the .Appx package, including the name, publisher, version number, and an icon provided by the developer. To install the package, click the “Install” button.

将显示有关.Appx包的信息,包括名称,发布者,版本号和开发人员提供的图标。 要安装软件包,请单击“安装”按钮。

如何使用PowerShell安装.Appx软件包 (How to Install an .Appx Package With PowerShell)

Windows 10 also includes PowerShell cmdlets you can use to install an .Appx package. The cmdlet offers more features than the App Installer tool, such as the ability to point Windows at a dependency path that contains other packages the .Appx package needs.

Windows 10还包括可用于安装.Appx程序包的PowerShell cmdlet。 该cmdlet提供了比App Installer工具更多的功能,例如,将Windows指向包含.Appx程序包需要的其他程序包的依赖关系路径的功能。

To install an Appx package with PowerShell, first open a PowerShell window. You can search the Start menu for “PowerShell” and launch the PowerShell shortcut to open one. You don’t need to launch it as Administrator, as .Appx software is just installed for the current user account.

要使用PowerShell安装Appx软件包,请首先打开PowerShell窗口。 您可以在“开始”菜单中搜索“ PowerShell”,然后启动PowerShell快捷方式以打开一个。 您无需以管理员身份启动它,因为仅为当前用户帐户安装了.Appx软件。

To install an Appx package, run the following cmdlet, pointing it at the path to the .Appx file on your system:

若要安装Appx软件包,请运行以下cmdlet,将其指向系统上.Appx文件的路径:

Add-AppxPackage -Path "C:\Path\to\File.Appx"

For more advanced usage options, consult Microsoft’s Add-AppxPackage documentation.

有关更多高级用法选项,请参阅Microsoft的Add-AppxPackage文档

如何使用PowerShell安装未打包的应用程序 (How to Install an Unpackaged App With PowerShell)

If you’re developing your own software, the above cmdlet won’t be ideal for you. It will only install properly signed applications, but you don’t necessarily want to sign your application while developing it.

如果您正在开发自己的软件,则上述cmdlet将不是您的理想选择。 它只会安装经过正确签名的应用程序,但在开发应用程序时您不一定要对其签名。

That’s why there’s an alternate way to install Appx software. This only works with apps left in “unpackaged” form. The Desktop App Converter also creates both an unpackaged app, which you can install using the below command, and the final .Appx application package.

这就是为什么有另一种方法来安装Appx软件。 这仅适用于以“未打包”形式保留的应用程序。 Desktop App Converter还创建了未打包的应用程序(您可以使用以下命令安装)以及最终的.Appx应用程序包。

To do this, you’ll need to open a PowerShell window as Administrator. Afterwards, run the following command, pointing Windows at the “AppxManifest.xml” file in the unpackaged app’s directory:

为此,您需要以管理员身份打开PowerShell窗口。 然后,运行以下命令,将Windows指向未打包应用程序目录中的“ AppxManifest.xml”文件:

Add-AppxPackage -Path C:\Path\to\AppxManifest.xml -Register

The application will be registered with the system in developer mode, effectively installing it.

该应用程序将以开发人员模式在系统中注册,从而有效地安装它。

To uninstall an AppX package, just right-click the application in the Start menu and select “Uninstall”. You can also use the Remove-AppxPackage cmdlet in PowerShell.

要卸载AppX软件包,只需在开始菜单中右键单击该应用程序,然后选择“卸载”。 您也可以在PowerShell中使用Remove-AppxPackage cmdlet

翻译自: https://www.howtogeek.com/285410/how-to-install-.appx-or-.appxbundle-software-on-windows-10/

win10安装appx工具

  • 1
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
1、支持安装扩展名为appx、appxbundle离线安装包,支持安装lic许可证。 2、支持部署到所有用户,包括新建的用户(首次登录的用户帐户部分软件需要注销后重新登录才会安装)。 3、支持开发者许可证的获取查询和删除。 4、已设置应用包卸载功能不影响当前登录用户已安装的商店应用。 5、支持windows 8(最多只能部署25款软件,只能安装appx包)/8.1(没有听到部署限制的消息,经测试 至少能部署30款以上!)如果是封装到映像中最多只能设置24个应用程序。支持脱机系统映像中的应用程序 的部署和卸载。 6、支持64位系统商店应用的安装和卸载。 7、支持关联文件,双击安装到当前用户。 8、支持独立安装卸载(保留系统中的tokens列表)删除(不保留系统中的tokens列表)Lic许可证。 9、支持App应用下载地址捕获功能。 10、强大的用户已安装应用的查看和卸载、清理、修复,让你轻松管理商店应用。 11、支持批量安装和卸载(含已设置应用包卸载),从此安装卸载商店应用省时又省力。 12、支持安装修复已解压到WindowsApps目录的应用包。 13、支持自动打包并签名扩展名为appx、appxbundle离线安装包。 14、采用全新自签名证书签名,并支持重制appx安装包。 15、支持创建自签名证书,自定义发部者和签名。 16、支持独立对包签名. 17、支持恢复商店应用默认配置功能. 18、支持破解Windows8商店许可证.
### 回答1: Win10 LTSC(长期服务分支)是Windows 10的一个版本,相对于其他版本来说,具有更长的支持周期和更稳定的性能。而Ubuntu 20.04.2020.424.0_x64.appx是Ubuntu操作系统的一个版本,适用于64位系统。 要在Win10 LTSC上手动安装Ubuntu 20.04.2020.424.0_x64.appx,可以按照以下步骤进行操作: 1. 首先,确保你已经下载了Ubuntu 20.04.2020.424.0_x64.appx文件,并将其保存到你的计算机上。 2. 打开Windows 10 LTSC的开始菜单,找到设置(齿轮图标),点击打开。 3. 在设置界面中,选择“应用”选项,然后在左侧选择“应用和功能”子菜单。 4. 在“应用和功能”页面中,找到并点击“可选功能”按钮。 5. 在“可选功能”页面中,点击“添加一个功能”按钮。 6. 在弹出的窗口中,找到并选择“Windows Subsystem for Linux”选项,然后点击“安装”按钮。 7. 安装完成后,关闭“可选功能”页面。 8. 在开始菜单中,找到并打开“Microsoft Store”。 9. 在Microsoft Store搜索栏中,输入“Ubuntu”。 10. 在搜索结果中,找到并点击“Ubuntu 20.04 LTS”应用。 11. 在Ubuntu 20.04 LTS页面中,点击“获取”按钮,然后等待应用下载和安装完成。 12. 下载和安装完成后,你可以在开始菜单中找到“Ubuntu 20.04 LTS”应用,并通过它来访问和使用Ubuntu操作系统。 需要注意的是,安装Ubuntu操作系统需要一定的硬件要求和空间,并且建议在安装前备份重要的数据。此外,安装过程可能需要一些时间和网络连接,因此请确保你的计算机正常联网。 希望以上步骤对你有帮助,如果还有其他问题,请随时提问。 ### 回答2: 要在Win10 LTSC上手动安装Ubuntu_2004.2020.424.0_x64.appx,你可以按照以下步骤进行操作: 1. 首先,确保你已经下载了Ubuntu_2004.2020.424.0_x64.appx文件,并将其保存在一个易于访问的位置,比如桌面上。 2. 在Win10的开始菜单中搜索并打开“PowerShell”(也可以使用“命令提示符”)。 3. 在打开的PowerShell窗口中,输入以下命令,并按下回车键: ```shell Add-AppxPackage -Path C:\Users\YourUsername\Desktop\Ubuntu_2004.2020.424.0_x64.appx ``` 注意替换上述命令中的“YourUsername”为你的Windows用户名,并根据你实际保存文件的位置进行路径调整。 4. 执行上述命令后,系统将开始安装Ubuntu_2004.2020.424.0_x64.appx应用程序包。等待安装完成。 5. 安装完成后,你可以在开始菜单中搜索并找到已安装的Ubuntu应用程序,或者在Windows设置中的应用程序列表中找到它。 通过按照上述步骤,在Win10 LTSC上手动安装Ubuntu_2004.2020.424.0_x64.appx,你应该能够成功安装该应用程序并开始使用Ubuntu。 ### 回答3: 首先,Win10 LTSC是Windows 10 Enterprise LTSC版本,它是一种针对特定环境需求的长期服务分支。而Ubuntu 20.04 LTS是Linux操作系统的一个版本,它提供了新的功能、改进和安全性。 要手动安装Ubuntu 20.04.2020.424.0_x64.appx应用程序,你需要进行以下步骤: 1. 在你的Win10 LTSC上打开一个浏览器,然后前往Ubuntu官方网站下载页面。 2. 在下载页面上,找到并点击下载Ubuntu 20.04.2020.424.0_x64.appx应用程序的链接。 3. 下载完成后,找到已下载的.appx文件,可能会在"下载"文件夹中。 4. 右键点击.appx文件,选择"以管理员身份运行"选项。 5. 你将会看到一个安装向导窗口,按照提示点击"下一步"进行安装。 6. 在安装过程中,你可能需要同意许可协议和选择安装位置。 7. 等待安装完成,这可能需要一段时间。 8. 当安装完成后,你可以在开始菜单中找到刚刚安装的Ubuntu应用程序。 通过这些步骤,你应该能够成功地手动安装Ubuntu 20.04.2020.424.0_x64.appx应用程序在Win10 LTSC上。请注意,这只是一种简单的安装方法,具体步骤可能因使用的系统版本和软件具体版本而有所不同。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值