【发布时间】:2016-10-27 19:01:38
【问题描述】:
下面的代码很好地显示了两个组件。 如果我选择“服务器”组件,则应取消选中“客户端”组件。 如果我选择“客户端”组件,则应该取消选中“服务器”组件。
你能告诉我该怎么做吗?
[Files]
Source: "C:\MAEK\bin\MAEK\*.exe"; DestDir: "{app}\bin\"; Flags: ignoreversion ; Components: Server
Source: "C:\MAEK\bin\MAEK\*.exe"; DestDir: "{app}\bin\"; Flags: ignoreversion ; Components: Client
[Types]
Name: "custom"; Description: "Custom installation"; Flags: iscustom
[Components]
Name: "Server"; Description: "Server"; Types: custom;
Name: "Client"; Description: "Client"; Types: custom;
【问题讨论】:
标签: inno-setup