about summary refs log tree commit diff
path: root/kcc.iss
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2017-10-14 18:01:32 +0200
committerGitHub <[email protected]>2017-10-14 18:01:32 +0200
commit7524c50657e3b01459dc6940f562021a3e33a9b2 (patch)
tree3293727977f898cfc6718af8d415ef60de362b3e /kcc.iss
parentMerge pull request #244 from ciromattia/dev (diff)
parentUpdated README + version bump (diff)
downloadkcc-7524c50657e3b01459dc6940f562021a3e33a9b2.tar.gz
kcc-7524c50657e3b01459dc6940f562021a3e33a9b2.tar.bz2
kcc-7524c50657e3b01459dc6940f562021a3e33a9b2.zip
Merge pull request #250 from ciromattia/dev
5.4.2
Diffstat (limited to 'kcc.iss')
-rw-r--r--kcc.iss4
1 files changed, 1 insertions, 3 deletions
diff --git a/kcc.iss b/kcc.iss
index c51f8c8..5225426 100644
--- a/kcc.iss
+++ b/kcc.iss
@@ -1,5 +1,5 @@
 #define MyAppName "Kindle Comic Converter"
-#define MyAppVersion "5.4.1"
+#define MyAppVersion "5.4.2"
 #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski"
 #define MyAppURL "http://kcc.iosphe.re/"
 #define MyAppExeName "KCC.exe"
@@ -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]