diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-20 10:17:14 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-20 11:16:25 +0100 |
commit | aa8b78b4e4bb0bb67f342cba75b4167dc2839f1b (patch) | |
tree | c787e7b11a565132f5582de9195dda3ece32668a /kcc.iss | |
parent | README update (diff) | |
download | kcc-aa8b78b4e4bb0bb67f342cba75b4167dc2839f1b.tar.gz kcc-aa8b78b4e4bb0bb67f342cba75b4167dc2839f1b.tar.bz2 kcc-aa8b78b4e4bb0bb67f342cba75b4167dc2839f1b.zip |
Autoupdater for Windows (#68)
Diffstat (limited to 'kcc.iss')
-rw-r--r-- | kcc.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc.iss b/kcc.iss index f964c53..6dfa659 100644 --- a/kcc.iss +++ b/kcc.iss @@ -69,7 +69,7 @@ Name: "{group}\Readme"; Filename: "https://github.com/ciromattia/kcc#kcc" Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon [Run] -Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent +Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall Filename: "{tmp}\vcredist_x64.exe"; Parameters: "/passive /Q:a /c:""msiexec /qb /i vcredist.msi"" "; StatusMsg: "Installing Microsoft Visual C++ 2010 Redistributable Package..."; Check: Is64BitInstallMode Filename: "{tmp}\vcredist_x86.exe"; Parameters: "/passive /Q:a /c:""msiexec /qb /i vcredist.msi"" "; StatusMsg: "Installing Microsoft Visual C++ 2010 Redistributable Package..."; Check: not Is64BitInstallMode |