Skip to content

Commit b274071

Browse files
committed
MSVCRT 2013
1 parent 5885157 commit b274071

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/install.iss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ SolidCompression=yes
2424
[Files]
2525
Source: "built\*"; DestDir: "{app}"
2626
Source: "dotNetFx40_Full_setup.exe"; DestDir: {tmp}; Flags: deleteafterinstall; Check: not IsRequiredDotNetDetected
27+
Source: "vcredist_x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall;
2728

2829
[Icons]
2930
Name: "{group}\{#FSFriendlyName}"; Filename: "{app}\{#MainExe}"
3031

3132
[Run]
3233
Filename: {tmp}\dotNetFx40_Full_setup.exe; Parameters: "/q:a /c:""install /l /q"""; Check: not IsRequiredDotNetDetected; StatusMsg: Microsoft .NET Framework 4.0 is being installed. Please wait..
34+
Filename: {tmp}\vcredist_x86.exe; Parameters: "/q /norestart"; StatusMsg: MS Redistributable C++ Runtime is being installed. Please wait..
3335
Filename: "{app}\{#MainExe}"; Description: "Launch application"; Flags: postinstall nowait skipifsilent unchecked
3436

3537
[Code]

install/vcredist_x86.exe

6.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)