如何在安装程序中判断操作系统是否是64位 inno

[Setup]
; 开启64位模式
ArchitecturesInstallIn64BitMode=x64

[Run]

;根据是否是64位进行不同的操作
Filename: "..."; Check: Is64BitInstallMode
Filename: "..."; Check: not Is64BitInstallMode

posted @ 2014-12-01 18:51  Max Woods  阅读(581)  评论(0编辑  收藏  举报