diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-06 00:03:48 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-06 00:03:48 +0000 |
commit | 0b0b0dc70d917fdd1efbbbae4d3576646bd786c3 (patch) | |
tree | e2de5c5c280ce75b692ddfe489b9a06181e937e2 /tools | |
parent | 34dd37c470fba2876f8d5a44e67243cdaeb02c78 (diff) |
- Installer: removed flag "Fixed" from protocols
git-svn-id: http://svn.miranda-ng.org/main/trunk@5959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/installer_ng/MirandaNG.iss | 2 | ||||
-rw-r--r-- | tools/installer_ng/make.bat | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tools/installer_ng/MirandaNG.iss b/tools/installer_ng/MirandaNG.iss index 0af0e7886e..d16083e046 100644 --- a/tools/installer_ng/MirandaNG.iss +++ b/tools/installer_ng/MirandaNG.iss @@ -146,7 +146,7 @@ Source: "Installer\{#VcRedistName}"; DestDir: {tmp}; Flags: deleteafterinstall; [Components]
Name: "program"; Description: "{cm:Program}"; Types: extended regular minimal custom; Flags: fixed
Name: "sounds"; Description: "{cm:Sounds}"; Types: extended custom
-Name: "protocols"; Description: "{cm:Protocols}"; Types: extended regular minimal custom; Flags: fixed
+Name: "protocols"; Description: "{cm:Protocols}"; Types: extended regular minimal
Name: "protocols\aim"; Description: "{cm:Aim}"; Types: extended regular minimal
Name: "protocols\facebook"; Description: "{cm:Facebook}"; Types: extended regular minimal
Name: "protocols\gg"; Description: "{cm:Gg}"; Types: extended regular minimal
diff --git a/tools/installer_ng/make.bat b/tools/installer_ng/make.bat index 84eae08304..071fd42d39 100644 --- a/tools/installer_ng/make.bat +++ b/tools/installer_ng/make.bat @@ -1,4 +1,6 @@ @echo off
+if /i '%1' == 'y' set answer=y
+if /i '%2' == 'y' set ans=y
rem Get version
if not exist tmp mkdir tmp
wget -O tmp\build.no http://svn.miranda-ng.org/main/trunk/build/build.no
|