Post by JFThe file i got is a msu extension file
I cannot deploy application from that file
Correct... an MSU file requires the use of the WUSA.exe command line
utility, and for that you'll need to either install it interactively or
script it.
Post by JFWhat is the best way by gpo to deploy msu file
You could wrap it inside a self-extracting exe with a CMD file that executes
wusa against the MSU file when extracted.
Ultimately part of the challenge here is that HOTFIXes are designed to only
be applied on machines directly exhibiting the issues described by the
hotfix. The presumption is those scenarios are identified machine at a time,
and thus implementation on a one-machine-at-a-time basis using WUSA is an
acceptable methodology. Hotfixes are not designed for enterprise wide
deployment "just because" the problem might appear at some point in the
future.
--
Lawrence Garvin, M.S., MCITP:EA, MCDBA, MCSA
Principal/CTO, Onsite Technology Solutions, Houston, Texas
Microsoft MVP - Software Distribution (2005-2010)
My Blog: http://onsitechsolutions.spaces.live.com
Microsoft WSUS Website: http://www.microsoft.com/wsus
My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin