Bigfix patching Software Distribution Wizard

I created a task in the BigFix for Patching “Windows SOftware Distribution Wizard”. When I run it against a server it says it completed but the software is not installed. The Task looks like this:

prefetch c3b35277297147c3130b222de1126e06c53648b7 sha1:c3b35277297147c3130b222de1126e06c53648b7 size:22480478 http://BDOWSPBGFX:52311/Uploads/c3b35277297147c3130b222de1126e06c53648b7/agentInstaller-x86_64.msi.tmp sha256:1885a2ac3e46a26559ea4f7e2a1c9898d4cb32c0bdf2d8b3bed5a64e4453b450
extract c3b35277297147c3130b222de1126e06c53648b7
wait “{pathname of system folder & “\msiexec.exe”}” /i “{(pathname of client folder of current site) & “__Download\agentInstaller-x86_64.msi”}” CUSTOMTOKEN=us:48734d92-7a56-47ef-b7e8-e732c5e47301

I have its relevance as:

((name of it = “Win2008” AND NOT x64 of it) OR (name of it = “Win2008” AND x64 of it) OR (name of it = “Win2008R2”)) of operating system AND (not exists service “ir_agent”)

It completes but nothing is installed. I have to be overlooking something.

I suggest adding a logging option to your MSI syntax. Then when you run it again, hopefully the log will point to the issue.

Does the syntax you are using work interactively at a command prompt?