Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道如何为基于Inno Setup的安装程序执行此操作,但是其余的呢?
谢谢。
和MsiEnumProducts的组合应该允许您获得 MSI 安装程序包中可用的所有功能。例如,如果您不想考虑可选功能,则根据您想要实现的基本目标,您可能必须应用过滤器。MsiEnumFeaturesMsiGetFeatureCost
MsiEnumProducts
MsiEnumFeatures
MsiGetFeatureCost