-2

I want to modify the existing installation of Office 2007 on the computer. I want to use setup.exe /modify config.xml

But I don't know what to put into config.xml to make it work.

Please help

Lee Mac
  • 15,615
  • 6
  • 32
  • 80
  • [Office 2007 customized install walkthrough](https://blogs.technet.microsoft.com/odsupport/2009/06/10/office-2007-customized-install-walkthrough/) should help. – ComputerVersteher Mar 08 '19 at 21:51
  • Yes, Also this helped a lot: https://blogs.technet.microsoft.com/odsupport/2009/06/10/customize-office-2007-by-using-the-config-xml/ – Jan Novotny Mar 09 '19 at 04:07

1 Answers1

-1

AddAccess.xml

and then running setup.exe /config RemoveAccess.xml working.

  • 1
    Don't show code as image, just use text ([formated as code](https://stackoverflow.com/help/formatting)) to simplify reading and copying – ComputerVersteher Mar 09 '19 at 04:16