mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Uninstall vcredist before trying to reinstall it again
For some reason vcredist doesn't check if it is already installed and a second install breaks it
This commit is contained in:
parent
85677afc7b
commit
c859a4d2d5
@ -107,6 +107,10 @@ LaunchYACReaderLibrary=Start YACreaderLibrary after finishing installation
|
|||||||
LaunchYACReader=Start YACreader after finishing installation
|
LaunchYACReader=Start YACreader after finishing installation
|
||||||
|
|
||||||
[Run]
|
[Run]
|
||||||
|
Filename: {tmp}\vc_redist.{#PLATFORM}.exe; \
|
||||||
|
Parameters: "/uninstall /quiet /norestart"; \
|
||||||
|
StatusMsg: "Uninstalling VC++ Redistributables..."
|
||||||
|
|
||||||
Filename: {tmp}\vc_redist.{#PLATFORM}.exe; \
|
Filename: {tmp}\vc_redist.{#PLATFORM}.exe; \
|
||||||
Parameters: "/install /quiet /norestart"; \
|
Parameters: "/install /quiet /norestart"; \
|
||||||
StatusMsg: "Installing VC++ Redistributables..."
|
StatusMsg: "Installing VC++ Redistributables..."
|
||||||
|
Loading…
Reference in New Issue
Block a user