标签: inno-setup
是否可以在Inno Setup脚本中定义多个目标文件夹?
示例:
Source: "Test.exe"; DestDir: "{app}" // here I need a second folder
谢谢!
答案 0 :(得分:3)
为什么不使用differen DestDir s两次添加文件?没试过,但应该工作。否则很难在不知道你想要实现什么的情况下提出建议。可能有更好的方法,只要我们知道你想要做什么: - )
DestDir