about summary refs log tree commit diff
path: root/kcc.iss
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2015-09-30 17:04:12 +0200
committerPaweł Jastrzębski <pawelj@iosphe.re>2015-09-30 17:04:12 +0200
commit8a0ba682c337370d4871c8e693147a9e5e042822 (patch)
tree0cf0ab6df627c41cab5378a6d270215f36d5ddb8 /kcc.iss
parentWindows: Miscellenaus tweaks (diff)
downloadkcc-8a0ba682c337370d4871c8e693147a9e5e042822.tar.gz
kcc-8a0ba682c337370d4871c8e693147a9e5e042822.tar.bz2
kcc-8a0ba682c337370d4871c8e693147a9e5e042822.zip
Binary blob cleanup
Diffstat (limited to 'kcc.iss')
-rw-r--r--kcc.iss12
1 files changed, 6 insertions, 6 deletions
diff --git a/kcc.iss b/kcc.iss
index 1b3708d..5cb9e09 100644
--- a/kcc.iss
+++ b/kcc.iss
@@ -28,7 +28,7 @@ WizardSmallImageFile=icons\Wizard-Small.bmp
 UninstallDisplayName={#MyAppName}
 UninstallDisplayIcon={app}\{#MyAppExeName}
 ChangesAssociations=True
-InfoAfterFile=other\InstallWarning.rtf
+InfoAfterFile=other\windows\InstallWarning.rtf
 SignTool=SignTool /d $q{#MyAppName}$q /du $q{#MyAppURL}$q $f
 MinVersion=0,6.0
 
@@ -46,17 +46,17 @@ Name: "CB7association"; Description: "CB7"; GroupDescription: "File associations
 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
+Source: "other\windows\vcredist_x64.exe"; DestDir: "{tmp}"; Flags: ignoreversion deleteafterinstall; Check: Is64BitInstallMode
 ; x86 files
 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
-Source: "other\vcredist_x86.exe"; DestDir: "{tmp}"; Flags: ignoreversion deleteafterinstall; Check: not Is64BitInstallMode
+Source: "other\windows\vcredist_x86.exe"; DestDir: "{tmp}"; Flags: ignoreversion deleteafterinstall; Check: not Is64BitInstallMode
 ; Common files
 Source: "LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion solidbreak
-Source: "other\Additional-LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion
-Source: "other\UnRAR.exe"; DestDir: "{app}"; Flags: ignoreversion
-Source: "other\7za.exe"; DestDir: "{app}"; Flags: ignoreversion
+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
 
 [Icons]
 Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"