Uninstall FrontPage 2003

S

SCC

We're moving from FrontPage to SharePoint Designer. Unlike the Office 2007
admin utility the SharePoint configuration file doesn't have an option to
uninstall FrontPage. Using the .mst file with the Office 2003 utility also
didn't uninstall. What is the command line to remove FrontPage. We need the
command because we will be using a central console to launch the removal.
 
E

Eric A.

Frontpage Standalone can be removed using the following command line.

msiexec /x {90170409-6000-11D3-8CFE-0150048383C9} /qn
 
Top