about summary refs log tree commit diff
path: root/kcc.iss
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2015-10-29 17:12:56 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2015-10-29 20:34:24 +0100
commit7d81de6834a8af8ea0f1b7bf2a326fc4fd6c177e (patch)
treef29313415b6ad09d2794a0a8c63c237a9543fc3b /kcc.iss
parentUpdated README + version bump (diff)
downloadkcc-7d81de6834a8af8ea0f1b7bf2a326fc4fd6c177e.tar.gz
kcc-7d81de6834a8af8ea0f1b7bf2a326fc4fd6c177e.tar.bz2
kcc-7d81de6834a8af8ea0f1b7bf2a326fc4fd6c177e.zip
Miscellaneous tweaks
Diffstat (limited to 'kcc.iss')
-rw-r--r--kcc.iss2
1 files changed, 0 insertions, 2 deletions
diff --git a/kcc.iss b/kcc.iss
index 054a5e4..501a72e 100644
--- a/kcc.iss
+++ b/kcc.iss
@@ -48,7 +48,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}"
@@ -56,7 +55,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: "/quiet"; StatusMsg: "Installing Microsoft Visual C++ 2015 Redistributable Package..."
 Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall
 
 [Messages]