2012-01-23 20:09:14 +01:00
|
|
|
|
[Setup]
|
|
|
|
|
AppID={{24BC8B57-716C-444F-B46B-A3349B9164C5}
|
|
|
|
|
AppName=Aegisub
|
2012-10-08 23:08:01 +02:00
|
|
|
|
AppVerName=Aegisub 3.1.0
|
|
|
|
|
AppVersion=3.1.0
|
2012-01-23 20:09:14 +01:00
|
|
|
|
AppPublisher=Aegisub Team
|
|
|
|
|
AppPublisherURL=http://www.aegisub.org/
|
|
|
|
|
AppSupportURL=http://forum.aegisub.org/
|
2014-01-01 16:19:25 +01:00
|
|
|
|
AppCopyright=<3D> 2005-2014 The Aegisub Team
|
2012-10-08 23:08:01 +02:00
|
|
|
|
VersionInfoVersion=3.1.0
|
2012-01-23 20:09:14 +01:00
|
|
|
|
DefaultDirName={pf}\Aegisub
|
|
|
|
|
DefaultGroupName=Aegisub
|
|
|
|
|
AllowNoIcons=true
|
|
|
|
|
OutputDir=output
|
|
|
|
|
Compression=lzma/ultra64
|
|
|
|
|
SolidCompression=true
|
|
|
|
|
MinVersion=0,5.0
|
|
|
|
|
ShowLanguageDialog=no
|
|
|
|
|
LanguageDetectionMethod=none
|
|
|
|
|
PrivilegesRequired=poweruser
|
|
|
|
|
DisableProgramGroupPage=yes
|
|
|
|
|
UsePreviousGroup=yes
|
|
|
|
|
UsePreviousSetupType=no
|
|
|
|
|
UsePreviousAppDir=yes
|
|
|
|
|
UsePreviousTasks=no
|
|
|
|
|
UninstallDisplayIcon={app}\aegisub32.exe
|
|
|
|
|
; Default to a large welcome bitmap, suitable for large fonts
|
|
|
|
|
; The normal fonts version is selected by code below
|
2012-09-30 05:11:26 +02:00
|
|
|
|
WizardImageFile=welcome-large.bmp
|
|
|
|
|
WizardSmallImageFile=aegisub-large.bmp
|
2012-01-23 20:09:14 +01:00
|
|
|
|
|
|
|
|
|
[Languages]
|
|
|
|
|
Name: english; MessagesFile: compiler:Default.isl
|
|
|
|
|
|
|
|
|
|
[Messages]
|
|
|
|
|
; Replacement for License page, no need to bother the user with legal mumbo-jumbo
|
2012-09-29 16:43:09 +02:00
|
|
|
|
WelcomeLabel2=This will install {#LANGNAME} dictionaries for Aegisub 3.0 on your computer.
|
2012-01-23 20:09:14 +01:00
|
|
|
|
|
|
|
|
|
[Files]
|
|
|
|
|
; small bitmaps (used by beautify code)
|
2012-09-30 05:11:26 +02:00
|
|
|
|
DestDir: {tmp}; Flags: dontcopy; Source: welcome.bmp
|
|
|
|
|
DestDir: {tmp}; Flags: dontcopy; Source: aegisub.bmp
|
2012-01-23 20:09:14 +01:00
|
|
|
|
|
|
|
|
|
[Code]
|
|
|
|
|
#include "..\fragment_shell_code.iss"
|
|
|
|
|
#include "..\fragment_beautify_code.iss"
|
|
|
|
|
|
|
|
|
|
procedure InitializeWizard;
|
|
|
|
|
begin
|
|
|
|
|
InitializeWizardBeautify;
|
|
|
|
|
end;
|