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:
Luis Ángel San Martín 2021-06-20 16:52:59 +02:00
parent 85677afc7b
commit c859a4d2d5

View File

@ -107,6 +107,10 @@ LaunchYACReaderLibrary=Start YACreaderLibrary after finishing installation
LaunchYACReader=Start YACreader after finishing installation
[Run]
Filename: {tmp}\vc_redist.{#PLATFORM}.exe; \
Parameters: "/uninstall /quiet /norestart"; \
StatusMsg: "Uninstalling VC++ Redistributables..."
Filename: {tmp}\vc_redist.{#PLATFORM}.exe; \
Parameters: "/install /quiet /norestart"; \
StatusMsg: "Installing VC++ Redistributables..."