forked from mia/Aegisub
r1723 installer
Originally committed to SVN as r1727.
This commit is contained in:
parent
62efd59db7
commit
ffebc6a30f
1 changed files with 5 additions and 4 deletions
|
@ -33,7 +33,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
#define MyAppName "Aegisub"
|
#define MyAppName "Aegisub"
|
||||||
#define MyAppVerName "Aegisub 2.00 alpha r1720"
|
#define MyAppVerName "Aegisub 2.00 alpha r1723"
|
||||||
#define MyAppPublisher "Aegisub Team"
|
#define MyAppPublisher "Aegisub Team"
|
||||||
#define MyAppURL "http://aegisub.net/"
|
#define MyAppURL "http://aegisub.net/"
|
||||||
#define MyAppExeName "Aegisub.exe"
|
#define MyAppExeName "Aegisub.exe"
|
||||||
|
@ -67,7 +67,7 @@ PrivilegesRequired=poweruser
|
||||||
DisableProgramGroupPage=true
|
DisableProgramGroupPage=true
|
||||||
UsePreviousGroup=false
|
UsePreviousGroup=false
|
||||||
AlwaysShowComponentsList=true
|
AlwaysShowComponentsList=true
|
||||||
AppVersion=2.00 alpha r1720
|
AppVersion=2.00 alpha r1723
|
||||||
AppID={{24BC8B57-716C-444F-B46B-A3349B9164C5}
|
AppID={{24BC8B57-716C-444F-B46B-A3349B9164C5}
|
||||||
UninstallDisplayIcon={app}\Aegisub.exe
|
UninstallDisplayIcon={app}\Aegisub.exe
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ Filename: {app}\{#MyAppExeName}; Description: {cm:LaunchProgram,{#MyAppName}}; F
|
||||||
|
|
||||||
[Components]
|
[Components]
|
||||||
Name: main; Description: Aegisub; Types: compact full custom; Languages: ; Flags: fixed
|
Name: main; Description: Aegisub; Types: compact full custom; Languages: ; Flags: fixed
|
||||||
;Name: main/runtime; Description: Runtime libraries; Flags: fixed; Types: custom compact full; ExtraDiskSpaceRequired: 4630528; Check: CheckNeedRuntime
|
;Name: main/runtime; Description: Runtime libraries; Flags: fixed; Types: custom compact full; ExtraDiskSpaceRequired: 4630528
|
||||||
Name: main/pdb; Description: Debug database (helps diagnose crashes); Types: full
|
Name: main/pdb; Description: Debug database (helps diagnose crashes); Types: full
|
||||||
Name: codec; Description: Media formats support; Flags: fixed; Types: custom compact full
|
Name: codec; Description: Media formats support; Flags: fixed; Types: custom compact full
|
||||||
Name: codec/vsfilter; Description: VSFilter 2.38-aegisub; Types: compact full custom; Flags: fixed
|
Name: codec/vsfilter; Description: VSFilter 2.38-aegisub; Types: compact full custom; Flags: fixed
|
||||||
|
@ -227,7 +227,8 @@ var
|
||||||
begin
|
begin
|
||||||
if CurStep = ssPostInstall then
|
if CurStep = ssPostInstall then
|
||||||
begin
|
begin
|
||||||
LibHandle := LoadLibrary(ExpandConstant('{app}\csri\vsfilter.dll'));
|
// LibHandle := LoadLibrary(ExpandConstant('{app}\csri\vsfilter.dll'));
|
||||||
|
LibHandle := 0;
|
||||||
if LibHandle = 0 then
|
if LibHandle = 0 then
|
||||||
begin
|
begin
|
||||||
ExtractTemporaryFile('vcredist_x86.exe');
|
ExtractTemporaryFile('vcredist_x86.exe');
|
||||||
|
|
Loading…
Reference in a new issue