summaryrefslogtreecommitdiff
path: root/tools/installer_ng_stable
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2023-11-15 21:07:46 +0300
committerdartraiden <wowemuh@gmail.com>2023-11-15 21:07:46 +0300
commit20eb4dcd4b6b7d098d28e61ae25d2c418a8efa98 (patch)
tree774c061e5ef69d334282b865e31d33cd868b6d46 /tools/installer_ng_stable
parent432daacdaef281afb8c835ae982146ec3422c53d (diff)
Remove StdFile from stable installer
Diffstat (limited to 'tools/installer_ng_stable')
-rw-r--r--tools/installer_ng_stable/MirandaNG.iss1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/installer_ng_stable/MirandaNG.iss b/tools/installer_ng_stable/MirandaNG.iss
index f6251c732f..44d2de7bf3 100644
--- a/tools/installer_ng_stable/MirandaNG.iss
+++ b/tools/installer_ng_stable/MirandaNG.iss
@@ -79,7 +79,6 @@ Source: "Files\Core\StdAway.dll"; DestDir: "{app}\Core"; Components: program; Fl
Source: "Files\Core\StdClist.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Core\StdCrypt.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Core\StdEmail.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
-Source: "Files\Core\StdFile.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Core\StdMsg.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Core\StdPopup.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Core\StdUIHist.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()