WMI Windows Installer Provider on win2003
-
hi guys! need some help! i m developing a Enterprise deployment Application which will install software on network from a remote machine.. for this i m using WMI "Win32_Product" class for remote installation the code is working fine on Win 2000,XP home, XP pro, XP sp1,sp2 .. but gives an Invalid class Exception on win 2003 .. the problem is "WMI Windows Installer Provider" component which is installed by default on all the above OS except WIN 2003, on this OS it is Optional and had to be installed mannually on each of this kind of OS .. the Problem is I want this Component also to be installed Remotly on PC's having 2k3 by my application only.. of course i have admin rights on all network PC's Any ideas how to install this component Programmatically.. any guideline.. will be a great help.. also where can i find the Setup for this as it is a windows component..
abhinav