2012-01-23 20:09:14 +01:00
|
|
|
; Copyright (c) 2007-2009, Niels Martin Hansen
|
|
|
|
;
|
|
|
|
; Redistribution and use in source and binary forms, with or without
|
|
|
|
; modification, are permitted provided that the following conditions are met:
|
|
|
|
;
|
|
|
|
; * Redistributions of source code must retain the above copyright notice,
|
|
|
|
; this list of conditions and the following disclaimer.
|
|
|
|
; * Redistributions in binary form must reproduce the above copyright notice,
|
|
|
|
; this list of conditions and the following disclaimer in the documentation
|
|
|
|
; and/or other materials provided with the distribution.
|
|
|
|
; * Neither the name of the Aegisub Group nor the names of its contributors
|
|
|
|
; may be used to endorse or promote products derived from this software
|
|
|
|
; without specific prior written permission.
|
|
|
|
;
|
|
|
|
; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
|
|
; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
; ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
|
|
|
; LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
; CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
; SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
; POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
;
|
|
|
|
; -----------------------------------------------------------------------------
|
|
|
|
;
|
|
|
|
; AEGISUB
|
|
|
|
;
|
|
|
|
; Website: http://www.aegisub.org/
|
|
|
|
; Contact: mailto:nielsm@indvikleren.dk
|
|
|
|
;
|
|
|
|
|
2014-05-06 17:05:06 +02:00
|
|
|
#include "../../build/git_version.h"
|
2012-01-23 20:09:14 +01:00
|
|
|
|
|
|
|
[Setup]
|
|
|
|
AppName=Aegisub
|
2014-05-06 17:05:06 +02:00
|
|
|
AppVerName=Aegisub {#BUILD_GIT_VERSION_STRING}
|
|
|
|
AppVersion={#INSTALLER_VERSION}
|
2012-01-23 20:09:14 +01:00
|
|
|
AppPublisher=Aegisub Team
|
|
|
|
AppPublisherURL=http://www.aegisub.org/
|
2018-04-29 21:18:39 +02:00
|
|
|
AppSupportURL=https://github.com/TypesettingTools/Aegisub/issues
|
|
|
|
AppCopyright=2005-2018 The Aegisub Team
|
2014-05-06 17:05:06 +02:00
|
|
|
VersionInfoVersion={#INSTALLER_VERSION}
|
2012-01-23 20:09:14 +01:00
|
|
|
DefaultGroupName=Aegisub
|
|
|
|
AllowNoIcons=true
|
|
|
|
OutputDir=output
|
|
|
|
Compression=lzma/ultra64
|
|
|
|
SolidCompression=true
|
|
|
|
MinVersion=0,5.0
|
2014-05-06 01:40:33 +02:00
|
|
|
ShowLanguageDialog=yes
|
2012-01-23 20:09:14 +01:00
|
|
|
LanguageDetectionMethod=none
|
|
|
|
DisableProgramGroupPage=yes
|
|
|
|
UsePreviousGroup=yes
|
|
|
|
UsePreviousSetupType=no
|
|
|
|
UsePreviousAppDir=yes
|
|
|
|
UsePreviousTasks=no
|
2012-04-06 03:55:34 +02:00
|
|
|
UninstallDisplayIcon={app}\aegisub{#ARCH}.exe
|
2012-01-23 20:09:14 +01:00
|
|
|
; Default to a large welcome bitmap, suitable for large fonts
|
|
|
|
; The normal fonts version is selected by code below
|
|
|
|
WizardImageFile=welcome-large.bmp
|
|
|
|
WizardSmallImageFile=aegisub-large.bmp
|
|
|
|
|
2014-05-06 17:05:06 +02:00
|
|
|
OutputBaseFilename=Aegisub-{#BUILD_GIT_VERSION_STRING}-{#ARCH}
|
|
|
|
VersionInfoDescription=Aegisub {#BUILD_GIT_VERSION_STRING} {#ARCH}-bit
|
2012-01-23 20:09:14 +01:00
|
|
|
|
|
|
|
[Languages]
|
2014-05-06 01:40:33 +02:00
|
|
|
Name: "en"; MessagesFile: "compiler:Default.isl"
|
|
|
|
Name: "bg"; MessagesFile: "compiler:Languages\Bulgarian.isl"
|
|
|
|
Name: "ca"; MessagesFile: "compiler:Languages\Catalan.isl"
|
|
|
|
Name: "cz"; MessagesFile: "compiler:Languages\Czech.isl"
|
|
|
|
Name: "da"; MessagesFile: "compiler:Languages\Danish.isl"
|
|
|
|
Name: "de"; MessagesFile: "compiler:Languages\German.isl"
|
|
|
|
Name: "el"; MessagesFile: "compiler:Languages\Greek.isl"
|
|
|
|
Name: "es"; MessagesFile: "compiler:Languages\Spanish.isl"
|
|
|
|
Name: "eu"; MessagesFile: "compiler:Languages\Basque.isl"
|
|
|
|
Name: "fi"; MessagesFile: "compiler:Languages\Finnish.isl"
|
|
|
|
Name: "fr_FR"; MessagesFile: "compiler:Languages\French.isl"
|
|
|
|
Name: "gl"; MessagesFile: "compiler:Languages\Galician.isl"
|
|
|
|
Name: "hu"; MessagesFile: "compiler:Languages\Hungarian.isl"
|
|
|
|
Name: "id"; MessagesFile: "compiler:Languages\Indonesian.isl"
|
|
|
|
Name: "it"; MessagesFile: "compiler:Languages\Italian.isl"
|
|
|
|
Name: "ja"; MessagesFile: "compiler:Languages\Japanese.isl"
|
|
|
|
Name: "ko"; MessagesFile: "compiler:Languages\Korean.isl"
|
|
|
|
Name: "nl"; MessagesFile: "compiler:Languages\Dutch.isl"
|
|
|
|
Name: "pl"; MessagesFile: "compiler:Languages\Polish.isl"
|
|
|
|
Name: "pt_BR"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl"
|
|
|
|
Name: "pt_PT"; MessagesFile: "compiler:Languages\Portuguese.isl"
|
|
|
|
Name: "ru"; MessagesFile: "compiler:Languages\Russian.isl"
|
|
|
|
Name: "sr_RS"; MessagesFile: "compiler:Languages\SerbianCyrillic.isl"
|
|
|
|
Name: "sr_RS_latin"; MessagesFile: "compiler:Languages\SerbianLatin.isl"
|
2014-08-11 16:11:55 +02:00
|
|
|
Name: "uk_UA"; MessagesFile: "compiler:Languages\Ukrainian.isl"
|
2014-05-06 01:40:33 +02:00
|
|
|
Name: "zh_CN"; MessagesFile: "compiler:Languages\ChineseSimplified.isl"
|
|
|
|
Name: "zh_TW"; MessagesFile: "compiler:Languages\ChineseTraditional.isl"
|
2012-01-23 20:09:14 +01:00
|
|
|
|
|
|
|
[Files]
|
|
|
|
; small bitmaps (used by beautify code)
|
|
|
|
DestDir: {tmp}; Flags: dontcopy; Source: welcome.bmp
|
|
|
|
DestDir: {tmp}; Flags: dontcopy; Source: aegisub.bmp
|
|
|
|
; uninstall data (used by migration code)
|
|
|
|
DestDir: {tmp}; Flags: dontcopy; Source: legacy_filelist.txt
|
|
|
|
DestDir: {tmp}; Flags: dontcopy; Source: legacy_dirlist.txt
|
|
|
|
DestDir: {tmp}; Flags: dontcopy; Source: legacy_locales.txt
|
|
|
|
DestDir: {tmp}; Flags: dontcopy; Source: legacy_shortcutlist.txt
|
|
|
|
DestDir: {tmp}; Flags: dontcopy; Source: old_filelist.txt
|
|
|
|
DestDir: {tmp}; Flags: dontcopy; Source: old_dirlist.txt
|
|
|
|
DestDir: {tmp}; Flags: dontcopy; Source: old_locales.txt
|
|
|
|
DestDir: {tmp}; Flags: dontcopy; Source: old_shortcutlist.txt
|