Jump to content

overk229

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About overk229

overk229's Achievements

0

Reputation

  1. Hello, I'm trying to use the following config.xml file to run some uninstallers (mainly Office 2003 apps) after my Office 2007 Small Business installation. However, the setup.exe file complains that the following XML is not valid. Can anyone tell my why this won't work? Thanks. <Configuration Product="SmallBusiness"> <Command Path="msiexec.exe" Args="/x \\<servername>\deploy$\Office2003\Office\PRO11.MSI" QuietArg="/qn" ChainPosition="after" Execute="install" Wait="-1" /> <Command Path="msiexec.exe" Args="/x \\<servername>\deploy$\Office2003\FrontPage\FP11.MSI" QuietArg="/qn" ChainPosition="after" Execute="install" Wait="-1" /> <Command Path="msiexec.exe" Args="/x \\<servername>\deploy$\Office2003\OneNote\ONOTE11.MSI" QuietArg="/qn" ChainPosition="after" Execute="install" Wait="-1" /> <Command Path="msiexec.exe" Args="/x \\<servername>\deploy$\Office2003\Project\PRJPROE.MSI" QuietArg="/qn" ChainPosition="after" Execute="install" Wait="-1" /> <Command Path="msiexec.exe" Args="/x \\<servername>\deploy$\Office2003\Visio\VISPRO.MSI" QuietArg="/qn" ChainPosition="after" Execute="install" Wait="-1" /> <Command Path="msiexec.exe" Args="/x \\<servername>\deploy$\Office2007CompatPack\O12Conv.msi" QuietArg="/qn" ChainPosition="after" Execute="install" Wait="-1" /> </Configuration>
×
×
  • Create New...