This has been fixed.... Below is what I had to do to create the custom update for stopping the service and the command line parameters...
Adobe Acrobat 10: ( Create Custom Update)
Declare Variable: Return Code / INT
Stop Service UCTAPICLIENT
Pause 3 Seconds
Stop Service Fax
Pause 3 Seconds
%windir%\System32\msiexec.exe
/p AdobeAcrobat10013.msp /qb /norestart
I have successfully published this and pushed out the .msp
Adobe Acrobat 10: ( Create Custom Update)
Declare Variable: Return Code / INT
Stop Service UCTAPICLIENT
Pause 3 Seconds
Stop Service Fax
Pause 3 Seconds
%windir%\System32\msiexec.exe
/p AdobeAcrobat10013.msp /qb /norestart
I have successfully published this and pushed out the .msp