View Single Post
  #592  
Old 28-06-2024, 12:25
Fak Eid Fak Eid is offline
Registered User
 
Join Date: Jun 2023
Location: Mars
Posts: 147
Thanks: 98
Thanked 152 Times in 54 Posts
Fak Eid is on a distinguished road
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;
Reply With Quote