diff options
author | watcher <watcherhd@gmail.com> | 2017-10-04 11:33:04 +0000 |
---|---|---|
committer | watcher <watcherhd@gmail.com> | 2017-10-04 11:33:04 +0000 |
commit | a873ad168e9c3669b639e8d99e08fe79f5ed1a80 (patch) | |
tree | 799c93063e4f82f03db137e089662eeb993ef3ae /tools/installer_ng_stable | |
parent | 8abda5f2b08ea457602d6ea9be634f87957a8907 (diff) |
the old runtime removed from installer
Diffstat (limited to 'tools/installer_ng_stable')
-rw-r--r-- | tools/installer_ng_stable/MirandaNG.iss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/installer_ng_stable/MirandaNG.iss b/tools/installer_ng_stable/MirandaNG.iss index 72727a1297..b1c484d4cc 100644 --- a/tools/installer_ng_stable/MirandaNG.iss +++ b/tools/installer_ng_stable/MirandaNG.iss @@ -73,8 +73,6 @@ 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\msvcp100.dll"; DestDir: "{app}"; Components: program; Check: IsPortable(); Flags: ignoreversion; AfterInstall: ShowPercent()
-Source: "Files\msvcr100.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()
|