win_installer: fix vc redist name in run section to match source

This commit is contained in:
Ryan 2021-01-17 09:30:26 -05:00
parent bec44eaab8
commit 1981f4db3e
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
DestDir: {tmp}; Source: "{#DEPS_DIR}\VC_redist\VC_redist.x{#ARCH}.exe"; Flags: nocompression deleteafterinstall
[Run]
Filename: {tmp}\vcredist_{#ARCH}.exe; StatusMsg: {cm:InstallRuntime}; Parameters: "/install /quiet /norestart"
Filename: {tmp}\VC_redist.x{#ARCH}.exe; StatusMsg: {cm:InstallRuntime}; Parameters: "/install /quiet /norestart"