Include vcruntime in the setup file

This commit is contained in:
Vladimir Borisov 2025-03-24 15:40:19 +02:00
parent c56af1efb0
commit b9c3edf27d
No known key found for this signature in database
GPG key ID: F9A584BE4FCB6603
2 changed files with 1 additions and 1 deletions

BIN
bin/vcruntime140.dll Normal file

Binary file not shown.

View file

@ -58,7 +58,6 @@ SignedUninstaller=yes
[Code]
function InitializeSetup: Boolean;
begin
Dependency_AddVC2015To2022
Dependency_AddWebView2;
Result := True;
end;
@ -178,6 +177,7 @@ Source: "{#SourcePath}..\bin\avutil-56.dll"; DestDir: "{app}"; Flags: ignorevers
Source: "{#SourcePath}..\bin\postproc-55.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}..\bin\swresample-3.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}..\bin\swscale-5.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}..\bin\vcruntime140.dll"; DestDir: "{app}"; Flags: ignoreversion
[Registry]