diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-13 08:57:58 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-13 08:57:58 +0200 |
commit | 968a1afa1dc623ee2329c9c32bf2e924d7e3ac3b (patch) | |
tree | 691d4c1da305612b4038904d7da7ef7c12d5e4b8 /kcc.iss | |
parent | Merge pull request #244 from ciromattia/dev (diff) | |
download | kcc-968a1afa1dc623ee2329c9c32bf2e924d7e3ac3b.tar.gz kcc-968a1afa1dc623ee2329c9c32bf2e924d7e3ac3b.tar.bz2 kcc-968a1afa1dc623ee2329c9c32bf2e924d7e3ac3b.zip |
Updated build enviroment
Diffstat (limited to 'kcc.iss')
-rw-r--r-- | kcc.iss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kcc.iss b/kcc.iss index c51f8c8..526ce7c 100644 --- a/kcc.iss +++ b/kcc.iss @@ -49,7 +49,6 @@ 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}" @@ -57,7 +56,6 @@ 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] |