Windows_package error 3010

I have a cookbook that installs SCOM KB after SCOM agent install. The cookbook has a dependency on Windows cookbook. This has always run successfully, but today I got the following error:

FATAL: Mixlib::ShellOut::ShellCommandFailed: windows_package[scom_kb] (windows_scom::scomsetup line 42) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '3010'

Here's the relevant code to install the SCOM KB
windows_package 'scom_kb' do
source "<path to SCOM_#{Version}>\KB3064919-AMD64-Agent.msp"
installer_type :custom
options ' /qn REBOOT=ReallySuppress'
end

Any idea why this would be an issue, given that windows cookbook is supposed to handle return code 3010?

Chef Client: 14.7.7
windows cookbook = 5.x