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
|
2023-07-12 02:49:09 +02:00
|
|
|
DestDir: {app}; Source: "{#DEPS_DIR}\XAudio2_redist\build\native\release\bin\x{#ARCH}\xaudio2_9redist.dll"; DestName: "XAudio2_9.dll"; OnlyBelowVersion: 10.0
|
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"
|