Source: "C:\folder1\*"; DestDir: "C:\folder1"; Flags: recursesubdirs;
上面的行不能处理以下文件结构:
C:\
folder1\
folder2\
folder3\
在每个子目录中,除了一个子目录外,没有独立的文件。在 Inno Setup 中,它给出了以下错误:
No files found matching "C:\folder1\*"
Source: "C:\folder1\*"; DestDir: "C:\folder1"; Flags: recursesubdirs;
上面的行不能处理以下文件结构:
C:\
folder1\
folder2\
folder3\
在每个子目录中,除了一个子目录外,没有独立的文件。在 Inno Setup 中,它给出了以下错误:
No files found matching "C:\folder1\*"