mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-27 08:33:27 +01:00
rename vcredist to match it all
This commit is contained in:
parent
a567674634
commit
af5ad257f1
@ -131,11 +131,11 @@ NotInstalled:
|
||||
ExecWait '"$INSTDIR\vc_redist.x64.exe" /install /quiet /norestart'
|
||||
Delete "$INSTDIR\vc_redist.x64.exe"
|
||||
|
||||
ExecWait '"$INSTDIR\vcredist_2010.x86.exe" /q /norestart'
|
||||
Delete "$INSTDIR\vcredist_2010.x86.exe"
|
||||
ExecWait '"$INSTDIR\vc_redist_2010.x86.exe" /q /norestart'
|
||||
Delete "$INSTDIR\vc_redist_2010.x86.exe"
|
||||
|
||||
ExecWait '"$INSTDIR\vcredist_2010.x64.exe" /q /norestart'
|
||||
Delete "$INSTDIR\vcredist_2010.x64.exe"
|
||||
ExecWait '"$INSTDIR\vc_redist_2010.x64.exe" /q /norestart'
|
||||
Delete "$INSTDIR\vc_redist_2010.x64.exe"
|
||||
|
||||
; Create uninstaller.
|
||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user