Zoom Installation

I am new to BigFix and trying to install Zoom but, cannot get my script to work. Please assist if possible.

Relevance 1:
name of operating system = “Win10”

Relevance 2:
(not exists file whose (name of it as lowercase contains “zoom.exe”) of folder (“C:\Users” & (name of logged on user) & “\AppData\Roaming\Zoom\bin”))

Relevance 3:
(not exists file “Zoom.exe” of folders “Zoom\bin” of (program files x64 folders ; program files x32 folders))

Action 1 Default:
prefetch 742ffe70d65644a8c66691f09fc701de1c6d8c9e sha1:742ffe70d65644a8c66691f09fc701de1c6d8c9e size:51307262 http://mybigfixserver:52311/Uploads/742ffe70d65644a8c66691f09fc701de1c6d8c9e/ZoomInstallerFull.msi.tmp sha256:1b76d49d2d6225e66f836bc7a0a8e5f3242037a0b597d2cc0b7b9c347b33d326
extract 742ffe70d65644a8c66691f09fc701de1c6d8c9e
wait “{pathname of system folder & “\msiexec.exe”}” /i “{(pathname of client folder of current site) & “__Download\ZoomInstallerFull.msi”}” /qn /norestart

Thanks,

-Kris

you are missing a \ in front of the __Download\ZoomInstaller.MSI . It should be “__Download\ZoomInstallerFull.msi”}” /qn /norestart

I think you might have miss-typed it. Do you mean it should be this?

“__Download\ZoomInstallerFull.msi”}” /qn /norestart

"{(pathname of client folder of current site) & "\__Download\ZoomInstallerFull.msi"}" /qn /norestart

Thanks guys that helped alot!

The Fixlet already has an installation of Zoom,id:5055508