2018-04-02 17:45:56 +02:00
|
|
|
; This file implements checking for and installing runtime libraries for Aegisub
|
2012-01-23 20:09:14 +01:00
|
|
|
|
|
|
|
[Files]
|
2020-12-22 07:05:02 +01:00
|
|
|
DestDir: {tmp}; Source: "{#DEPS_DIR}\VC_redist\VC_redist.x{#ARCH}.exe"; Flags: nocompression deleteafterinstall
|
2018-04-02 17:45:56 +02:00
|
|
|
|
|
|
|
[Run]
|
2021-01-17 15:30:26 +01:00
|
|
|
Filename: {tmp}\VC_redist.x{#ARCH}.exe; StatusMsg: {cm:InstallRuntime}; Parameters: "/install /quiet /norestart"
|