Im using Inno Setup 5.1.6.0 and I was trying to copy to important directories for my program and for some reason it says it cant find them:
Source: "C:\Projects\CILB2\Release\PrintTemp\*"; DestDir: "{app}"; Flags: ignoreversion
Printable View
Im using Inno Setup 5.1.6.0 and I was trying to copy to important directories for my program and for some reason it says it cant find them:
Source: "C:\Projects\CILB2\Release\PrintTemp\*"; DestDir: "{app}"; Flags: ignoreversion
What do you mean can't find them? That statement will only copy the files in the folder not the folders in the folder.