summaryrefslogtreecommitdiff
path: root/tools/installer_ng_stable/MirandaNG.iss
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-06-14 20:56:50 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-06-14 20:56:50 +0000
commit5bb6c8a74313a4b62de9cd4c2613d43945c3727b (patch)
treea062b9c7dac670a12c3cd0604ba29213d623e7e7 /tools/installer_ng_stable/MirandaNG.iss
parent82d2c2f3261180b2f707425ab66c37c5b1a453f1 (diff)
installer updated to work with Libs folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@14167 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/installer_ng_stable/MirandaNG.iss')
-rw-r--r--tools/installer_ng_stable/MirandaNG.iss1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/installer_ng_stable/MirandaNG.iss b/tools/installer_ng_stable/MirandaNG.iss
index 2df06dab35..2ad2d3066e 100644
--- a/tools/installer_ng_stable/MirandaNG.iss
+++ b/tools/installer_ng_stable/MirandaNG.iss
@@ -79,6 +79,7 @@ Source: "Files\Zlib.dll"; DestDir: "{app}"; Components: program; Flags: ignoreve
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\mir_app.dll"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Core\StdAuth.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Core\StdAutoAway.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Core\StdAway.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()