mirror of
https://github.com/YACReader/yacreader
synced 2025-10-28 23:04:39 -04:00
Bump vcredist version and hope that installation is fixed
“X64 VC Redist no longer removes runtime files when run with /installer /passive switches.”
This commit is contained in:
@ -4,7 +4,7 @@ parameters:
|
|||||||
qt_version: '6.2.2'
|
qt_version: '6.2.2'
|
||||||
qt_spec: 'msvc2019_64'
|
qt_spec: 'msvc2019_64'
|
||||||
qt_aqt_spec: 'win64_msvc2019_64'
|
qt_aqt_spec: 'win64_msvc2019_64'
|
||||||
vc_redist_url: 'https://aka.ms/vs/16/release/vc_redist.x64.exe'
|
vc_redist_url: 'https://aka.ms/vs/17/release/vc_redist.x64.exe'
|
||||||
vc_redist_file_name: 'vc_redist.x64.exe'
|
vc_redist_file_name: 'vc_redist.x64.exe'
|
||||||
vc_vars: 'vcvars64.bat'
|
vc_vars: 'vcvars64.bat'
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ parameters:
|
|||||||
qt_version: '5.15.2'
|
qt_version: '5.15.2'
|
||||||
qt_spec: 'msvc2019_64'
|
qt_spec: 'msvc2019_64'
|
||||||
qt_aqt_spec: 'win64_msvc2019_64'
|
qt_aqt_spec: 'win64_msvc2019_64'
|
||||||
vc_redist_url: 'https://aka.ms/vs/16/release/vc_redist.x64.exe'
|
vc_redist_url: 'https://aka.ms/vs/17/release/vc_redist.x64.exe'
|
||||||
vc_redist_file_name: 'vc_redist.x64.exe'
|
vc_redist_file_name: 'vc_redist.x64.exe'
|
||||||
vc_vars: 'vcvars64.bat'
|
vc_vars: 'vcvars64.bat'
|
||||||
|
|
||||||
|
|||||||
@ -234,7 +234,7 @@ jobs:
|
|||||||
qt_version: '5.15.2'
|
qt_version: '5.15.2'
|
||||||
qt_spec: 'msvc2019_64'
|
qt_spec: 'msvc2019_64'
|
||||||
qt_aqt_spec: 'win64_msvc2019_64'
|
qt_aqt_spec: 'win64_msvc2019_64'
|
||||||
vc_redist_url: 'https://aka.ms/vs/16/release/vc_redist.x64.exe'
|
vc_redist_url: 'https://aka.ms/vs/17/release/vc_redist.x64.exe'
|
||||||
vc_redist_file_name: 'vc_redist.x64.exe'
|
vc_redist_file_name: 'vc_redist.x64.exe'
|
||||||
vc_vars: 'vcvars64.bat'
|
vc_vars: 'vcvars64.bat'
|
||||||
|
|
||||||
@ -249,7 +249,7 @@ jobs:
|
|||||||
qt_version: '6.3.1'
|
qt_version: '6.3.1'
|
||||||
qt_spec: 'msvc2019_64'
|
qt_spec: 'msvc2019_64'
|
||||||
qt_aqt_spec: 'win64_msvc2019_64'
|
qt_aqt_spec: 'win64_msvc2019_64'
|
||||||
vc_redist_url: 'https://aka.ms/vs/16/release/vc_redist.x64.exe'
|
vc_redist_url: 'https://aka.ms/vs/17/release/vc_redist.x64.exe'
|
||||||
vc_redist_file_name: 'vc_redist.x64.exe'
|
vc_redist_file_name: 'vc_redist.x64.exe'
|
||||||
vc_vars: 'vcvars64.bat'
|
vc_vars: 'vcvars64.bat'
|
||||||
|
|
||||||
@ -264,7 +264,7 @@ jobs:
|
|||||||
qt_version: '5.15.2'
|
qt_version: '5.15.2'
|
||||||
qt_spec: 'msvc2019'
|
qt_spec: 'msvc2019'
|
||||||
qt_aqt_spec: 'win32_msvc2019'
|
qt_aqt_spec: 'win32_msvc2019'
|
||||||
vc_redist_url: 'https://aka.ms/vs/16/release/vc_redist.x86.exe'
|
vc_redist_url: 'https://aka.ms/vs/17/release/vc_redist.x86.exe'
|
||||||
vc_redist_file_name: 'vc_redist.x86.exe'
|
vc_redist_file_name: 'vc_redist.x86.exe'
|
||||||
vc_vars: 'vcvars32.bat'
|
vc_vars: 'vcvars32.bat'
|
||||||
|
|
||||||
|
|||||||
@ -115,10 +115,6 @@ 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..."
|
||||||
|
|||||||
@ -124,10 +124,6 @@ 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..."
|
||||||
|
|||||||
Reference in New Issue
Block a user