Monday, October 27, 2014
MDT - Error Code 193 on Deployment Summary
For some time I was getting a strange return code when deploying a specific image with a specific application.
In this case, I was a warning with the return code 193.
After some search, I've found that it was as simple as changing the install parameters for that application like in this example:
Previous command line:
application.msi /qr /norestart ALLUSERS=2
Correct command line:
msiexec.exe /i application.msi /qr /norestart ALLUSERS=2
Well...and no more warning on the Deployment Summary.
As simples as that!
Labels:
193,
deploy,
mdt,
microsoft deployment toolkit,
msi,
msiexec,
return code,
summary,
warning
Subscribe to:
Post Comments (Atom)
thanl you very much. so clear and simple and easy to understand.
ReplyDeleteHey man!, thank you for share it with us! That saved me today.
ReplyDeleteThankyou man i tried with /qn also and its working for all MSI files
ReplyDeleteHello there,
DeleteThanks to everyone for these precious informations!
Ghetto007, could you please give more details about the option you've used? And, if possible please, could you write the complete line?
Thanks again :)