You should rather put your "Crack" folder in source than in application installation location. I prefer that.
Code:
[Files]
Source: "{src}\Crack\*"; DestDir: "{app}"; Check: ApplyCrack
Code:
function ApplyCrack: Boolean;
begin
Result := Checkbox[1].IsChecked;
end;