diff options
author | dartraiden <wowemuh@gmail.com> | 2017-10-04 17:41:30 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-10-04 17:41:30 +0300 |
commit | 9221d15fde4912ad5d03871c828be3170bb06f2b (patch) | |
tree | cbf300a4e9032e68157d4987229551e43db1df1e /tools/installer_ng/MirandaNG.iss | |
parent | a2e252c3883447deafe7023f4366c2cfa96fed39 (diff) |
installer should install runtime dlls
Diffstat (limited to 'tools/installer_ng/MirandaNG.iss')
-rw-r--r-- | tools/installer_ng/MirandaNG.iss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/installer_ng/MirandaNG.iss b/tools/installer_ng/MirandaNG.iss index 8ff132d8fb..9118b690a6 100644 --- a/tools/installer_ng/MirandaNG.iss +++ b/tools/installer_ng/MirandaNG.iss @@ -73,6 +73,7 @@ Source: "Files\Icons\Toolbar_icons.dll"; DestDir: "{app}\Icons"; Components: cli ; Core and core modules
Source: "Files\{#MirName}"; DestDir: "{app}"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\DbChecker.bat"; DestDir: "{app}"; Components: program; Check: IsPortable(); Flags: ignoreversion; AfterInstall: ShowPercent()
+Source: "Files\*.dll"; DestDir: "{app}"; Components: program; Check: IsPortable(); Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Libs\libeay32.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Libs\libjson.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Libs\mir_app.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
|