Skip to content

Commit

Permalink
iss: Force x86 and x64 installation of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Dec 11, 2022
1 parent cf07831 commit b6d7dcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .iss/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ Name: {app}\7thWorkshop\catalog.xml; Type: files
[Code]
function InitializeSetup: Boolean;
begin
Dependency_ForceX86 := True;
Dependency_AddVC2015To2022
Dependency_AddDotNet70Desktop;
Dependency_ForceX86 := False;
Dependency_AddVC2015To2022
Dependency_AddDotNet70Desktop;
Result := True;
Expand Down

0 comments on commit b6d7dcf

Please sign in to comment.