引用
使用 Windows安装程序数据库架构 200或更高。指定
2.0版是安装程序的最低版本
通过将页面计数摘要属性设置为
Integer 200。早期的Windows安装程序版本拒绝尝试
安装64位软件包。对于ARM64平台上的64位包装,
Windows安装程序数据库模式必须为500或更高。
什么是“ Windows Installer数据库架构”?在
200
, 500的含义是什么
, 501
?
Quote
Use a Windows Installer database schema of 200 or higher. Specify that
version 2.0 is the minimum version of the installer required to
install the package by setting the Page Count Summary property to the
integer 200. Earlier Windows Installer versions reject attempts to
install 64-bit packages. For 64-bit packages on the Arm64 platform,
the Windows Installer database schema must be 500 or higher.
What is " Windows Installer database schema"? in context of https://learn.microsoft.com/en-us/windows/win32/msi/using-64-bit-windows-installer-packages
What is the meaning of 200
, 500
, 501
?
发布评论
评论(2)
Windows Installer数据库架构是您的安装程序包所需的最小Windows安装程序版本。对于Windows Installer 2.0,架构值为200。对于Windows Installer 5.0,架构值应为500。
如果用户系统的Windows安装程序比安装程序中指定的更早的Windows安装程序版本,则将显示错误并退出。
Windows Installer database schema is minimum Windows Installer version that is required by your installation package. For a windows installer 2.0, schema value is 200. For windows installer 5.0, schema value should be 500.
If user's system has Windows installer version earlier than the specified in installer, it will display the error and exits.
您可以在
You can see database schema at https://learn.microsoft.com/en-us/windows/win32/msi/database-tables