mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 19:00:29 -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
|
||||
|
||||
[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..."
|
||||
|
Loading…
Reference in New Issue
Block a user