diese Lösung will leider nicht, Source: {code:GetSourceDataDir('x32')}\help\*.*; ist ein ungültiges Prefix, wie sieht denn eine Lösung aus ?
Delphi-Quellcode:
[Code]
function GetSourceDataDir(Param: String): String;
var RootFolder : String;
begin
RootFolder := 'F:\DVD - Software Release\';
if param='x32' then
result := RootFolder;
if param='binx32' then
result := RootFolder + 'binx32\';
if param='x64' then
result := RootFolder;
if param='binx64' then
result := RootFolder + 'binx64\';
[Files]
;copy now the file from source to DestDir
Source: {code:GetSourceDataDir('x32')}\help\*.*; DestDir: {app}\bin\help\; Flags: ignoreversion recursesubdirs createallsubdirs ; Components: IPT