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

情到浓时终转凉″ 提交于 2019-12-04 00:36:28

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.

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.

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.

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

Cheers

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