You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently IOCs will crash if installed on a computer with an outdated Visual Studio redistributable. The IBEX installer needs to install the VC redistributable during deployment.
Acceptance criteria
vc_redist.x64.exe installled on a 64 bit install, both vc_redist.x86.exe and ``vc_redist.x64.exe` on a 32bit install
Notes
During build vc_redist.x64.exe and vc_redist.x86.exe are copied from the Visual Studio area to the EPICS/crtl directory, so after installing EPICS the ibex deployment tool can pick these up from there so they do not need to be stored separately
Ideally system test servers should run the same version of redistributable as we will deploy. As i think admin prompt may happen, it is probably not possible to auto-update them as part of jenkins job
Time in recording of planning meeting: 00h32m 2024/11/28
The text was updated successfully, but these errors were encountered:
Currently IOCs will crash if installed on a computer with an outdated Visual Studio redistributable. The IBEX installer needs to install the VC redistributable during deployment.
Acceptance criteria
vc_redist.x64.exe
installled on a 64 bit install, bothvc_redist.x86.exe
and ``vc_redist.x64.exe` on a 32bit installNotes
vc_redist.x64.exe
andvc_redist.x86.exe
are copied from the Visual Studio area to theEPICS/crtl
directory, so after installing EPICS the ibex deployment tool can pick these up from there so they do not need to be stored separatelyTime in recording of planning meeting: 00h32m 2024/11/28
The text was updated successfully, but these errors were encountered: