diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-04-10 14:31:05 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-04-10 14:31:05 +0200 |
commit | 558bf07f7fe5ed273a3d977e4d0c1a3d57489114 (patch) | |
tree | 9fb6890f1d76695babb0a45c467cc956015bcdc5 /kcc.iss | |
parent | Updated dependencies (diff) | |
download | kcc-558bf07f7fe5ed273a3d977e4d0c1a3d57489114.tar.gz kcc-558bf07f7fe5ed273a3d977e4d0c1a3d57489114.tar.bz2 kcc-558bf07f7fe5ed273a3d977e4d0c1a3d57489114.zip |
Bundled C++ redistributable
Diffstat (limited to 'kcc.iss')
-rw-r--r-- | kcc.iss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kcc.iss b/kcc.iss index 13bc561..9e885e5 100644 --- a/kcc.iss +++ b/kcc.iss @@ -49,6 +49,7 @@ Source: "LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion solidbreak Source: "other\windows\Additional-LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion Source: "other\windows\UnRAR.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "other\windows\7za.exe"; DestDir: "{app}"; Flags: ignoreversion +Source: "other\windows\vc_redist.x64.exe"; DestDir: "{tmp}"; Flags: ignoreversion deleteafterinstall [Icons] Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" @@ -56,6 +57,7 @@ Name: "{group}\Readme"; Filename: "https://github.com/ciromattia/kcc#kcc" Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon [Run] +Filename: "{tmp}\vc_redist.x64.exe"; Parameters: "/install /passive /norestart"; StatusMsg: "Installing Microsoft Visual C++ 2015 Redistributable Package..." Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall [Messages] |