Failure Fixlet MS13-002

There is a bug in fixlet ID 1300237 - MS13-002.

There are two command-lines in the fixlet:

waithidden {pathname of system folder & "\expand.exe"} __Download\msxml5-x-none_4209d09935b5baa48ff5fa06a6332823f1008432.cab -F:\msxml5-x-none.msp __Download

waithidden __Download\msxml5-x-none.msp /quiet /norestart

The first line was fixed by removing the \ in front of msxml5-x-none.msp.

I am not figuring out the problem with the second line.

Here is the output from the log file.

Command started - waithidden __Download\msxml5-x-none.msp /quiet /norestart (action:576974)
   Command failed (Thread execution failed (193)) waithidden __Download\msxml5-x-none.msp /quiet /norestart (action:576974)

I’ll pass this on to the team to take a look at.

It looks like the call to mxiexec is missing, hence the 193 exit code.

Should be:
waithidden msiexec.exe /p __Download\msxml5-x-none.msp /quiet /norestart