win_installer: fix vc redist name in run section to match source
This commit is contained in:
parent
bec44eaab8
commit
1981f4db3e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue