mirror of https://github.com/odrling/Aegisub
Unconditionally install the vc++ runtime for now as the check needs to be updated
This commit is contained in:
parent
1880bb71df
commit
f6197a99ea
|
@ -42,6 +42,9 @@
|
||||||
[Files]
|
[Files]
|
||||||
DestDir: {tmp}; Source: src\vcredist_{#SUFFIX}.exe; Flags: nocompression deleteafterinstall; Check: RuntimesRequired
|
DestDir: {tmp}; Source: src\vcredist_{#SUFFIX}.exe; Flags: nocompression deleteafterinstall; Check: RuntimesRequired
|
||||||
|
|
||||||
|
[Components]
|
||||||
|
Name: main/runtime; Description: Runtime libraries; Flags: fixed; Types: custom compact full; ExtraDiskSpaceRequired: 4630528
|
||||||
|
|
||||||
[Run]
|
[Run]
|
||||||
Filename: {tmp}\vcredist_{#SUFFIX}.exe; StatusMsg: Installing runtime libraries...; Check: RuntimesRequired; Parameters: "/q"
|
Filename: {tmp}\vcredist_{#SUFFIX}.exe; StatusMsg: Installing runtime libraries...; Check: RuntimesRequired; Parameters: "/q"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue