How to uninstall a Web Platform Installer (WPI) application?

纵然是瞬间 提交于 2019-12-09 14:17:00

问题


I have looked all around the internet, and can't seem to figure out how to uninstall a WPI application. I accidentally installed something thinking it was something else, and now I can't uninstall it.


回答1:


You could remove them via control panel. Depending on what you want to remove, you either need to: Go into windows programs and features and turn windows features on/off, locate the feature you wish to remove and untick it. Else Go to uninstall a program section and locate it that way and uninstall as you would any other program.




回答2:


I achieved this by opening IIS Manager selecting Handler Mappings (From the root node). I then deleted all PHP Handlers, I then opened FastCGI settings and deleted all php settings. I then removed all php entires from the system path and finally used those paths to know where PHP was installed and deleted the php folders. Finally The web platform installer allowed me to reinstall PHP and re-setup the handlers mappings for me.




回答3:


You need to use Server Manager to do that.

  1. Start -> Control Panel -> Administrative Tools -> Server Manager
  2. Highlight Roles in tree view on left
  3. Under Web Server (IIS) section, look to right and click "Remove Role Services"
  4. Then uncheck the role you want to remove

This usually requires you to reboot the server after removal.




回答4:


If anything didn't work.. you can try install windows install clean up tool. Few clicks to get rid from that WPI

Cheers



来源:https://stackoverflow.com/questions/16930823/how-to-uninstall-a-web-platform-installer-wpi-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!