shamos Posted July 26, 2011 Report post Posted July 26, 2011 Hi guys I have in my network some computers which have Microsoft infopath ,Now i want to uninstall infopath from all those computers, any one can help me. Regards, Quote Share this post Link to post Share on other sites More sharing options...
0 tobias-tobin Posted July 26, 2011 Report post Posted July 26, 2011 How about something like this: /uninstall [ProductID] Removes the specified product from the user's computer. Look up the value of [ProductID] in the Setup.xml file for the product you want to modify. Example \\server\share\Office12\setup.exe /uninstall Pro where Office12 is the root of the network installation point. You would need to determine the product ID for InfoPath. I would check out this thread. It has some good information in it: http://www.appdeploy.com/messageboards/tm.asp?m=61759&mpage=1&key=ﰶ After reading the above linked thread it looks like you might want to use the /modify command line option: /modify [ProductID] Used with a modified Config.xml file to run Setup in maintenance mode and make changes to an existing Office installation. For example, you can use the /modify option to add or remove features. Look up the value of [ProductID]in the Setup.xml file for the product you want to modify. Not sure on this just throwing out some information that might help. The final product could be a batch file with the command line in it that you then run with SCCM. BTW - I went ahead and tried this myself. I kept getting a window that the installation was corrupted. So I don't know if the above will work for you. Quote Share this post Link to post Share on other sites More sharing options...
Hi guys
I have in my network some computers which have Microsoft infopath ,Now i want to uninstall infopath from all those computers, any one can help me.
Regards,
Share this post
Link to post
Share on other sites