diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2014-09-22 18:35:53 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2014-09-22 18:35:53 +0200 |
commit | dfe3e104708b4c2eb0c938bfd36ebdc4cb90d298 (patch) | |
tree | 59e7da15bb693604f5e6105bf365c079eb5d6d14 /kcc.iss | |
parent | Updated multiple device profiles (diff) | |
download | kcc-dfe3e104708b4c2eb0c938bfd36ebdc4cb90d298.tar.gz kcc-dfe3e104708b4c2eb0c938bfd36ebdc4cb90d298.tar.bz2 kcc-dfe3e104708b4c2eb0c938bfd36ebdc4cb90d298.zip |
Updated setup
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 3d63f08..9697188 100644 --- a/kcc.iss +++ b/kcc.iss @@ -43,13 +43,11 @@ Name: "CB7association"; Description: "CB7"; GroupDescription: "File associations [Files] ; x64 files -Source: "dist_64\imageformats\*"; DestDir: "{app}\imageformats\"; Flags: ignoreversion; Check: Is64BitInstallMode Source: "dist_64\platforms\*"; DestDir: "{app}\platforms\"; Flags: ignoreversion; Check: Is64BitInstallMode Source: "dist_64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode Source: "dist_64\*.dll"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode Source: "other\vcredist_x64.exe"; DestDir: "{tmp}"; Flags: ignoreversion deleteafterinstall; Check: Is64BitInstallMode ; x86 files -Source: "dist\imageformats\*"; DestDir: "{app}\imageformats\"; Flags: ignoreversion; Check: not Is64BitInstallMode Source: "dist\platforms\*"; DestDir: "{app}\platforms\"; Flags: ignoreversion; Check: not Is64BitInstallMode Source: "dist\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode Source: "dist\*.dll"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode |